Firefox
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
- Switch it out
sudo snap remove firefox sudo apt install 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
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