Subba Rao <subba9_at_cablespeed.com> writes:
> On 0, Dan Espen <dane_at_mk.telcordia.com> wrote:
> > Subba Rao <subba9_at_cablespeed.com> 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: dane_at_mk.telcordia.com
--
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Feb 19 2003 - 12:34:25 GMT