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

2019-03-05 Thread James Cameron
) -- James Cameron http://quozl.netrek.org/ ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

Re: GTK window winthout main iterator

2018-09-04 Thread James Cameron
t; ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- James Cameron http://quozl.netrek.org/ ___ gtk-app-devel-list mailing l

Re: XTestFakeKeyEvent GDK-equivalent

2018-07-06 Thread James Cameron
For quick hacks or testing apps, I use xdotool. I've no idea if it works with Wayland though. -- James Cameron http://quozl.netrek.org/ ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

Re: trouble with g_stat

2018-06-03 Thread James Cameron
pec… > > if(g_stat(fspec->str,stBuf)<0){… [9476 Segmentation fault] stBuf is an uninitialised pointer. g_stat will try to write to the address; undefined behaviour results. Try allocating some memory of the right size, and assign that address to the pointer before calling g_stat?

Re: PyGObject: pep8 konform

2018-06-01 Thread James Cameron
-- James Cameron http://quozl.netrek.org/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Is it possible to catch ALT+TAB and do nothing

2018-05-07 Thread James Cameron
On Mon, May 07, 2018 at 05:03:40PM -0500, Igor Korot wrote: > James, > > On Mon, May 7, 2018 at 4:46 PM, James Cameron <qu...@laptop.org> wrote: > > On Mon, May 07, 2018 at 04:27:57PM -0500, Igor Korot wrote: > >> Paul et al, > >> Any idea how to confi

Re: Is it possible to catch ALT+TAB and do nothing

2018-05-07 Thread James Cameron
to > >> >> the window below it (such as Terminal) and type something. > >> >> > >> >> We also can't use the lock screen window because of some other issues. > >> >> > >> >> So is it possible to catch ALT