You are not logged in.
Pages: 1
I got the base system installed now I want to get x-windows wokrking. I installed xfree86, gnome, and gdm. I got xfree86 to start up and see my mouse. The problem is when I try to load gnome, it pops up with:
The settings daemon restarted too many times
The last error was:
Failed to activate "OAFIID:GNOME_SettingsDaemon
Does anyone know what is causing this? I can't seem to find any tutorials anywhere on setting gnome 2.0 up..
Thanks for any help.
Offline
Do you load gnome.sh in /etc/profile.d ?
apt-get install arch
Offline
I did get it to work for root after installing gnome-control-center but it still says the same thing for regular users. I assume that means it has to do with permissions, any easy way to just say that I want any use to be able to run gnome?
Offline
Last time I checked Gnome worked for all my users (yes both of them), I've installed *all* gnome packages, maybe you miss a package (though that shouldn't happen, otherwise the dependencies are broken).
Any gnome specialist here?
*goes back to his windowmaker*
apt-get install arch
Offline
try a pacman -Syu first as there were issues with the gnome on the 0.4 cd... Never seen this problem though
Offline
Is there an easy way to have pacman list all packages required for gnome? I just did a pacman -Ss gnome and installed gnome core and everything that came with it. After that I just kept installing what it told me it needed..
Offline
Read through that and made sure all of the packages will installed. One of two things was the problem:
1a) /opt/gnome/bin was not in my path
2a) export GTK_USE_XFT=1 fixed it (not sure what that does)
I'm thinking it was the first one..
Thanks for all of your help.. I think I'm looking good now.. recompiled the kernel (quick question- is it better to have modules or have stuff built-in?), xwindows starts up without errors, usb optical mouse works, sound works.. gnome works..
Offline
export GTK_USE_XFT=1 enables font anti-aliasing in GTK2 applications...Glad you fixed it!
Offline
1a) /opt/gnome/bin was not in my path
which is done by loading gnome.sh
yeah, I got it right this time
apt-get install arch
Offline
The original problem is almost always caused by a lack of installing all the gnome packages. I've also encountered a hard-to-trace bug in which pacman will not install packages in the correct order, and the packages then fail to work. I'm not sure if that issue has been resolved yet or not...
What?
Offline
Pages: 1