this post was submitted on 21 Nov 2023
11 points (100.0% liked)
Fedora Linux
1762 readers
1 users here now
All about Fedora Linux
founded 5 years ago
MODERATORS
Somehow there's a .desktop file clash which I can't resolve
I rebased to rawhide for now where firefox is on 120
There's a command to hide the Silverblue/RPM of Firefox & change your default browser to the Flatpak’d Firefox in GNOME settings:
sudo mkdir -p /usr/local/share/applications/
sudo cp /usr/share/applications/firefox.desktop /usr/local/share/applications/
sudo sed -i "2a\\NotShowIn=GNOME;KDE" /usr/local/share/applications/firefox.desktop
sudo update-desktop-database /usr/local/share/applications/
Or can remove Firefox and Firefox Language Packs as a custom layer:
rpm-ostree override remove firefox-langpacks firefox
Universal Blue images remove it from the image entirely and has FF flatpak out of box.
Thanks! I removed firefox in favour of the flatpak
Universal blue inages are really great
Yeah, I removed Firefox from the layers as well and use it via flatpak. Somehow that felt appropriate from a security perspective, to have it sandboxed.