After isolating my old 2.6 completely, the 2.10 build finally works.
Nevertheless when running gnome, nautilus can't find its icons, there is no preferences dialog, no start-here, can't find a theme engine ...
What's wrong?
-NF
Hmm. Gnome 2.6 huh? You wouldn't happen to be running SuSE 9.x would you? If so, add the following to your garnome startup script (assuming $GARNOME points to where you installed garnome)...
GTK_PATH=$GARNOME/lib/gtk-2.0:/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0
GTK2_RC_FILES=$GARNOME/etc/gtk-2.0/gtkrc:/etc/opt/gnome/gtk-2.0/gtkrc:$HOME/.gtkrc-2.0-qtengine:$HOME/.kde/share/config/gtkrc
GNOME2_PATH=$GARNOME:/usr/local:/opt/gnome:/usr export GTK_PATH GTK2_RC_FILES GNOME2_PATH
It did the trick for me.
Doug.
-- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
