Skip to content

WIP: trash: Ignore mounts with x-gvfs-ignore

Ondrej Holy requested to merge wip/oholy/x-gvfs-ignore into master

Trash backend accesses all mounts in order to monitor trash folders. This is not always ideal as it can cause automount of autofs filesystems, wake up disks from standby etc. This patch introduces x-gvfs-ignore option, which allows marking mounts which should be ignored by gvfs.

Merge request reports