Is 257 some sort of magic number?

2002-08-08 Thread Tim Phipps
OK-find . -name '*.h' -o -name '*.c' | xargs grep -n 257 ./fvwm/ewmh_icons.c:343:fg[0] = colors[0].blue/257; ./fvwm/ewmh_icons.c:344:fg[1] = colors[0].green/257; ./fvwm/ewmh_icons.c:345:fg[2] = colors[0].red/257; ./fvwm/ewmh_icons.c:346:

Notification: incoming/912

2002-08-08 Thread fvwm-bug
FVWM Bug Tracking notification new message incoming/912 Message summary for PR#912 From: [EMAIL PROTECTED] Subject: _NET_WM_DESKTOP ignored for initial placement Date: Thu, 08 Aug 2002 08:20:40 -0500 0 replies 0 followups ORIGINAL MESSAGE FOLLOWS

Re: Notification: incoming/912

2002-08-08 Thread Dominik Vogt
On Thu, Aug 08, 2002 at 08:20:41AM -0500, fvwm-bug wrote: FVWM Bug Tracking notification new message incoming/912 Message summary for PR#912 From: [EMAIL PROTECTED] Subject: _NET_WM_DESKTOP ignored for initial placement Date: Thu, 08 Aug 2002 08:20:40 -0500 0

Re: Notification: incoming/912

2002-08-08 Thread Matthias Clasen
On Thu, 2002-08-08 at 19:26, Dominik Vogt wrote: When fvwm takes over from metacity, it seems to ignore the _NET_WM_DESKTOP properties left behind by metacity. Worse, windows which are not on the first desk sometimes get completely lost - they don't appear on any desk, but switching

CVS domivogt: * Focus code clean up, preparations for focus grab rewrite.

2002-08-08 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/08/08 17:19:23 Modified files: . : ChangeLog fvwm : events.c focus.c Log message: * Focus code clean up, preparations for focus grab rewrite. -- Visit the official

CVS domivogt: * Cleaned up focus grabbing code.

2002-08-08 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/08/08 18:53:02 Modified files: . : ChangeLog fvwm : add_window.c events.c focus.c focus.h frame.c icons.c move_resize.c stack.c update.c

FVWM: fvwm tutorial?

2002-08-08 Thread Bart Raatgerink
Hello, I'm looking for a step by step fvwm2 tutorial to start with an empty fvwm2rc file. Do you have any pointers ? Thanks, Bart. -- Visit the official FVWM web page at URL: http://www.fvwm.org/. To unsubscribe from the list, send unsubscribe fvwm in the body of a message to [EMAIL

Re: FVWM: fvwm tutorial?

2002-08-08 Thread Dan Espen
Bart Raatgerink [EMAIL PROTECTED] writes: Hello, I'm looking for a step by step fvwm2 tutorial to start with an empty fvwm2rc file. Do you have any pointers ? Start up Fvwm with no .fvwm2rc file. Click on the root window. Choose either Setup Form or Setup 95 Script. Either one will create a

Re: FVWM: fvwm tutorial?

2002-08-08 Thread Victor Eijkhout
At 12:39 +0200 2002/08/08, Bart Raatgerink wrote: Hello, I'm looking for a step by step fvwm2 tutorial to start with an empty fvwm2rc file. Do you have any pointers ? In continuous progress: http://www.cs.utk.edu/~eijkhout/OSX/fvwm-man.pdf -- Victor Eijkhout [EMAIL PROTECTED] tel: 865 974

FVWM: Problem with FvwmButtons

2002-08-08 Thread Rahul Rekapalli
Hi, I downloaded the latest build from cvs. 2.5.3 There was an internal error in FvwmButtons. FVWM was loading up without any problem when I disabled the FvwmButtons Module from loading at startup, but if i invoked it from FvwmCommand, then fvwm crashed :( has someone else faced the same

Re: FVWM: Problem with FvwmButtons

2002-08-08 Thread Dominik Vogt
On Fri, Aug 09, 2002 at 01:31:08AM +0530, Rahul Rekapalli wrote: I downloaded the latest build from cvs. 2.5.3 There was an internal error in FvwmButtons. What exactly was the error message? FVWM was loading up without any problem when I disabled the FvwmButtons Module from loading at

Documentation (was: Re: FVWM: How do I start modules automatically?)

2002-08-08 Thread Len Philpot
On Thu, Aug 08, 2002 at 02:20:00AM +0200, Dominik Vogt wrote: Place the lines AddToFunc StartFunction + I FvwmAuto 500 in you $HOME/.fvwm2rc file. Although its very big, the man page is a good source of fvwm related information, but don't hesitate to ask questions on the mailing

Re: Documentation (was: Re: FVWM: How do I start modules automatically?)

2002-08-08 Thread Dan Espen
Len Philpot [EMAIL PROTECTED] writes: On Thu, Aug 08, 2002 at 02:20:00AM +0200, Dominik Vogt wrote: Place the lines AddToFunc StartFunction + I FvwmAuto 500 in you $HOME/.fvwm2rc file. Although its very big, the man page is a good source of fvwm related information, but