Summary: | it is not possible to access / from system:/ anymore | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Janet <bugzilla> |
Component: | system | Assignee: | Kevin Ottens <ervin> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 3.5 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Janet
2006-03-17 14:15:25 UTC
This is intentional. The previous behaviour was considered buggy and fixed. I was in fear of that answer. Can you please explain what is "buggy" about being able to access / from system:/? It is a "natural" and logical behaviour. When I use the "up" arrow in a directory /home/me I expect to get into the upper directory /home and thus into the directory tree up to / - no matter if I try to access it from /home/me or system:/home/me, system:/home/me should be the same as /home/me. And the name "system:/" indicates I can access the system directory from it. The current behaviour is very confusing. So I have to open another bug report as a wish to re-add it in a "non-buggy" way or to add a /-link to access the directory tree? If you consider this being an invalid bug please change this to wishlist (though I still think this KDE 3.5.1 system:/-behaviour is a usability bug) or maybe mark it as a duplicate to Bug 117524. system:/ is already a root (the root of system:/). You can't go up from there, since your root directory is below it. This is the same reason why file:/ doesn't go up to /, because they are the same thing. Usability-wise, if you go "up" from system:/ to /, you're supposed to be able to click somewhere in / to go back to system:/. That isn't so. > if you go "up" from system:/ to /, you're supposed to be able to click somewhere in / to go back to system:/
Thanks for the explanation. I don't appreciate it but now at least I understand the background thoughts of this behaviour.
Solved this for me by adding a filesystem.desktop to ~/.kde/share/apps/systemview with the content [Desktop Entry] Encoding=UTF-8 Type=Link Path=/ Icon=folder Name=Filesystem In case anybody is looking for a workaround... |