On Thu, Jul 20, 2000 at 03:36:58PM -0500, Jon Pennington([EMAIL PROTECTED]) wrote:
: This is heresy, I'm sure, but I need to know if anyone is using Helix
: GNOME's GDM display manager with Blackbox as the window manager.  If
: someone is doing this, how is it done?  I don't want panel running,
: either; just a graphical display manager and a good window manager...

        It is rather simple to do, you just modify a couple GDM
configuration files.  These specifically being:

        You create a 'Blackbox' file set executable within the
'Sessions' directory in the gdm configuration directory hierarchy.  (I
believe the default location is /var/X11R6/lib/gdm, I relocated mine to
/etc/X11/gdm .. use find or locate.)

        This file should contain something such as the following:

BOF

#!/bin/bash -login

/etc/X11/xdm/Xsession blackbox

EOF

        You should also modify your Xsession file (default location is
likely /var/X11R6/lib/xdm) to execute Blackbox.  It should be self
explanatory, nevertheless you add something such as:

        blackbox)
                exec blackbox
                ;;


        That should do it.

Regards,
-- 
    __      ______   ____
   /  \    /  \   \ /   / White Vampire\Rem
   \   \/\/   /\   Y   /  http://www.projectgamma.com/
    \        /  \     /   http://www.webfringe.com/
     \__/\  /    \___/    http://www.gammaforce.org/
          \/ "Silly hacker, root is for administrators."

PGP signature

Reply via email to