Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

Linux, pasting URL into main browser window no longer works

  • 2 válasz
  • 1 embernek van ilyen problémája
  • 16 megtekintés
  • Utolsó üzenet ettől: 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?

Kiválasztott megoldás

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'.

Válasz olvasása eredeti szövegkörnyezetben 👍 0

Összes válasz (2)

more options

Kiválasztott megoldás

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'.

Módosította: ClydeFF,

more options

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