Subba Rao <[EMAIL PROTECTED]> writes: > On 0, Dan Espen <[EMAIL PROTECTED]> wrote: > > Subba Rao <[EMAIL PROTECTED]> writes: > > > On 0, Dan Espen <[EMAIL PROTECTED]> wrote: > > > > Subba Rao <[EMAIL PROTECTED]> writes: > > > > > > System - Debian 3.0 (Woody) > > > > > > Where do I configure to capture the debug messages from the defaut window > > > manager? I went and edited /etc/gdm/Sessions/fvwm file to capture stderr > > > messages. I cannot find any error messages file anywhere on the system. > > > > > > The /etc/gdm/Sessions/fvwm file has the following script: > > > > > > #!/bin/sh > > > # > > > # /etc/gdm/Sessions/fluxbox > > > # > > > # global fluxbox session file -- used by gdm > > > > > > exec /etc/X11/Xsession /usr/bin/fvwm2 -debug > > > > Your message came in 1 second after my last send. > > Don't use -debug, I don't think it will help. > > Change the exec like this: > > > > exec /etc/X11/Xsession /usr/bin/fvwm2 >/tmp/fvwm.out 2>&1 > > > > Thank you for replying. I think I found the minor details about GDM. The > error messages go to $HOME/.gnome-errors > It did not matter what I put in the script file. Probably I will tweak the > script later. > > I have captured debug messages for this action only. I have 2 windows side by > side. I moved the mouse from one to the other. The focus does change but > the window does not raise. > > Please let me know why the FvwmAuto is not raising the focused window.
Thats going to be hard to do. I just took your config file and removed the ModulePath statement and autoraising worked fine. Of course I don't have the part thats read in with the read command at the end and I'm not using debug. -- Dan Espen E-mail: [EMAIL PROTECTED] -- 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 PROTECTED] To report problems, send mail to [EMAIL PROTECTED]
