User Tools

Site Tools


docs:tips_n_tricks:firefox.html

This is an old revision of the document!


Firefox

Start with different profile on M$ Windows

Start second Firefox with profile manager:

"C:\Programme\Mozilla Firefox\firefox.exe" -no-remote -ProfileManager

Old versions of firefox seem to need:

SET MOZ_NO_REMOTE=1
"C:\Programme\Mozilla Firefox\firefox.exe" -ProfileManager

Windows

Enabling Zoom gestures on OSX

about.config:

  browser.gesture.pince.in — Value = cmd_fullZoomReduce
  browser.gesture.pinch.in.shift — Value = cmd_fullZoomReset
  browser.gesture.pinch.latched — Value = false
  browser.gesture.pinch.out — Value = cmd_fullZoomEnlarge
  browser.gesture.pinch.out.shift — Value = cmd_fullZoomReset
  browser.gesture.pinch.threshold — Value = 40 to 100 (set it to a number that works for you)

References:

OSX

Tuning the look and feel

This ist outdated on current versions of firefox, use extension Classic theme restorer instead

To put the tabs bar again down in recent versions of firefox without the respective menu item:

  1. Open location “about:config”
  2. Search for “browser.tabs.onTop”
  3. Toggle to “false” (by doubleclick)

Have fun! ;-)

References:

Firefox Tabs wieder unter die Adressleiste

Disable hiding of URL scheme

about:config:

browser.urlbar.trimURLs = false

Disable autocorrection of URLs

Strange problem on importing personal certificate

I just encountered the (in)famous “The PKCS 12 operation failed for unknown reasons.” error message while trying to import a personal PKCS#12 certificate and key into firefox 43 or firefox 45 on ubuntu.

As the the import worked on a different firefox profile by the same user account on the same machine as expected, I concluded that the certificat file was okay, but I had some runtime or configuration issue within firefox.

While neither finding helpfull information on the web nor some means to do analytic troubleshooting, I just started to try out things.

In the end, it turned out that starting firefox without my previously opened tabs allowed me to import the certificate in question.

So some of my opened tabs did prevent installing a personal certificat into firefox … - WTF???

Cert

docs/tips_n_tricks/firefox.html.1458839238.txt.gz · Last modified: 24.03.2016 18:07 CET by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki