flathub / org.frescobaldi.Frescobaldi

https://flathub.org/apps/details/org.frescobaldi.Frescobaldi
1 stars 3 forks source link

Accessing "include" files #8

Closed bradleyburgess closed 2 years ago

bradleyburgess commented 2 years ago

I'm having trouble with the repo version of frescobaldi, so I tried the Flatpak version.

One major problem I'm having is that files are mounted in /run/user, so .ly files that you include with \include "../ are not found (because they don't exist in the mounted /run/user sandbox).

How can I work around this, so that I can access all included files?

fedelibre commented 2 years ago

Frescobaldi flatpak should work normally with files saved in the usual locations such as ~/Documents, ~/Downloads and ~/Music. I guess your files are in an "unusual" path. In this case you can install Flatseal and grant filesystem access to the required paths.

I'm closing this issue, but feel free to ask more questions.

bradleyburgess commented 2 years ago

@fedelibre Thank you! I didn't realize that your project files needed to be in a specific location, but moving them to ~/Documents has done the trick. :+1:

fedelibre commented 2 years ago

Yes, this is a peculiarity of Flatpak (the sandbox concept).