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
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
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?
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
)
--
James Cameron
http://quozl.netrek.org/
___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list