Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:linux-tutorials:waterfox-install [2024/11/17 16:40] Zyzonixlinux:linux-tutorials:waterfox-install [2025/02/12 20:16] (current) – [Fix missing fonts] Zyzonix
Line 20: Line 20:
 <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>
Line 63: Line 64:
  
 //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.
  • linux/linux-tutorials/waterfox-install.1731858046.txt.gz
  • Last modified: 2024/11/17 16:40
  • by Zyzonix