Install Xwindows and Gnome on Centos with Yum Sun, May 20. 2007
Pay close attention to the capitalization -- Yum is picky. "Gnome desktop environment" won't work, for example.
- Centos, Amazon Linux, NFS and the dreaded "nobody" problem
- Centos Virtual LAMP server -- Part II
- Run a Centos Lamp development server on XP, Vista or Win 7 using VirtualBox
- Linux shell scripting: bad interpreter: No such file or directory
- Xen 3.0 Fedora Core, RHEL, Centos 4.x How-to
- Lampsig and SCALE
- Redhat RPM reference notes
#1 - Yuri 2007-10-15 15:18 -
Thanks to your post which I found on my first google query attempt I had it done in no time
#1.1 - Faisal Hanif said:
2008-01-08 06:33 -
Wow! Thanks this also worked for me
#2 - Riddla 2008-08-07 14:01 -
Yep... simple stuff, but first google post for centos install gnome xwindows... worked like a charm!
thx
#3 - loris said:
2008-09-20 07:35 -
Very good Hint.but for me it said "Processing Dependency: perl-XML-Dumper >= 0.4 for package: foomatic
--> Processing Dependency: perl-XML-Parser for package: intltool
--> Processing Dependency: perl-libxml-enno >= 1.02 for package: foomatic
--> Processing Dependency: perl-Parse-Yapp >= 1.04 for package: foomatic
--> Processing Dependency: perl-XML-Parser >= 2.29 for package: foomatic
--> Processing Dependency: perl-XML-Encoding >= 1.01 for package: foomatic
--> Processing Dependency: perl-libxml-perl >= 0.07 for package: foomatic
--> Finished Dependency Resolution
Error: Missing Dependency: perl-XML-Dumper >= 0.4 is needed by package foomatic
Error: Missing Dependency: perl-libxml-enno >= 1.02 is needed by package foomatic
Error: Missing Dependency: perl-libxml-perl >= 0.07 is needed by package foomatic
Error: Missing Dependency: perl-Parse-Yapp >= 1.04 is needed by package foomatic
Error: Missing Dependency: perl-XML-Parser >= 2.29 is needed by package foomatic
Error: Missing Dependency: perl-XML-Encoding >= 1.01 is needed by package foomatic
Error: Missing Dependency: perl-XML-Parser is needed by package intltool
" Thanks
#4 - David 2008-09-27 02:15 -
In some versions of RHEL/Centos 5.x there is a bug that will a missing dependency error for libgaim.
You can get around this error by adding --exclude nautilus-sendto
to the end of yum command mentioned previously.
#4.1 - pbs 2009-05-23 10:58 -
FYI This bug is fixed in Centos 5.3
#5 - mike 2009-07-12 11:22 -
i installed both fine but when i want to run a program like firefox it says "error no display specified." gnome-session doesnt start saying "can not execute binary file" i ran ps command and bash and ps are the only things running.
#5.1 - David 2009-07-22 00:21 -
The simple answer to that is that the $DISPLAY variable is not set, so it doesn't know how to find a valid xwindows display to connect to. Did you run startx?
#6 - mike 2009-07-12 11:26 -
Hello, i installed both fine but when i want to run a program like firefox it says "error no display specified."
#7 - subhas 2009-07-27 13:36 -
X windows fails to start
i've removed and reinstalled x windows and i still get the following error !
Could not init font path element unix/:7100, removing from list!
localuser:root being added to access control list
No profile for user 'root' found
SESSION_MANAGER=local/localhost.pwizz.com:/tmp/.ICE-unix/6506
Initializing nautilus-open-terminal extension
** (nm-applet:6619): WARNING **: applet_dbus_manager_start_service(): Could not acquire the NetworkManagerUserSettings service.
Message: 'Connection ":1.20" is not allowed to own the service "org.freedesktop.NetworkManagerUserSettings" due to security policies in the configuration file'
** (eggcups:6576): WARNING **: IPP request failed with status 1030
** (eggcups:6576): WARNING **: IPP request failed with status 1030
Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory
Unable to open desktop file /usr/share/applications/openoffice.org-1.9-writer.desktop for panel launcher: No such file or directory
Unable to open desktop file /usr/share/applications/openoffice.org-1.9-impress.desktop for panel launcher: No such file or directory
Unable to open desktop file /usr/share/applications/openoffice.org-1.9-calc.desktop for panel launcher: No such file or directory
Introspect error: The name edu.duke.linux.yum was not provided by any .service files
Traceback (most recent call last):
File "/usr/bin/puplet", line 467, in ?
main()
File "/usr/bin/puplet", line 464, in main
p.run()
File "/usr/bin/puplet", line 451, in run
self._refreshInfo()
File "/usr/bin/puplet", line 191, in _refreshInfo
if self.updatesObject is not None and \
AttributeError: DBusException instance has no attribute '_dbus_error_name'
SetGrabKeysState - disabled
anybody know what the hell is ?
#8 - Qasim Ali Khawaja 2010-01-07 06:30 -
Then how to erase the desktop environment?
#8.1 - David said:
2010-02-05 15:04 -
I would try:
yum groupremove "X Window System" "GNOME Desktop Environment"
#9 - M.Emre 2010-03-04 19:06 -
Nice hint, thanks :)
#10 - Rend 2010-03-08 10:06 -
Thanks you :) ı am installed
#11 - james said:
2010-04-13 22:20 -
After finished installation, I enter startx, it prompts no server "X" found.
Any idea?
Thanks
#12 - mihail said:
2010-08-16 00:34 -
After finished installation, I enter startx, it prompts no server "X" found
#13 - Ghost 2010-08-19 03:27 -
how can i change desktop background :D , or to find the start menu ? there is only gray screen with white terminal and i can run firefox
but how to add start menu and desktop background ?
thanks !
#13.1 - neil 2010-10-25 11:31 -
try typing 'gnome-session' in that grey terminal
#14 - originalgeek 2011-07-28 11:34 -
Thanks.
#15 - Joe 2011-11-30 20:12 -
thanks for the instructions on getting gnome install. Is there a way to make gnome load by default so I don't have to login and type startx?
thx in advance
#15.1 - JTnet said:
2011-12-09 11:52 -
Try editing /etc/inittab and changing "id:3:initdefault:" to "id:5:initdefault:"
Cheers,
Brian
#17 - Scott Chubb 2012-03-19 09:08 -
Five years later and this post is still helping people like me!
#18 - Linux n00b 2012-05-01 06:15 -
Not helping :(. i already installed gnome, but i can't open it? when i do gnome-session it says WARNING: ** Cannot open display. Any help??


