Fixing Firefox Quirks on Linux

I’m not really sure why Firefox/Linux packagers decided to flip some options and make it different from Windows, but there are a few quirks about Firefox that can get too annoying at times. Here’s how you fix them:

  • Type in the address bar about:config, press Enter, and you’ll get a list of (almost) all Firefox internal options. Now look for each of the following options and toggle them to your preference.

  • middlemouse.contentLoadURL: If you’ve ever middle-clicked by mistake in some page and ended up not knowing exactly where, it’s because Firefox took the content of your clipboard, pasted it automagically in the address bar, looked up the first result in Google and went there. Ouch! You might want to disable this. Just double click the row to toggle true/false.

  • middlemouse.paste: If this is enabled and you middle-click a text box, Firefox will paste the clipboard in there. But there’s a small caveat. It doesn’t matter if the text is selected or not. Normally, if there’s a selection and you press Ctrl+V, the text will be pasted to replace the selection; Firefox doesn’t do that, it just pastes the text wherever you clicked.

  • browser.urlbar.clickSelectsAll: This option makes Firefox select the whole URL in the address when you click it. Yes, this is minor, but still annoying.

  • layout.word_select.stop_at_punctuation: I spent some time looking for this one, this was the most annoying quirk to me. You know when you’re trying to delete just the directory or the query part of a URL and you press Ctrl+Shift+Left Arrow to select it and delete it? Well on Linux, Firefox selects the whole text instead. This is how you fix it, enable this option and you’ll get the same behaviour that Firefox has on Windows. Nifty, huh?

Comments (7)

  1. zenmatt wrote:

    Thank you very much, for posting this info, I wan’t sure how
    to go about finding out how to fix the SelectAll on urlbar
    click, but happend upon your page. This makes the wife very
    happy. Thanks again.

    Friday, March 3, 2006 at 4:30am #
  2. Phil Evans wrote:

    Ahhh, finally someone tells me how to make ctrl+shift+left arrow do what it’s supposed to in the URL bar! Good work fella :)

    Monday, January 15, 2007 at 3:02pm #
  3. Jeremy wrote:

    Thank you thank you thank you! The ctrl+shift+left arrow thing was driving me nuts (I don’t know what’s wrong with the Firefox developers, but making it default to false is idiotic).

    Thursday, January 25, 2007 at 9:42pm #
  4. Zac wrote:

    Great tips esp layout.word_select.stop_at_punctuation.

    Another one not listed here is to make the backspace key go back to the previous page like in windows you can set browser.backspace_action to 0

    Wednesday, April 18, 2007 at 5:02am #
  5. Thanks for this - I’m a new Linux user, and the Ctrl/URL issue was driving me crazy…

    Friday, November 9, 2007 at 5:44am #
  6. I love you man! This was killing me since 2 years ago and never bother looking for a solution since today hehe.

    Tuesday, March 11, 2008 at 6:16pm #
  7. Nagaraj wrote:

    Great piece of info. Helped a lot. Thanks

    Saturday, October 18, 2008 at 7:28am #

Trackback/Pingback (1)

  1. bobafred » Firefox Tweaks on Linux on Saturday, June 9, 2007 at 5:09pm

    […] led me to this post at Scatterism that provided the fix for this and a few other things. Be sure to check out comment […]