When I start the Flatpak installed version of Firefox, it instead runs the “system” (i.e. RPM packaged) Firefox instead:
❯ flatpak run --verbose org.mozilla.firefox
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/kemra102/.local/share/flatpak
F: Opening user flatpak installation at path /home/kemra102/.local/share/flatpak
F: Opening system flatpak installation at path /var/lib/flatpak
F: Skipping parental controls check for app/org.mozilla.firefox/x86_64/stable since parental controls are disabled globally
F: Opening user flatpak installation at path /home/kemra102/.local/share/flatpak
F: Opening system flatpak installation at path /var/lib/flatpak
F: /var/lib/flatpak/runtime/org.freedesktop.Platform/x86_64/21.08/c7252386179c4c1ecf5d93bdaec6ca82852dddfdae7112b5c3177f7424c4a928/files/lib32 does not exist
F: Cleaning up unused container id 3566457131
F: Cleaning up per-app-ID state for org.mozilla.firefox
F: Allocated instance id 3530338018
F: Add defaults in dir /org/mozilla/firefox/
F: Add locks in dir /org/mozilla/firefox/
F: Allowing wayland access
F: Allowing pulseaudio access
F: Pulseaudio user configuration file '/home/kemra102/.config/pulse/client.conf': Error opening file /home/kemra102/.config/pulse/client.conf: No such file or directory
F: CUPS configuration file '/home/kemra102/.cups/client.conf': Error opening file /home/kemra102/.cups/client.conf: No such file or directory
F: Running 'bwrap --args 39 xdg-dbus-proxy --args=41'
F: Running 'bwrap --args 39 firefox'
I can tell this is the case because when I navigate to Help -> About Firefox
it has the following version info:
104.0.1 (64-bit)
Mozilla Firefox for Fedora
fedora - 1.0
The system is Running Fedora KDE 36 with Wayland. No amount of reinstalling the Firefox Flatpak has any effect. I’ve seen another old post here about this issue but that seems to be about making it run on wayland by allowing it the wayland socket permission in Flatpak, but that seems to be the default these days.
It’d be great to figure out what’s going on here so I can get both Firefox installs running side by side so I can figure out if I can move to the sandboxed version without losing any needed features.