On Sun, 2006-03-26 at 01:25 -0600, Fernando Matus wrote: > my compilation ends, but i can't run i set some values, and i made the > scripts... but i dont have file xsession or .xini..i cna't run > gnome :(... also i can't execute this: > > cd /usr/share/xsessions > sudo sed -e 's/GNOME/GARNOME/g' -e > 's/Exec=gnome-session/Exec=garnome-session/' < gnome.desktop > > garnome.desktop > i'm using root for sed... > > somebody there?who have the same problem..?.
here is how i run garnome on my ubuntu (5.10) I created a *.desktop file in /usr/share/gdm/BuiltInSessions that points to a shell scrip in /opt/gnome-2.14.0/bin (this is where i installed garnome) the script has the following: #!/bin/sh GARNOME=/opt/gnome-2.14.0 PATH=$GARNOME/bin:$GARNOME/sbin:$PATH LD_LIBRARY_PATH=$GARNOME/lib:$LD_LIBRARY_PATH PYTHONPATH=$GARNOME/lib/python2.4/site-packages PKG_CONFIG_PATH=$GARNOME/lib/pkgconfig:/usr/lib/pkgconfig XDG_DATA_DIRS=$GARNOME/share:/usr/share XDG_CONFIG_DIRS=$GARNOME/etc/xdg:/etc/xdg GDK_USE_XFT=1 export PATH LD_LIBRARY_PATH PYTHONPATH PKG_CONFIG_PATH GDK_USE_XFT XDG_DATA_DIRS XDG_CONFIG_DIRS dbus-launch --sh-syntax --exit-with-session $GARNOME/bin/gnome-session HTH -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
