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

-- 
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]

Reply via email to