Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

Linux, pasting URL into main browser window no longer works

  • 2 odgovora
  • 1 ima to težavo
  • 16 ogledov
  • Zadnji odgovor od Shadow110

more options

Hasn't been working for a while. But still works on some earlier installs that I still have installed on the same machine, so I presume it is not an issue with XFCE 4.12 or Xorg 1:7.7+19 or Debian-stretch.

If I double-left-click highlight a URL in, say, a txt document, then I can simply middle-click to paste that URL elsewhere, such as an xterm, or emacs window. This does not require Ctrl-C Ctrl-V. If I am running an older version of FF, say FF53, a middle-click paste anywhere in the browser window will get FF to load the URL in that window.

But this no longer works in recent FF, such as FF62. To accomplish it requires first clearing the URL bar (double-left click to highlight, then backspace-key to delete) then re-highlighting the desired URL (double left-click), then middle-clicking in the empty URL bar.

This pasting feature was working by default as recently as FF53, but it stopped working somewhere between 53 and 58.

How can I get it working again?

Hasn't been working for a while. But still works on some earlier installs that I still have installed on the same machine, so I presume it is not an issue with XFCE 4.12 or Xorg 1:7.7+19 or Debian-stretch. If I double-left-click highlight a URL in, say, a txt document, then I can simply middle-click to paste that URL elsewhere, such as an xterm, or emacs window. This does not require Ctrl-C Ctrl-V. If I am running an older version of FF, say FF53, a middle-click paste anywhere in the browser window will get FF to load the URL in that window. But this no longer works in recent FF, such as FF62. To accomplish it requires first clearing the URL bar (double-left click to highlight, then backspace-key to delete) then re-highlighting the desired URL (double left-click), then middle-clicking in the empty URL bar. This pasting feature was working by default as recently as FF53, but it stopped working somewhere between 53 and 58. How can I get it working again?

Izbrana rešitev

I found the answer in comment # 10 here, by Masayuki Nakano:

https://bugzilla.mozilla.org/show_bug.cgi?id=1461708 https://bugzilla.mozilla.org/show_bug.cgi?id=1461708#c10

The solution is to edit a variable at about:config, change middlemouse.contentLoadURL from false to true.

In various older versions that I have, between FF53 and FF32, this variable is set by default to 'true'. In some version after FF53 and before FF58, the default seems to have changed to 'false'.

Preberite ta odgovor v kontekstu 👍 0

Vsi odgovori (2)

more options

Izbrana rešitev

I found the answer in comment # 10 here, by Masayuki Nakano:

https://bugzilla.mozilla.org/show_bug.cgi?id=1461708 https://bugzilla.mozilla.org/show_bug.cgi?id=1461708#c10

The solution is to edit a variable at about:config, change middlemouse.contentLoadURL from false to true.

In various older versions that I have, between FF53 and FF32, this variable is set by default to 'true'. In some version after FF53 and before FF58, the default seems to have changed to 'false'.

Spremenil ClydeFF

more options

Great, please mark your answer as the solution so others can find it.