You are not logged in.
Pages: 1
Just installed the gnome package via pacman. When I attempt to start the DE with the gnome-session command,
I recieve the following: (gnome-session:1009) Gtk WARNING **: Cannot open display:
I did the usual: searched Google, forums, wiki, faq, to no avail.
Any thoughts would be appreciated.
Thanks.
Offline
gnome-session needs an active x session host ...
you may get this by adding gnome-session to your xinitrc ..
open ~/.xinitrc and add gnome-session
making sure everything else is commented out ...
so it will look like ..
#exec wmaker
gnome-session
.. then use startx to start start it up ...
---
alternatively you may start it with startx directly
`startx /usr/bin/gnome-session -- :1`
-----
startx is provided by xorg-xinit so be sure to install it first ... pacman -S xorg-xinit
Offline
Also, don't forget to configure X.org first. Many people with that problem simply did not do that and keep wondering why X11 wont start.
Todays mistakes are tomorrows catastrophes.
Offline
Pages: 1