https://bugs.kde.org/show_bug.cgi?id=488283

--- Comment #7 from andy <[email protected]> ---
(In reply to andy from comment #6)
> 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...

Sorry for the spam. I tried patching libKF6Solid.so per above so all lines in
`solid-hardware6 list details | grep ignored` are 
  StorageAccess.ignored = false (bool)
  StorageVolume.ignored = false (bool)

but that isn't affecting dolphin not caching thumbnails. So not sure where to
go from here.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to