| Both sides previous revision Previous revision Next revision | Previous revision |
| linux:linux-tutorials:waterfox-install [2024/11/14 12:21] – Zyzonix | linux:linux-tutorials:waterfox-install [2026/03/17 07:17] (current) – [Installation from flatpak] Zyzonix |
|---|
| ===== Waterfox on Linux (Install/Settings) ===== | ===== Waterfox on Linux (Install/Settings) ===== |
| |
| ==== Waterfox Installation via flathub ==== | ==== Installation from flatpak ==== |
| Simply run: | |
| | → [[https://flathub.org/en/apps/net.waterfox.waterfox|flathub.org/en/apps/net.waterfox.waterfox]] |
| <code bash>flatpak install flathub net.waterfox.waterfox</code> | <code bash>flatpak install flathub net.waterfox.waterfox</code> |
| |
| <code bash>echo 'deb http://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:hawkeye116477:waterfox.list</code> | <code bash>echo 'deb http://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:hawkeye116477:waterfox.list</code> |
| |
| | ----- |
| **Longer, bit outdated way:** | **Longer, bit outdated way:** |
| <code bash> | <code bash> |
| |
| //Sourced from [[https://www.linuxcapable.com/install-waterfox-browser-on-ubuntu-linux/|linuxcapable.com]]// | //Sourced from [[https://www.linuxcapable.com/install-waterfox-browser-on-ubuntu-linux/|linuxcapable.com]]// |
| | |
| | Ubuntu specific instructions: [[https://linuxcapable.com/install-waterfox-browser-on-ubuntu-linux/|Waterfox on Ubuntu or Zorin OS]] |
| | |
| | ==== Waterfox Installation via flathub ==== |
| | Simply run: |
| | <code bash>flatpak install flathub net.waterfox.waterfox</code> |
| | |
| | //Disclaimer: packages might be a bit outdated when sourcing from flathub!// |
| |
| ==== Waterfox system's titlebar on Plasma ==== | ==== Waterfox system's titlebar on Plasma ==== |
| |
| //Sourced from [[https://www.askvg.com/tip-force-firefox-to-always-use-system-titlebar-in-windows/|askvg.de - Firefox Settings]]// | //Sourced from [[https://www.askvg.com/tip-force-firefox-to-always-use-system-titlebar-in-windows/|askvg.de - Firefox Settings]]// |
| | |
| | ==== Fix missing fonts ==== |
| | It might be, that some webpages will be displayed in Times New Roman font, to fix that install the missing fonts by just installing the packages ''ttf-mscorefonts-installer'' and ''fonts-lyx'': |
| | <code bash>sudo apt install ttf-mscorefonts-installer fonts-lyx ffmpeg</code> |
| | The package ''ffmpeg'' will additionally make video and audio output possible. |