Treeview sortingis this a bug

2019-03-05 Thread Mike Martin via gtk-perl-list
I am trying to toggle sorting on a liststore, so I am trying to use $list->get_column(0)->set_sort_column_id(-2) where list is a treeview containing a liststore as per GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID #define GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID (-2) The

Closing XTerm causes the GTK app to exit, inspite of disown/nohup on its PID - why?

2019-03-05 Thread Veek M via gtk-list
https://www.reddit.com/r/bash/comments/axi4n6/closing_xterm_causes_the_app_to_exit_inspite_of/ Adding nohup works but ONLY for xclock xfontsel xpdf - hexchat and firefox exit when the terminal exits - basically GTK apps. Script creates a named-pipe .Xauthority to pass MIT-MAGIC-cookie data to a

Re: Closing XTerm causes the GTK app to exit, inspite of disown/nohup on its PID - why?

2019-03-05 Thread James Cameron
Wild guess; use strace to look for a signal at the time the window is closed, and add code to replace the handler for the signal. For instance, to handle Ctrl+C gracefully in Python that uses GTK, some of my code does this; GLib.unix_signal_add(GLib.PRIORITY_DEFAULT, signal.SIGINT, callback) --

Re: [gtk-osx-users] cannot build core libraries

2019-03-05 Thread v...@myridia.com
yes it works on my hackintosh 10.12 on my hackingtosh 10.14(latest) i needed to install the xml2 c headers to /usr/include via this command line: sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / than after pip3 the libxml3-python3

Re: [gtk-osx-users] cannot build core libraries

2019-03-05 Thread v...@myridia.com
*** Success *** thanks a lot, can i donate to the dev what my find time to fix this bug. On Wed, March 6, 2019 11:25 am, John Ralls wrote: > Please remember to copy the list on all replies. > > > Ah, yes, that's a long-standing python bug. You need to edit >

Re: [gtk-osx-users] cannot build core libraries

2019-03-05 Thread John Ralls
What was the actual error? Regards, John Ralls > On Mar 5, 2019, at 8:34 AM, v...@myridia.com wrote: > > thanks i could go on. > > but now i hang with the jhbuild libxml2 > something seems missing: > > clang: error: linker command failed with exit code 1 (use -v to see > invocation) >

Re: [gtk-osx-users] cannot build core libraries

2019-03-05 Thread v...@myridia.com
thanks i could go on. but now i hang with the jhbuild libxml2 something seems missing: clang: error: linker command failed with exit code 1 (use -v to see invocation) make[4]: *** [Makefile:597: libxml2mod.la] Error 1 make[4]: Leaving directory '/Users/veto/gtk/source/libxml2-2.9.8/python'