Firefox

From Bitpost wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Keep revisiting, keep believing... sigh...

Replace Ubuntu 22.04 snap with apt

  • Add Firefox PPA
sudo add-apt-repository ppa:mozillateam/ppa
  • "Prioritize apt over snap"
echo '
Package: *
Pin: release o=LP-PPA-mozillateam
Pin-Priority: 1001
' | sudo tee /etc/apt/preferences.d/mozilla-firefox
  • "Disable unattended snap updates of firefox"
echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:${distro_codename}";' | sudo tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox
  • Switch it out
sudo snap remove firefox && sudo apt install firefox 

RI DI CU LOUS

Configuration

  • GOD DAMN right click is firing first menu if you don't HOLD BUTTON, FUCK FUCK FUCK THAT. Finally found this fix:
about:config > ui.context_menus.after_mouseup > true