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

2018-05-07 Thread James Cameron
nd type something. > >> >> > >> >> We also can't use the lock screen window because of some other issues. > >> >> > >> >> So is it possible to catch ALT+TAB and do nothing for one specific > >> >> window? > >> >> > >> &g

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 wrote: > > On Mon, May 07, 2018 at 04:27:57PM -0500, Igor Korot wrote: > >> Paul et al, > >> Any idea how to configure FVWM to not to give fo

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: 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: 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