You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Trying to open a persistent directory (specified in
--persist=
) from within a flatpak (that has no real homedir access) withxdg-open $HOME/<directory>
does nothing, althoughecho $?
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.The text was updated successfully, but these errors were encountered: