flatpak-xdg-utils icon indicating copy to clipboard operation
flatpak-xdg-utils copied to clipboard

xdg-open: can't open persistent directories from $HOME

Open akozlovskiy119 opened this issue 4 years ago • 0 comments

Trying to open a persistent directory (specified in --persist=) from within a flatpak (that has no real homedir access) with xdg-open $HOME/<directory> does nothing, although echo $? prints 0. It this expected behaviour?

Actually, I expected it to be equivalent to xdg-open $HOME/.var/app/<app-id>/<directory> in this case.

akozlovskiy119 avatar Jul 14 '21 15:07 akozlovskiy119