FVWM: Force restore of titles and borders on Gnome applications

2015-06-08 Thread Dov Grobgeld
Hello, In recent Gnome applications, e.g. gthumb, evince, eog, there has been a trend to remove the window manager border and title and do these "internally" in the application. I have been looking for a gnome way of turning off this behavior as it seriously destroys my work flow, and after failin

Re: FVWM: Force restore of titles and borders on Gnome applications

2015-06-08 Thread Dov Grobgeld
used_width = 5; border_width = 5; decor = -1; } Dov On Mon, Jun 8, 2015 at 12:28 PM, Thomas Adam wrote: > On 8 June 2015 at 10:16, Dov Grobgeld wrote: >> Hello, >> >> In recent Gnome applications, e.g. gthumb, evince, eog, there has been >>

Re: FVWM: Force restore of titles and borders on Gnome applications

2015-06-08 Thread Dov Grobgeld
e")==0 || strcmp(t->class.res_name,"nautilus")==0 || strcmp(t->class.res_name,"gthumb")==0 ) decor = -1; I still hope to figure out why the style settings do not provide the same functionality. Regards, Dov On Tue, Jun 9, 2015 at 5:45

Re: FVWM: Force restore of titles and borders on Gnome applications

2015-06-09 Thread Dov Grobgeld
l requests? Regards, Dov On Tue, Jun 9, 2015 at 8:06 AM, Dov Grobgeld wrote: > > There are some desktop applications like evince and gThumb that either > don't exist in mate or are not up-to-date. I therefore prefer using > the latest gnome apps. > > Meanwhile I have i

Re: FVWM: Force restore of titles and borders on Gnome applications

2015-06-09 Thread Dov Grobgeld
ation, are blocked, and the default properties are used. ~~ >From 34bd4ed36feac160f5fcf9741d14f79e01d2a004 Mon Sep 17 00:00:00 2001 From: Dov Grobgeld Date: Tue, 9 Jun 2015 10:34:24 +0300 Subject: [PATCH] Introduced MwmHintsIgnore style property to block all MWM hint

Re: FVWM: Force restore of titles and borders on Gnome applications

2015-06-09 Thread Dov Grobgeld
On Tue, Jun 9, 2015 at 11:43 AM, Thomas Adam wrote: > I'm not sure the entire patch is necessary. What's wrong with using > NoFuncHint? I wasn't aware of it. Indeed the documentation states exactly the same functionality as I wanted to implement. Unfortunately, I can't get it to work. I.e. With

Re: FVWM: Force restore of titles and borders on Gnome applications

2015-06-10 Thread Dov Grobgeld
tion, that should be fixed. Thanks! Dov On Tue, Jun 9, 2015 at 2:39 PM, Dov Grobgeld wrote: > On Tue, Jun 9, 2015 at 11:43 AM, Thomas Adam wrote: >> I'm not sure the entire patch is necessary. What's wrong with using >> NoFuncHint? > > I wasn't aware