Firefox: Difference between revisions
No edit summary  | 
				No edit summary  | 
				||
| Line 10: | Line 10: | ||
  Pin-Priority: 1001  |   Pin-Priority: 1001  | ||
  ' | sudo tee /etc/apt/preferences.d/mozilla-firefox  |   ' | 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  | * Switch it out  | ||
  sudo snap remove firefox  |   sudo snap remove firefox && sudo apt install firefox    | ||
RI DI CU LOUS  | RI DI CU LOUS  | ||
Latest revision as of 21:41, 4 October 2022
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