Hi all!
I have ran the bundle-gnome file in Fink. It went out and got all the items
I was missing for the Gnome environment. Everything complied and installed
with no problem. The problem I have now is how to get the screen to look
like what I see in the screenshots, like that gnome panel at the bottom of
the screen. I can�t seem to find any info on what to put in the .xinitrc, if
you even use that, to get these to start. Sawfish only pops up my xterm and
clock from the .xinitrc file and that�s it. I can�t get anything else to
come up, no menus, nothing. I tried the icewm and that seems to work for
now, but I like that panel best.
Here�s a copy of my current .xinitrc file:
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld 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 some nice programs
xclock -geometry 50x50-1+1 &
xterm -geometry 80x30+0+0 -name Main &
xsetroot -solid lightskyblue4 &
exec icewm
Thanks for any help!
-- Peter Nehem who loves Everquest.
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners