https://bugs.kde.org/show_bug.cgi?id=451408
--- Comment #47 from Méven <me...@kde.org> --- (In reply to Marek from comment #46) > I'm sorry, I will open a new bug if needed. I found this one when searching > for a solution for my missing thumbnails, it looked pretty similar - and the > workaround worked. Anyway, here's the requested info: > Workarounds also prevent bugfixes, since users will stop reporting the issue, which means the next user that will encounter the issue (or even yourself in some time) will face it again and will need to dig the workaround or report the bug himself. Whereas a fixed bug is forever and for everyone. We don't want to push for workarounds, they should only be temporary. > > $ solid-hardware6 list details > > udi = '/org/freedesktop/UDisks2/block_devices/sda1' > parent = > '/org/freedesktop/UDisks2/drives/ > SanDisk_Extreme_55AE_32353031314B343031333435' (string) > vendor = 'SanDisk' (string) > product = 'Extreme 55AE' (string) > description = 'Data' (string) > icon = 'drive-removable-media-usb' (string) > Block.major = 8 (0x8) (int) > Block.minor = 1 (0x1) (int) > Block.device = '/dev/sda1' (string) > StorageAccess.accessible = true (bool) > StorageAccess.filePath = '/mnt/ext_disk1' (string) > StorageAccess.ignored = true (bool) > StorageAccess.encrypted = false (bool) > StorageVolume.ignored = false (bool) > StorageVolume.usage = 'FileSystem' (0x2) (enum) > StorageVolume.fsType = 'xfs' (string) > StorageVolume.label = 'Data' (string) > StorageVolume.uuid = '8f7eec48-4e3b-4257-b898-dac4c66f4d83' (string) > StorageVolume.size = 1800321105920 (0x1a32b800000) (qulonglong) > > I think "known incorrect sRGB profile" comes from some old photos I have, I > doubt it's connected to the issue. Indeed, it is an unhelpful stupid warning in libpng. > > I'm not sure what you mean by the "dolphin's information panel" - I suppose > the sidebar with Places / Remote / Recent / Devices? No it is the information panel, you, hit F11 when in dolphin to toggle it. https://docs.kde.org/stable5/en/dolphin/dolphin/panels.html I saw one thing that may trigger the bug but will cause other issues: `StorageAccess.ignored = true` That's because by default we mark "ignored" mount points outside of /media /run/media or $HOME. If you change your mount point that might fix the issue, but I am doubtful or at least I haven't found the code linking the two issues. That would cause your disk to not be visible by default in the places panel. -- You are receiving this mail because: You are watching all bug changes.