You are not logged in.

#1 2003-09-22 22:10:34

Luis Q. R.
Member
Registered: 2003-02-20
Posts: 106

Trying to start Gnome

I've just installed Gnome2 with pacman. I've edited .xinitrc to add the line "exec gnome-session" but when I startx it says "gnome-session not found". What happened?

Offline

#2 2003-09-22 22:58:54

farphel
Forum Fellow
From: New Hampshire - USA
Registered: 2003-09-18
Posts: 250
Website

Re: Trying to start Gnome

Check to see if gnome-session is in your path, or you can specify the full path to gnome-session.  On my Arch .5 system that would be "exec /opt/gnome/bin/gnome-session".

However, I don't know if that is the proper way to start gnome from .xinitrc.  Maybe a more Gnome-savy expert can confirm?  I use GDM rather than startx.

Cheers,
farphel


Follow the link below, sign up, and accept one promotional offer.  If I can get five suckers (err... friends) to do this, I'll get a free iPod.  Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142

Offline

#3 2003-09-23 09:10:38

Bobonov
Member
From: Roma - Italy
Registered: 2003-05-07
Posts: 295

Re: Trying to start Gnome

exec gnome-session
is the right command to start gnome, I have to say that is very strange that it does not found it.

I think giving the complete path to gnome-session it is not going to solve the problem because  probably it is not able to find library, programs and other stuff that belong to gnome.
Try to check in the directory

/etc/profile.d/

there should be

gnome.sh

file, it set the enviroment for gnome at login time.
if you don't have it create it, mine look like

export GNOMEDIR=/opt/gnome
export PATH=$PATH:$GNOMEDIR/bin
export MANPATH=$MANPATH:$GNOMEDIR/man
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$GNOMEDIR/lib/pkgconfig

Set the owner and privilege as

chown root:root gnome.sh
chmod 755 gnome.sh

now gnome should start correclty.

Offline

#4 2003-09-23 14:21:25

Luis Q. R.
Member
Registered: 2003-02-20
Posts: 106

Re: Trying to start Gnome

No, it didn't work. And there is not a gnome-session file in /opt/gnome/bin.

Offline

#5 2003-09-23 14:35:06

Bobonov
Member
From: Roma - Italy
Registered: 2003-05-07
Posts: 295

Re: Trying to start Gnome

No, it didn't work. And there is not a gnome-session file in /opt/gnome/bin.

That's very strange, are you sure that did you installed gnome?
Gnome is composed by various package but all of them depend on the gnome basic package that shuold be gnome-desktop.
In this package there should be gnome-session

Offline

#6 2003-09-23 15:19:27

andy
Member
From: Germany
Registered: 2002-10-11
Posts: 374

Re: Trying to start Gnome

For Gnome 2.2, gnome-session is part of gnome-session.2.2.2-1. You can install gnome2.2 simply by doing

pacman -S gnome

Did you do it that way or any other way ? If not, I would suggest doing so now. It will install all the missing parts. (note: you can always de-install stuff later, if you feel things like games are not worth it ;-) )

For Gnome 2.4 (which is in incoming) I am not aware of a meta package "gnome". Simply install everything of Gnome 2.4 to be on the safe side.

Offline

#7 2003-09-24 15:13:07

Luis Q. R.
Member
Registered: 2003-02-20
Posts: 106

Re: Trying to start Gnome

pacman -S gnome
gnome: not found in sync db

I've reinstalled gnome-desktop, still no success.

Offline

#8 2003-09-24 15:24:20

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: Trying to start Gnome

su

abs

cd /var/abs/gnome

pacman -S `/bin/ls`  (note these are forward quotes)

from there check that /opt/gnome is in your $PATH:

exit

echo $PATH

if it is not then logout and log back in and check again.

then:

startx


AKA uknowme

I am not your friend

Offline

#9 2003-10-31 21:42:19

drfindley
Member
Registered: 2003-10-30
Posts: 46
Website

Re: Trying to start Gnome

If you can't install gnome via pacman -S gnome, than probably your pacman version  is < 2.6, so follow these stops to make it work:

pacman -Sy pacman
pacman -S gnome

Also, if you don't want to install everything, you can probably just install gnome-session if you haven yet, (pacman -S gnome-session).

Offline

Board footer

Powered by FluxBB