Summary: | Separate network shares (eg. CIFS) from "Devices" sidebar; remove duplicate entries | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Jens <jens-bugs.kde.org> |
Component: | bars: location | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version: | 17.12.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jens
2018-11-04 20:54:16 UTC
Everything here has in fact been fixed already in later versions. You're using Dolphin 17.12, and as of 18.08, this is all the case now. :) That's great to hear. How do I get this on my Ubuntu 18.04 system while keeping the "LTS" stamp on it, i.e. not having to upgrade half the system to an unsupported state? You could use a Dolphin nightly Flatpak build: https://community.kde.org/Guidelines_and_HOWTOs/Flatpak#Applications I actually went the whole way and installed KDE Neon based on Ubuntu 18.04 which I quite like! However, Dolphin's behaviour in the sidebar is, while improved, not fully consistent yet: 1. Encrypted partitions still show as duplicates (one "XGB encrypted partition" entry and, if mounted, one "$LABEL" entry). => If a LUKS device is opened, it should not show up any more. If all partitions in a LUKS device are umounted, it should appear again. This is how Nemo, Nautilus etc. do it. 2. Encrypted partitions on removable media appear under "Devices" instead of under "Removable media". => They should replace(!) the "X GB encrypted partition" entry under "Removable media" instead, when mounted. 3. KDE / Dolphin / the underlying framework does not call "dmsetup remove /dev/mapper/luks-$UUID" or an equivalent API call after umounting the last partition in the LUKS container. This causes KDE to be unable to mount this device ever again until the next reboot. This works when directly ejecting the USB disk, but not when umounting the encrypted partition first. => Mounting and umounting encrypted partitions on removable media repeatedly should be possible. 4. I get "This device is already mounted at /media/jens/XXXX" error messages frequently. Please check that you are not mounting stuff repeatedly when handling encrypted LUKS partitions. I'd be really happy to support fixing these issues. :-) Thank you! Hi Jens, Do you think you could file separate bugs for these? The issues have a much greater chance of being fixed if there's one bug per issue. Please file the bugs to the frameworks-kio product, and then mention the URLs in a comment here. I'll see what I can do with them. Thanks! 1. https://bugs.kde.org/show_bug.cgi?id=402690 2. https://bugs.kde.org/show_bug.cgi?id=402691 3. https://bugs.kde.org/show_bug.cgi?id=402692 4. https://bugs.kde.org/show_bug.cgi?id=402693 Thank you! Thanks, I'll take a look at those soon. |