https://bugs.kde.org/show_bug.cgi?id=488283
--- Comment #6 from andy <[email protected]> --- nevermind disregard my "workaround", not sure how I saw it work before, can't reproduce. internet sleuthing I found https://bugs.kde.org/show_bug.cgi?id=451408 and quote from that thread > by default we mark "ignored" mount points outside of /media /run/media or > $HOME. which pointed me to finding these ignored mounts with solid-hardware6 list details | grep "ignored = true" -B 10 -A 10 and e.g. https://github.com/KDE/solid/blob/e324a507f36ef5d03bae4b598f210c9bed0982bf/src/solid/devices/backends/udisks2/udisksstorageaccess.cpp#L267 const bool inUserPath = (path.startsWith(QLatin1String("/media/")) // || path.startsWith(QLatin1String("/run/media/")) // || path.startsWith(QDir::homePath())); Seems like that could be a potential source. Haven't had time to try messing with those. Maybe I need to come around to putting all my mountpoints in /media or something? Tough to break from using /mnt... -- You are receiving this mail because: You are watching all bug changes.
