..:: PCSX2 Forums ::..

Full Version: flatpak pcsx2 not installing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello
i am on LMDE4, and tried pcsx2 from synaptic package manager. this version works but is quite old so i wanted to install the flatpak version. the flatpak isn t working, it does not install pcsx2 files into /var/lib/flatpak/app. when i try to install making my own flatpak from gitthub it doesn t work either i don t know why
running flatpak run -v net. pcsx2. PCSX2 gives
no installation directory inn /etc/flatpak/installations. d skipping
any idea about what is my problem?
(01-07-2022, 06:48 PM)jpstar0621 Wrote: [ -> ]hello
i am on LMDE4, and tried pcsx2 from synaptic package manager. this version works but is quite old so i wanted to install the flatpak version. the flatpak isn t working, it does not install pcsx2 files into /var/lib/flatpak/app. when i try to install making my own flatpak from gitthub it doesn t work either i don t know why
running flatpak run -v net. pcsx2. PCSX2 gives
flatpak run -v net.pcsx2.PCSX2
F: No installations directory in /etc/flatpak/installations.d. Skipping
F: Opening system flatpak installation at path /var/lib/flatpak
F: Opening user flatpak installation at path /home/jeep/.local/share/flatpak
F: Opening user flatpak installation at path /home/jeep/.local/share/flatpak
F: Opening system flatpak installation at path /var/lib/flatpak
F: Opening user flatpak installation at path /home/jeep/.local/share/flatpak
F: Opening system flatpak installation at path /var/lib/flatpak
F: Cleaning up unused container id 2563983797
F: Allocated instance id 4175291287
F: Add defaults in dir /net/pcsx2/PCSX2/
F: Add locks in dir /net/pcsx2/PCSX2/
F: Disallowing network access
F: Allowing host-fs access
F: Allowing x11 access
F: Allowing pulseaudio access
F: Pulseaudio user configuration file '/home/jeep/.config/pulse/client.conf': Error opening file /home/jeep/.config/pulse/client.conf: Aucun fichier ou dossier de ce type
F: Running 'bwrap --args 37 xdg-dbus-proxy --args=39'
F: Running 'bwrap --args 35 pcsx2'
any idea about what is my problem?
i tried to update without fiixing
i also tried to compile the flatpak from github, it did install some files but it just won t run, any idea where to start?
thanks for your time
Don't know about flatpack, but you might want to try to compile PCSX2 yourself: https://github.com/PCSX2/pcsx2/wiki/Inst...2004-64bit

Try if this works for you, it does for regular Mint, not sure about LMDE though.
i finally managed to solve the issue, don t know really why

i had to launch the
flatpak run net.pcsx2.PCSX2
command from the /home/ "USER" /.var/app directory
so i created a script to launch it
cd /home/ "USER" /.var/app
flatpak run -v net.pcsx2.PCSX2
where "USER" is my user name directory

maybe it will help somebody else in the future
I attempted to update without making any changes, and I also attempted to compile the flatpak downloaded from github; the process did install some files, but the program simply will not run; do you have any suggestions about where I should begin?
I appreciate you taking the time.
flatpak isn't officailly supported anyways.
Do you have any recommendations for where I should start? I tried updating without making any changes and I also tried compiling the flatpak I received from github. The procedure did install some files, but the program still won't run.
I value you spending the time.
why compile ? just download the compiled appimage ?
https://pcsx2.net/downloads/
You would want to raise and issue with the unnofficial Flatpak maintainers. Check for contact info on Flathub.
PCSX2 devs are only responsible for theĀ AppImages.