CTRL + V

X11 cut/paste works a bit different;

Asserting ownership of a selection doesn't actually transfer data. When you want to copy text from application A to application B, it goes like this:

Copy text in program A: program A asserts selection ownership.
Paste text in program B: program B notes that program A owns the selection.
program B asks A for the text.
program A responds, and sends the text to program B.
program B pastes the response.

...since the original selection is still only in program A's process memory domain and program B just has a reference via X11 protocols there, the selection is lost if you dump program A.
However, symptom of losing buffer data if original program is deactivated doesn't happen to Windows or OSX because of their integrated clipboard managers. A program C stands between A and B in the example and has a permanent copy of all selections from program A. Since X11 is low-level graphics server, it doesn't feature (and doesn't need) clipboard manager.

Now when we're done with theory, here's a nice clipboard manager for Ubuntu :

http://www.webupd8.org/2010/01/parcelli ... r-092.html

:D
 
Incredible production. Sounds unfussy and organic, but not because there's not a lot going on. It's more because everything's got room to breathe. And yeah, like i said It's like Kid A fed through the warm textures of In Rainbows.
 
My top 10 songs:

1. Hey Jude
2. Let It Be
3. A Day In The Life
4. Yesterday
5. Here Comes The Sun
6. In My Life
7. Yellow Submarine
8. Norwegian Wood (This Bird Has Flown)
9. While My Guitar Gently Weeps
10. Something

My top 5 albums:

1. Abbey Road
2. Rubber Soul
3. A Hard Day's Night
4. Revolver
5. The Beatles
 
#468. Awaiting St. Peter. Get the artist right! (1)


Finally, my Ctrl-V
 
Back
Top