using gnome as desktop not as window
- From: Stef van der Made <svdmade planet nl>
- To: garnome-list gnome org
- Subject: using gnome as desktop not as window
- Date: Wed, 10 Jul 2002 20:06:42 +0200
Dear All,
I'm running Gnome2 compiled via Garnome 0.12.2. When I start gnome2
without a window manager in my case enlightenment Gnome dosn't start up.
As I would like to use gnome as my primary desktop I would like to
startup Gnome2 first. Gnome2 now opens as a window and not as the
desktop itself which is Enlightenment. How can I solve this or what I'm
I doing wrong.
Below is my .xinitrc startup script
#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f $userresources ]; then
xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
# Start the window manager:
# Xnest :1 -ac -geometry 800x600 &
PATH=/opt/garnome/bin:$PATH
LD_LIBRARY_PATH=/opt/garnome/lib:$LD_LIBRARY_PATH GDK_USE_XFT=1
export PATH LD_LIBRARY_PATH_GDK_USE_XFT
#export GDK_USE_XFT=1
exec /opt/garnome/bin/gnome-session &
# exec gnome-session &
exec /usr/local/enlightenment/bin/enlightenment
I'm hoping that somebody can help me solve the problem I'm having.
Thanks in advance for your help,
Stef
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]