Firefox: Difference between revisions
(Created page with "Keep revisiting, keep believing... sigh...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Keep revisiting, keep believing... sigh... | 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 [https://support.mozilla.org/en-US/questions/1184673 this fix]: | |||
about:config > ui.context_menus.after_mouseup > true |
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