Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Debian Linux Help > Installed gnome-core package but no GUI loads

Forgot Password?
 Debian Linux Help   Discussions related to Debian GNU/Linux.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 3 Weeks Ago   #1 (permalink)
Just Joined!
 
fguy64's Avatar
 
Join Date: Aug 2009
Posts: 58
Installed gnome-core package but no GUI loads

Greetings

I just installed the package gnome-core on a bare-bones debian lenny box, but after restarting I get no desktop, just the shell. Is this supposed to happen with gnome-core?
fguy64 is offline  


Reply With Quote
Old 3 Weeks Ago   #2 (permalink)
Linux Guru
 
reed9's Avatar
 
Join Date: Feb 2009
Location: Boston, MA
Posts: 2,201
Yes. The gnome-core metapackage does not provide gdm, the gnome login manager.

Also, I don't think it pulls in the x windows system, also necessary.
Code:
apt-get install xorg
Assuming you have X installed, you can start GNOME without a login manager by adding an entry to the file ~/.xinitrc reading
Code:
exec gnome-session
or if you have trouble with automounting you might need to do
Code:
exec ck-launch-session gnome-session
then type startx to launch the GUI.
reed9 is offline   Reply With Quote
Old 3 Weeks Ago   #3 (permalink)
Just Joined!
 
fguy64's Avatar
 
Join Date: Aug 2009
Posts: 58
Ok thanks. I took a step backwards and removed gnome-core, and I'm doing a little more research before my next step, and I found the following site, which seems helpful.

Window Managers for X

Now, here they say that Gnome needs to be run in conjunction with a window manager, sawfish is mentioned in this regard, and they say that sawfish ships with gnome.

So my question is: is gdm just another window manager, on a par with sawfish, or is it separate?

Anyways, I'm just hacking on a spare machine, the purpose is to experiment, the idea is to build up the system in small steps, so i figure that maybe I should install xorg first, along with a window manager and play with that a bit, before adding a proper desktop environment.
fguy64 is offline   Reply With Quote
Old 3 Weeks Ago   #4 (permalink)
Linux Guru
 
Join Date: Oct 2007
Posts: 2,410
I think the default WM for Gnome in Metacity, but Sawfish used to be the default WM for Gnome. GDM is the Gnome Display Manager ... its a graphical login program rather than a Window Manager.

If your building things up gradually then try Xorg and add Fluxbox or IceWM, and use startx with relevant entry in ~/.xinitrc to pick the Window Manager ... actually try adding a couple of applications and try starting them direct using exec ... in ~/.xinitrc as well
Jonathan183 is offline   Reply With Quote
Old 3 Weeks Ago   #5 (permalink)
Linux Guru
 
reed9's Avatar
 
Join Date: Feb 2009
Location: Boston, MA
Posts: 2,201
The GNOME window manager is metacity, but GNOME can be run with other window managers. The most common, or at least well known, alternative window manager used with GNOME is probably Compiz Fusion.

GDM is the GNOME Display Manager, which handles logging in and registering with the X server.
reed9 is offline   Reply With Quote
Old 3 Weeks Ago   #6 (permalink)
Just Joined!
 
fguy64's Avatar
 
Join Date: Aug 2009
Posts: 58
Quote:
Originally Posted by reed9 View Post
The GNOME window manager is metacity, but GNOME can be run with other window managers. The most common, or at least well known, alternative window manager used with GNOME is probably Compiz Fusion.

GDM is the GNOME Display Manager, which handles logging in and registering with the X server.
Ok, thanks. When you say that Metacity is the Gnome window manager, I suppose that is reflected in the fact that on the package page for gnome-core Debian -- Details of package gnome-core in lenny , Metacity is listed as depends under related packages. Which tells me Metacity is part of the gnome-core download? The fact that the display manager is not listed as depends suggests to me that it is not required, although I imagine it is part of gnome-desktop-environment which is listed under recommends.

Just to generalize about these package pages, my take is that those packages that is listed as depends are included as part of the main (meta?) package.

Thanks to Jonathon also.
fguy64 is offline   Reply With Quote
Old 3 Weeks Ago   #7 (permalink)
Linux Guru
 
reed9's Avatar
 
Join Date: Feb 2009
Location: Boston, MA
Posts: 2,201
Yes, depends means the package will be pulled in when you installed the package. These packages are often required for the original software to work correctly (or at all), whereas in Ubuntu, recommends are packages that add functionalilty the majority of people will probably want, but isn't required for basic operation, and suggests usually add more niche functionality.

This is a little simplified, since you might notice that the same package in a distro like Arch has far fewer dependencies than in Ubuntu. Take as an example the burning application, Brasero.

Ubuntu package

Arch Package

Now, because of packaging differences it may be that it only looks like fewer dependecies, because one of the dependencies will pull in a whole ton of stuff, but that doesn't appear to be the case here. The two main additions from Ubuntu here are the launchpad integration, and gconf (which ends up pulling in python and a whole bunch of other stuff.)

Then there are meta-packages, which are just packages built with the sole purpose of pulling in a bunch of software of a kind, like basic build tools with the build-essential package in Ubuntu, or ubuntu-restricted-extras.
reed9 is offline   Reply With Quote
Old 3 Weeks Ago   #8 (permalink)
Just Joined!
 
fguy64's Avatar
 
Join Date: Aug 2009
Posts: 58
Thanks, I sometimes get uptight for a while about knowing exactly what goes on my machine, then usually I decide it's not worth worrying about.

Anyways, you post helps a lot. I can see how all of these dependencies really add up. For example, the gnome package (with the extras) lists a dependency called hal-cups-utils which in turn lists cups itself, so with the full gnome you get the cups.

Anyways, back to the original topic, I guess I'll go with xorg and a window manager (may as well be Metacity), and see what kind of mileage I can get out of that before adding gnome-core to give me a more modern desktop environment, with gdm to follow.
fguy64 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 03:08 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2