Bug 410800 - Device in Bookmark will show docker mount point when docker container opened
Summary: Device in Bookmark will show docker mount point when docker container opened
Status: RESOLVED DOWNSTREAM
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-11 04:15 UTC by TOM Harrison
Modified: 2020-09-01 10:44 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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