Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Newbie question on X11/GNOME window manager



Can anyone direct me to FAQ's or other resources concerning setting up the GNOME desk top on X11?

I've got X11 running, Fink installed, and bundle-gnome installed via Fink.

When I start X11 (full-screen mode) I get a blank grey screen with one xterm window open. Option-clicking on the grey background leads to a Help menu item About Sawfish. This leads me to believe that GNOME is not loading because of a configuration issue.

I'm not sure where to go next.

John Freberg


PS: I have created a .xinitrc file in my home directory as follows:

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/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

xterm &

# start the window manager

#exec quartz-wm &
exec /sw/bin/gnome-wm


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/x11-users/email@hidden

This email sent to email@hidden

References: 
 >hidden windows with dual displays (From: Young Hyun <email@hidden>)
 >Re: hidden windows with dual displays (From: Young Hyun <email@hidden>)
 >Re: hidden windows with dual displays (From: "Torrey T. Lyons" <email@hidden>)
 >Re: hidden windows with dual displays (From: Young Hyun <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.