Summary: | Places->Network doesn't lead to anywhere | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Boris <kde> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arojas, bhush94, elvis.angelaccio, notmart, plasma-bugs |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-workspace/f81c73b8e25b06a58d89ef42a8ccfd338c6e556f | Version Fixed In: | 5.10 |
Sentry Crash Report: |
Description
Boris
2016-10-29 14:11:44 UTC
Update: This problem doesn't exist in Dolphin4 on same system Update: workaround: This problem can be fixed by installing plasma-workspace Yep, remote:// is provided by plasma-workspace. It's actually in "kio-extras", you do not need to install the Plasma workspace. Pardon, I confused "remote:" and "network:". Not sure if the remote-kioslave can be moved to kio-extras; it should not depend on the Plasma workspace. Reassigning to Plasma developers to check if it can be splitted from there. it is in plasma-workspace. applications:// and desktop:// are also in there. Arguably kio-extras is also a bad place. desktop:// and remote:// are fairly core - and the whole point of extras is that they are...extra. and because kio-extras is in applications moving is a complex nightmare as we no longer have a simple release schedule where we could do this. Pragmatically this ends up breaking things for more users than we end up fixing it for...but it is technically currently wrong. Wherever this ends up, knetattach (from plasma-desktop) should be moved together with it IMO, as it is tightly integrated in kio-remote and unrelated to Plasma. only way would be i guess renaming the files, like kio_desktop2.so etc Git commit f81c73b8e25b06a58d89ef42a8ccfd338c6e556f by Elvis Angelaccio. Committed on 29/03/2017 at 21:14. Pushed by elvisangelaccio into branch 'master'. Drop remote ioslave, which is now in KIO 5.32 As discussed on plasma-devel [1], the remote ioslave has been moved to kio [2]. This bumps the minimum KF5 version to 5.32 [1]: https://mail.kde.org/pipermail/plasma-devel/2016-November/061750.html [2]: https://phabricator.kde.org/D4690 FIXED-IN: 5.10 Differential Revision: https://phabricator.kde.org/D3531 M +1 -1 CMakeLists.txt M +0 -1 kioslave/CMakeLists.txt D +0 -19 kioslave/remote/CMakeLists.txt D +0 -2 kioslave/remote/Messages.sh D +0 -6 kioslave/remote/kdedmodule/CMakeLists.txt D +0 -42 kioslave/remote/kdedmodule/remotedirnotify.cpp D +0 -105 kioslave/remote/kdedmodule/remotedirnotify.desktop D +0 -40 kioslave/remote/kdedmodule/remotedirnotify.h D +0 -33 kioslave/remote/kdedmodule/remotedirnotifymodule.cpp D +0 -35 kioslave/remote/kdedmodule/remotedirnotifymodule.h D +0 -216 kioslave/remote/kio_remote.cpp D +0 -44 kioslave/remote/kio_remote.h D +0 -17 kioslave/remote/remote.protocol D +0 -287 kioslave/remote/remoteimpl.cpp D +0 -50 kioslave/remote/remoteimpl.h https://commits.kde.org/plasma-workspace/f81c73b8e25b06a58d89ef42a8ccfd338c6e556f |