flathub / org.darktable.Darktable

https://flathub.org/apps/details/org.darktable.Darktable
5 stars 14 forks source link

Grant filesystem access to xdg-run/gvfs #38

Closed cjao closed 5 years ago

cjao commented 5 years ago

MTP camera devices are automatically mounted under /run/user/$UID/gvfs. To let Darktable import images from such devices, one should grant filesystem access to xdg-run/gvfs (see https://github.com/flatpak/flatpak/issues/2923#issuecomment-496354265).

paperdigits commented 5 years ago

From the command line use --filesystem=xdg-run/gvfs

hfiguiere commented 5 years ago

This is what the PR #39 propose.