Re: GARNOME 0.19.3: "Smack's up!"
- From: Stef van der Made <svdmade planet nl>
- Cc: GARNOME Dudes <garnome-list gnome org>
- Subject: Re: GARNOME 0.19.3: "Smack's up!"
- Date: Fri, 06 Dec 2002 23:02:44 +0100
Dear Garnome fans,
I've been able to complie garnome 0.19.3 successfully with 1 small
problem. This was the gccmakedep in Xrender. The rest went smooth all
the way.
Great work Jeff :-)
I'm only having one small problem and that concerns starting up garnome.
After a minute or 2 I stopped the gnome-session that was trying to start
and got the following message back.
SESSION_MANAGER=local/made0120:/tmp/.ICE-unix/8194
waiting for X server to shut down gnome-smproxy: unable to connect to
session manager
This is the script that I've created to startup garnome since version 0.7 or there about.
#!/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 1280x1024 &
PATH=/usr/test/garnome/bin:$PATH
export PATH=/usr/test/garnome/lib:$PATH
LD_LIBRARY_PATH=/usr/test/garnome/lib:$LD_LIBRARY_PATH GDK_USE_XFT=1
export PATH LD_LIBRARY_PATH_GDK_USE_XFT
#export GDK_USE_XFT=1
exec /usr/test/garnome/bin/gnome-session &
# exec gnome-session &
exec /usr/local/enlightenment/bin/enlightenment
Without enlightenment I keep having crashes on the startup right away hence the enlightenment startup.
I've also ran fc-cache and fc-list and freetype V2.1x has been installed. I'm getting desperate to get garnome started. Who can help me out please :O)
Cheers,
Stef
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]