[Geeqie-devel] Copy path problem

2014-07-09 Thread Ian Zimmerman
Hi, I hit upon what seems to be at least an infelicity, and perhaps an outright bug. The Copy Path popup menu item calls back this code: clipboard = gtk_clipboard_get(GDK_SELECTION_PRIMARY); gtk_clipboard_set_text(clipboard, g_shell_quote(fd-path), -1); But, according to the GTK

Re: [Geeqie-devel] Copy path problem

2014-07-09 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Mi den 9. Jul 2014 um 7:08 schrieb Ian Zimmerman: Hi, I hit upon what seems to be at least an infelicity, and perhaps an outright bug. The Copy Path popup menu item calls back this code: clipboard =

Re: [Geeqie-devel] Copy path problem

2014-07-09 Thread Ian Zimmerman
Klaus Ethgen Klaus+geekie@... writes: GTK The currently-selected object or text should be provided on the GTK clipboard identified by GDK_SELECTION_PRIMARY. Cut/copy/paste menu GTK items conceptually copy the contents of the GDK_SELECTION_PRIMARY GTK clipboard to the default clipboard, i.e. they

Re: [Geeqie-devel] Copy path problem

2014-07-09 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Mi den 9. Jul 2014 um 17:08 schrieb Ian Zimmerman: I just snipped too much from the quote. The sentence preceding this one is: I thought such. ;-) Well, all the Gtk conventions come from the Windows world :-) And yes, sometimes that