Bug 410800

Summary: Device in Bookmark will show docker mount point when docker container opened
Product: [Applications] dolphin Reporter: TOM Harrison <l12436.tw>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DOWNSTREAM    
Severity: normal CC: dimawbr, elvis.angelaccio, javi, nate, stefan.bruens
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description TOM Harrison 2019-08-11 04:15:18 UTC
SUMMARY
When using docker in the background, dolphin and other file dialog will show the path that docker container mount point, causing long left side.
I could not hide it because the path contain hash causing hidden will failed after docker open another container.

STEPS TO REPRODUCE
1. open a container by docker
2. you should see the bookmark on left side of dolphin will show a long path of docker

OBSERVED RESULT
show all the mount point that container mounted

EXPECTED RESULT
I should able to hidden all the docker point without hidden each of it.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Ubuntu 18.04
(available in About System)
KDE Plasma Version: 5.16.4
KDE Frameworks Version: 5.60.0
Qt Version: 5.12.3

ADDITIONAL INFORMATION
Screenshot of the dolphin when container opened.
https://www.mediafire.com/view/10yygr88v7u2d3k/Screenshot_20190811_121044.png/file
Comment 1 Elvis Angelaccio 2019-08-11 08:26:45 UTC
Hmm, I think this is a recent feature added to Solid. Not sure how we should handle it, CC'ing the relevant people.
Comment 2 Ricardo Sanz 2020-04-19 15:24:52 UTC
Same problem here. Additionally, Dolphin sometimes hangs or reacts very very slow, not sure if it's related.

Would be possible to have a regexp or something similar that hides devices? So, for example, any /var/lib/docker/overlay/* would be hidden.
Comment 3 Stefan BrĂ¼ns 2020-04-19 16:41:08 UTC
There is a well-known, cross-desktop mount option to hide file systems, x-gvfs-hidden.

Docker should set it if the FS is not meant as a user-accessible storage.
Comment 4 Nate Graham 2020-04-19 19:02:27 UTC
Agreed. Please report this to the Docker folks.
Comment 5 Dmitry 2020-09-01 10:44:43 UTC
Issue for Docker https://github.com/docker/for-linux/issues/1096