Ramblings about Debian GNU/Linux
LibreWolf the Secure Firefox Fork
Tags arm64, debian, firefox, librewolf, raspberrypi
LibreWolf: Browse With Freedom. This project is an independent fork of Firefox, with the primary goals of privacy security and user freedom. It is the community run successor to LibreFox.
Main site https://librewolf-community.gitlab.io/
Documentation https://librewolf-community.gitlab.io/docs
Releases: https://gitlab.com/librewolf-communi...nux/-/releases
If you are running arm64 , you need to download the Appimage or use flatpak.
If you go the flatpak route download https://gitlab.com/librewolf-communi...arch64.flatpak
Then do:
Accept the options and wait for it to install.
4) Create a menu entry by using the run command:
If you download the Appimage https://gitlab.com/librewolf-communi...rch64.AppImage you need to do:
In order to make the file executable. Or in most desktops you can open a file manager, right-click the file and make sure it is marked as executable.
You can also create a Desktop file so it shows up in your menu.
The one I use is:
Copy that to ./local/share/applications
To get the proper Icon to use in the menu, do this:
1. cd to LW.appimage location
now copy/paste or type this
This will extract the contents of LW.appimage to a folder, the icon should be in browser > chrome > icons > default select either default 48 or 64.
There now you have a locked down version of the current Firefox.
2021-03-28_22-10.png
If you want Tor Browser on arm/arm64 you can download it from here:
https://sourceforge.net/projects/tor...r-ports/files/
Main site https://librewolf-community.gitlab.io/
Documentation https://librewolf-community.gitlab.io/docs
Releases: https://gitlab.com/librewolf-communi...nux/-/releases
If you are running arm64 , you need to download the Appimage or use flatpak.
If you go the flatpak route download https://gitlab.com/librewolf-communi...arch64.flatpak
Then do:
Code:
flatpak install https://gitlab.com/librewolf-community/browser/linux/uploads/5c8ea25604b07904ff388be85a33b173/LibreWolf-87.0-1.aarch64.flatpak
4) Create a menu entry by using the run command:
Code:
flatpak run io.gitlab.librewolf-community
Code:
chmod +X /path/to/appimage
You can also create a Desktop file so it shows up in your menu.
The one I use is:
Quote:
[Desktop Entry]
Name=LibreWolf
Comment=Secure Web Browser
GenericName=Web Browser
Exec=/home/pi/Downloads/LibreWolf-87.0-1.aarch64.AppImage
Icon=/home/pi/Pictures/librewolf.png
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
StartupWMClass=LibreWolf
Categories=Network;WebBrowser;
StartupNotify=true
Terminal=false
X-MultipleArgs=false
Keywords=Internet;WWW;Browser;Web;Explorer;
Name[en_US]=LibreWolf
Name=LibreWolf
Comment=Secure Web Browser
GenericName=Web Browser
Exec=/home/pi/Downloads/LibreWolf-87.0-1.aarch64.AppImage
Icon=/home/pi/Pictures/librewolf.png
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
StartupWMClass=LibreWolf
Categories=Network;WebBrowser;
StartupNotify=true
Terminal=false
X-MultipleArgs=false
Keywords=Internet;WWW;Browser;Web;Explorer;
Name[en_US]=LibreWolf
To get the proper Icon to use in the menu, do this:
1. cd to LW.appimage location
Code:
cd /path/to/LW.appimage
Code:
./LibreWolf-87.0-1.aarch64.AppImage --appimage-extract
There now you have a locked down version of the current Firefox.
2021-03-28_22-10.png
If you want Tor Browser on arm/arm64 you can download it from here:
https://sourceforge.net/projects/tor...r-ports/files/
Total Comments 0