Re: How do I get GARNOME to appear in the gdm menu?



Every gdm-option corresponds to a file in

/etc/X11/gdm/Sessions

You need to add a new file to this directory, in the simplest case
this file should be a shellscript containing the lines:

#/bin/bash
PATH=$HOME/garnome/bin:$PATH
LD_LIBRARY_PATH=$HOME/garnome/lib:$LD_LIBRARY_PATH
GDK_USE_XFT=1
export PATH LD_LIBRARY_PATH GDK_USE_XFT
exec $HOME/garnome/bin/gnome-session


But you might want to check out the Gnome1 script and copy some of
the inits done there.

hope this helps


Axel Liljencrantz








[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]