Re : two problems after compile



Waju,

There are several way to start X.

You can start it with startx and the file used is .xinitrc
Or you can start it with gdm/xdm and then the .xsession file is to be used

This file can contain about nothing but a line to start the window manager. The syntax of both is the same. here is the copy of the . xsession file I use with garnome.


# Starts the imwheel process from the global
# Xsession file.
#-------------------------------------------
. /etc/X11/imwheel/startup.conf
if [ "$IMWHEEL_START" = "1" ]; then
       /usr/bin/imwheel ${IMWHEEL_PARAMS}
fi

exec ./garnome-session

#<EOF> .xsession

and here is the ./garnome-session

#!/bin/sh
GARNOME=/opt/garnome
PATH=$GARNOME/bin:$PATH
LD_LIBRARY_PATH=$GARNOME/lib:$LD_LIBRARY_PATH
PYTHONPATH=$GARNOME/lib/python2.2/site-packages
PKG_CONFIG_PATH=$GARNOME/lib/pkgconfig:/usr/lib/pkgconfig
GDK_USE_XFT=1
export PATH LD_LIBRARY_PATH PYTHONPATH PKG_CONFIG_PATH GDK_USE_XFT
exec $GARNOME/bin/gnome-session


Agdapt the GARNOME variable to suit your installation.

--
Regards
			- Jean-Luc
Le 18.10.2003 13:26, waju a écrit :
hi:

i just finish compile garnome, with difficulty.

i've got now 2 questions:

- i use debian sid. and i don't find anywhere .xsession. where is it?
i
think it under debian could have another name, but i don't know.

- the compilation takes more than 1,5GB. it isn't too much? can i
delete
some files? i think it isn't normal.

thanks

regards

waju

--
garnome-list mailing list
garnome-list gnome org
http://mail.gnome.org/mailman/listinfo/garnome-list




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