Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Linux, pasting URL into main browser window no longer works

  • 2 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Giải pháp được chọn

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

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (2)

more options

Giải pháp được chọn

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

Được chỉnh sửa bởi ClydeFF vào

more options

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