Re: FVWM: Moving windows on mouse 2 button-down instead of button-up?

2010-07-28 Thread Thomas Adam
On Tue, Jul 27, 2010 at 12:23:57PM -0400, Chris Siebenmann wrote: This doesn't happen for other buttons, eg I also have 'Mouse 1 T N Move' and if I use mouse button 1 on window titles they move immediately without waiting for button-up. It's also worth mentioning (for the archives) that the

Re: FVWM: Visual nastiness on Fedora 13

2010-07-28 Thread Thomas Adam
On Mon, Jul 26, 2010 at 06:30:20PM +0100, - Tethys wrote: I've upgraded from F11 to F13. Since then, my fvwm doesn't look as pleasing as it used to. I've kept the same ~/.fvwm/config file. However, I now have borders around my icons, where previously there weren't any. This only seems to apply

Re: FVWM: Visual nastiness on Fedora 13

2010-07-28 Thread - Tethys
On Wed, Jul 28, 2010 at 9:46 AM, Thomas Adam tho...@xteddy.org wrote: I suspect in your case, you just need to set IconBackgroundRelief 0, or somesuch. Yep, that fixed it. It still doesn't explain why the relief appeared when using the same config file and the same version of fvwm as my

Re: FVWM: Visual nastiness on Fedora 13

2010-07-28 Thread Thomas Adam
On 28 July 2010 12:02, - Tethys tet...@gmail.com wrote: On Wed, Jul 28, 2010 at 9:46 AM, Thomas Adam tho...@xteddy.org wrote: I suspect in your case, you just need to set IconBackgroundRelief 0, or somesuch. Yep, that fixed it. It still doesn't explain why the relief appeared when using the

Re: FVWM: Bug with turning off user states on specific windows in fvwm 2.5.30?

2010-07-28 Thread Thomas Adam
On Tue, Jul 27, 2010 at 11:21:29PM +0100, Thomas Adam wrote: On Tue, Jul 27, 2010 at 06:08:59PM -0400, Chris Siebenmann wrote: | On Tue, Jul 27, 2010 at 01:00:24PM -0400, Chris Siebenmann wrote: | | [.. other stuff snipped..] | | So, either I'm missing something about fvwm 2.5.30,

Re: FVWM: Bug with turning off user states on specific windows in fvwm 2.5.30?

2010-07-28 Thread Chris Siebenmann
| Committed a fix to CVS for this. | | Really, this time. Bloody CVS! Of course, this isn't helped by the | fact that the email announcements from CVS are taking up to 9 hours to | get sent out for some stupid reason. | | Chris -- please cvs up -- does this fix things for you? I've done this

Re: FVWM: CMD_Exec() leaks an extra file descriptor to children

2010-07-28 Thread Thomas Adam
On Tue, Jul 27, 2010 at 10:49:10PM +0100, Thomas Adam wrote: On Tue, Jul 27, 2010 at 12:21:17PM -0400, Chris Siebenmann wrote: There's a small file descriptor leak in CMD_Exec() in fvwm/builtins.c; it opens /dev/null, dup2()s it to standard input, and then never closes the original file

FVWM: FVWM Book?

2010-07-28 Thread Thomas Adam
Hello all, I toy with this idea at least three times a year, which must mean something. :) I know I've asked this in the past of most people, but I will ask it again -- not so much in terms of the particulars -- but if there's enough interest. Would a book on FVWM be useful? I am thinking

Re: FVWM: FVWM Book?

2010-07-28 Thread Shaika-Dzari
On Wed, Jul 28, 2010 at 4:27 PM, sokuban soku...@archlinux.us wrote: On 28/07/10 06:35 PM, Thomas Adam wrote: Hello all, I toy with this idea at least three times a year, which must mean something. :)  I know I've asked this in the past of most people, but I will ask it again -- not so

CVS tadam: Copy over State settings on WindowStyle command.

2010-07-28 Thread cvs
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: tadam 10/07/28 15:25:14 Modified files: . : ChangeLog NEWS fvwm : update.c Log message: Copy over State settings on WindowStyle command. When merging/updating style hints for

CVS tadam: Close fd in CMD_Exec

2010-07-28 Thread cvs
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: tadam 10/07/28 15:55:17 Modified files: . : ChangeLog fvwm : builtins.c Log message: Close fd in CMD_Exec Tweaked from original patch.