https://bugs.kde.org/show_bug.cgi?id=494975
--- Comment #4 from Mathias <math...@public-ip.org> --- Thanks for looking into this. Just an addition: There are also other encrypted partitions on this system which Dolphin successfully remembers to hide from the pane. The probably only difference between those and the crypt-tmp device where dolphin forgets the 'hidden' state is that the crypt-tmp partition is freshly initiated on every reboot: encrypted with a random key, and then a fresh filesystem installed in it. I do not know how Dolphin identifies devices, but it seems that not by partition name (/dev/mapper/crypt-tmp) or mount point (/tmp), because these stay the same. The section from /etc/conf.d/dmcrypt: target=crypt-tmp source=PARTUUID="XXXXXXXX-01" key='/dev/urandom' pre_mount='/sbin/mkfs.ext4 ${dev}' post_mount='chown root:root ${mount_point}; chmod 1777 ${mount_point}' -- You are receiving this mail because: You are watching all bug changes.