• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Newbie question on X11/GNOME window manager
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie question on X11/GNOME window manager


  • Subject: Re: Newbie question on X11/GNOME window manager
  • From: Mark Davidson <email@hidden>
  • Date: Wed, 6 Oct 2004 11:27:32 -0700

You need to exec gnome-session at the end of your .xinitrc, not gnome-wm. In other words, if you are using fink, you can do this in .xinitrc:

source /sw/bin/init.sh
exec gnome-session

and you should get the gnome desktop.

Mark Davidson
email@hidden

On Oct 5, 2004, at 1:24 PM, John Freberg wrote:

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)

This email sent to email@hidden
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list      (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>)
 >Newbie question on X11/GNOME window manager (From: John Freberg <email@hidden>)

  • Prev by Date: Re: CLI challenged
  • Next by Date: Re: CLI challenged
  • Previous by thread: Newbie question on X11/GNOME window manager
  • Next by thread: x-11 & apple font configs
  • Index(es):
    • Date
    • Thread