GNOME Bugzilla – Bug 470503
Loosing "the copy-paste buffer" if the window from which you've copied something is closed
Last modified: 2007-10-29 09:53:44 UTC
Whatever is copied from no matter what application/window should stay in the memory. It's quite annoying when you open a file with gedit(for example) just to copy some text from it, you mark it, you press ctrl+c and then close gedit. Then you want to paste it in gnome-terminal(another example) and you can't. Other information: It happens with *every* separate program or even single window within a program.
I thought someone solved this a couple years ago with some new Xorg spec extensions and such (for some reason Emmanuele Bassi's name comes to mind, but I'm not sure if he was one of the responsible persons on the gtk side or not). Maybe I understood incorrectly and it was just work in progress. Anyway, it would be nice if someone could look this up and mark this as a dupe of whatever relevant bug. This definitely isn't a metacity bug and might outside of gnome, but I don't have the time to look it up at the moment.
This looks like a dupe of bug 121590, but that bug claims that it's obsolete because of a patch on some other bug that it doesn't name (not very helpfully). These may also be relevant: http://members.chello.nl/~h.lai/gnome-clipboard-daemon/ http://mail.gnome.org/archives/desktop-devel-list/2003-September/msg00193.html *** This bug has been marked as a duplicate of 121590 ***
These bugs are now application-specific, because applications must opt-in with gtk_clipboard_set_can_store(). If an application doesn't do this then a bug should be filed against that application.