Re: FVWM: How to trap debug messages?

From: tim werner <werner_at_mc.ab.com>
Date: Mon, 9 Oct 1995 15:15:52 -0400

>How can I trap debug messages of fvwm? Should I redirect the output
>from fvwm > to_a_file in my xinit or use FvwmDebug?


Here is an excerpt from my .xinitrc file, which is complicated by the
fact that some people may be starting fvwm from .Xdefaults. I have done
it both ways.


      # Start up the session manager and/or window manager. First,
      # check if user is starting window manager separate from .Xdefaults.
      if test `egrep fvwm $HOME/.Xdefaults | egrep '^[^!]' | wc -l` = 0
      then
         /usr/local/bin/fvwm -f "FvwmM4 .fvwmrc" > $HOME/fvwm.log 2> $HOME/fvwm.log &
      fi
      if test -f /usr/bin/dxsession
      then
         /usr/bin/dxsession -geometry +0+0 > $HOME/dxsession.log 2> $HOME/dxsession.log &
      else
         echo "what system is this?"
      fi


hth,
tw
--
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Mon Oct 09 1995 - 14:12:14 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:57 BST