If I highlight a link in firefox, in the URL bar (for lack of a better term), the link appears in the clipboard history and is accessible after other entries are made.
However, if I do the same with chrome I don't see the text but a sort of image. Later clicking on the entry results in nothing appearing when pasting into an email or konsole for example.
I can't see a way to configure this to work. Am I missing something?
Ed Greshko ed.greshko@greshko.com wrote on 11.02.2016 04:41:11:
If I highlight a link in firefox, in the URL bar (for lack of a better term), the link appears in the clipboard history and is accessible after other entries are made.
However, if I do the same with chrome I don't see the text but a sort of image. Later clicking on the entry results in nothing appearing when pasting into an email or konsole for example.
I can't see a way to configure this to work. Am I missing something?
I don't use chrome, but I noted that after highlighting a link as you described (and thus adding it to the clipboard), it can be pasted anywhere by using the middle mouse button, but not by using Ctrl-V.
Hope this helps.
- Fredy
On 02/11/16 16:57, Fredy Neeser wrote:
Ed Greshko ed.greshko@greshko.com wrote on 11.02.2016 04:41:11:
If I highlight a link in firefox, in the URL bar (for lack of a better term), the link appears in the clipboard history and is accessible after other entries are made.
However, if I do the same with chrome I don't see the text but a sort of image. Later clicking on the entry results in nothing appearing when pasting into an email or konsole for example.
I can't see a way to configure this to work. Am I missing something?
I don't use chrome, but I noted that after highlighting a link as you described (and thus adding it to the clipboard), it can be pasted anywhere by using the middle mouse button, but not by using Ctrl-V.
Well, my problem is neither middle mouse or Ctrl-V works.
I did find that if I highlight ww.something.com/whaterver all would be ok. But if I added the leftmost w it would fail as I described.
On Thu, 2016-02-11 at 09:57 +0100, Fredy Neeser wrote:
Ed Greshko ed.greshko@greshko.com wrote on 11.02.2016 04:41:11:
If I highlight a link in firefox, in the URL bar (for lack of a better term), the link appears in the clipboard history and is accessible after other entries are made.
However, if I do the same with chrome I don't see the text but a sort of image. Later clicking on the entry results in nothing appearing when pasting into an email or konsole for example.
I can't see a way to configure this to work. Am I missing something?
I don't use chrome, but I noted that after highlighting a link as you described (and thus adding it to the clipboard), it can be pasted anywhere by using the middle mouse button, but not by using Ctrl-V.
There are two different mechanisms at work:
1) The basic X Windows Cut Buffer facility wherein you highlight something and can then paste it using the middle button. This should work everywhere, i.e. AFAIK it's implemented directly by X and doesn't require cooperation from the app.
2) The Clipboard system which requires you to hit Ctrl-c (or Ctrl-X) and then Ctrl-V to paste. This is similar to what happens in Windows (and MacOS with the Command key instead of Ctrl). The app has to implement this itself.
The two mechanisms are independent of each other, though I vaguely remember that some DEs may have a setting to unify them (in the sense that one buffer copies from the other).
poc
On 11 February 2016 at 15:20, Patrick O'Callaghan pocallaghan@gmail.com wrote:
On Thu, 2016-02-11 at 09:57 +0100, Fredy Neeser wrote:
Ed Greshko ed.greshko@greshko.com wrote on 11.02.2016 04:41:11:
If I highlight a link in firefox, in the URL bar (for lack of a better term), the link appears in the clipboard history and is accessible after other entries are made.
However, if I do the same with chrome I don't see the text but a sort of image. Later clicking on the entry results in nothing appearing when pasting into an email or konsole for example.
I can't see a way to configure this to work. Am I missing something?
I don't use chrome, but I noted that after highlighting a link as you described (and thus adding it to the clipboard), it can be pasted anywhere by using the middle mouse button, but not by using Ctrl-V.
There are two different mechanisms at work:
- The basic X Windows Cut Buffer facility wherein you highlight
something and can then paste it using the middle button. This should work everywhere, i.e. AFAIK it's implemented directly by X and doesn't require cooperation from the app.
This isn't quite true. If I understand correctly applciations either use the cut buffer or primary buffer for this. While the cut buffer is held by the root window the primary buffer makes a request from the application (in X primary buffer acts the same way as clipboard buffer), which is why selecting from gedit and using middle button paste only works while the source window is open, but selection from a terminal can still be pasted after it is closed.
- The Clipboard system which requires you to hit Ctrl-c (or Ctrl-X)
and then Ctrl-V to paste. This is similar to what happens in Windows (and MacOS with the Command key instead of Ctrl). The app has to implement this itself.
The two mechanisms are independent of each other, though I vaguely remember that some DEs may have a setting to unify them (in the sense that one buffer copies from the other).
Wayland appears to only maintain a single buffer.
On Thu, 2016-02-11 at 17:19 +0000, Ian Malone wrote:
There are two different mechanisms at work:
- The basic X Windows Cut Buffer facility wherein you highlight
something and can then paste it using the middle button. This
should
work everywhere, i.e. AFAIK it's implemented directly by X and
doesn't
require cooperation from the app.
This isn't quite true. If I understand correctly applciations either use the cut buffer or primary buffer for this. While the cut buffer is held by the root window the primary buffer makes a request from the application (in X primary buffer acts the same way as clipboard buffer), which is why selecting from gedit and using middle button paste only works while the source window is open, but selection from a terminal can still be pasted after it is closed.
I was basing my comment on https://en.wikipedia.org/wiki/X_Window_selec tion#Cut_buffers but I'll admit to being only slightly familiar with the details.
poc
On 02/12/16 02:12, Sudhir Khanger wrote:
Am I missing something?
https://code.google.com/p/chromium/issues/detail?id=442253 https://code.google.com/p/chromium/issues/detail?id=424111
Thanks for those links.
It sounds like a similar/extension to the problem that existed with doing copy/paste from konsole into email.
https://code.google.com/p/chromium/issues/detail?id=424111 https://code.google.com/p/chromium/issues/detail?id=442253 https://forum.kde.org/viewtopic.php?f=289&t=126690