wiak wrote: Sat Nov 19, 2022 5:15 amThe other build void linux package may turn out to be better, but knowing how to use flatpak might be helpful - I just don't know how to use it...
Well, messing around in the beta26 install I recently did, I decided to install flatpak. All went smoothly, and I installed and ran the Frescobaldi Flatpak, and it booted up fine.
But here's where the 'multi-user' setup of beta26 might prove to be more than my run-as-root puppy inclination can handle.
Frescobaldi ran, but when I went to open a file from /mnt/home, I soon realized that there was no /mnt directory in the Frescobaldi browser. So that suggested to me the idea that I might need to use sudo or something like that, but I'm not sure just how to do that and whether there's a password involved, etc. The sudo command was part of the flatpak install line, which looks like this:
Code: Select all
sudo xbps-install -S flatpak
, but sudo was not part of the frescobaldi install line which looks like this:
Code: Select all
flatpak install flathub org.frescobaldi.Frescobaldi
I installed flatpak from the terminal as per the flatpak website's instruction. But I got a message after installing it and when running frescobaldi"
Code: Select all
Note that the directories
'/var/lib/flatpak/exports/share'
'/root/.local/share/flatpak/exports/share'
are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.
Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
I don't know if that's related to /mnt not showing up or not. The frescobaldi run command looks like this:
Code: Select all
flatpak run org.frescobaldi.Frescobaldi
Again frescobaldi and flatpak are running, but frescobaldi isn't accessing any directories outside the filesystem.