Use clipboard, not cut buffer
Posted Aug 14, 2005 17:58 UTC (Sun) by
emk (subscriber, #1128)
In reply to:
GTK+ 2.8.0 released by zooko
Parent article:
GTK+ 2.8.0 released
Gnome correctly supports the standard X Window clipboard, which you access with Control-C, Control-X, and Control-V. This works exactly like the Windows and Mac clipboards.
You're getting into trouble because you're using the Unix selection buffer instead of the clipboard. The selection buffer is a legacy X Window feature typically used for working with xterms. :-) It's very handy, but you'll be much happier if just use the clipboard for modern GUI applications.
Yes, a small number of applications--mostly Emacs and old versions of Netscape--confuse the clipboard and the selection buffer. Either complain to the authors or upgrade. And if you want Control-U to work in GTK, then you probably need to go ask politely on gtk-devel and explain your reasoning.
(
Log in to post comments)