flatpak / flatpak-xdg-utils

Simple portal-based commandline tools for use inside flatpak sandboxes
GNU Lesser General Public License v2.1
32 stars 14 forks source link

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

Open akozlovskiy119 opened 3 years ago

akozlovskiy119 commented 3 years ago

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.