Difference between revisions of "Pale Moon"
From Free Knowledge Base- The DUCK Project: information for everyone
Line 23: | Line 23: | ||
===What Firefox addons and extensions are supported=== | ===What Firefox addons and extensions are supported=== | ||
https://addons.palemoon.org/incompatible/ | https://addons.palemoon.org/incompatible/ | ||
+ | |||
+ | ===How to disable Search From Address Bar=== | ||
+ | Google calls it Omnibox. I call it Annoyingbox. | ||
+ | # about:config | ||
+ | # change "keyword.enabled" to "false" | ||
+ | |||
+ | reference: https://forum.palemoon.org/viewtopic.php?t=15484 | ||
+ | |||
Revision as of 07:20, 6 March 2018
Contents
Installation
Download the installer, compatible with Debian, Ubuntu, Mint, and other distros
File looks like: pminstaller-0.2.4.tar.bz2
Extract the install script within the archive (just a text file shell script) and place it in your home directory: /home/username and then execute it from your xorg file manager
Download the Windows installer: Windows XP --- Windows 10
Troubleshooting
Your Pale Moon profile cannot be loaded
Don't initially run Pale Moon as root. If you did, or for some other reason you cannot get Palemoon to launch with an error regarding the profile being locked or missing...
- First thing, delete the home-user-cache
sudo rm -rf /home/username/.cache/moonchild productions
- Ensure permissions
sudo chown username /home/.moonchild\ productions
See forum post: https://forum.mxlinux.org/viewtopic.php?f=93&t=43608
What Firefox addons and extensions are supported
https://addons.palemoon.org/incompatible/
How to disable Search From Address Bar
Google calls it Omnibox. I call it Annoyingbox.
- about:config
- change "keyword.enabled" to "false"