Re: How do I get GARNOME to appear in the gdm menu?
- From: Axel Liljencrantz <f97-ali nada kth se>
- To: <garnome-list gnome org>
- Subject: Re: How do I get GARNOME to appear in the gdm menu?
- Date: Tue, 2 Jul 2002 21:58:33 +0200 (MEST)
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]