Quote:
Originally Posted by hikerguy
My understanding is that you can take the kernel that Linus Torvalds created, modify it, and put out your own distribution (e.g. Ubuntu, Mint, etc).
|
Distributions all use the Linux kernel, but distributions use a lot more than just that. There are a huge number of software packages that get put together for a distribution release.
Quote:
|
So, one thing I'm not clear on is what's so significantly different between the various distros?
|
Target audience is probably the big one.
RedHat/Debian = Servers
Ubuntu/Mint = Desktops
Arch/Gentoo = Power users
Using those three examples:
1) package versions increase as you go down the list
2) expected stability decreases as you go down the list
Quote:
|
And, would I be correct in saying that without Desktop Environments like KDE and Gnome, there would be no GUI for any distro (and you'd be working at the command line at all times)?
|
Well kind of. Xfce, LXDE, openbox, fluxbox, a whole range of tiling window managers (e.g. dwm, i3wm, wmii, ratpoison) also exist. But yes, without those, no GUI would exist. The Linux kernel includes no GUI. A distribution is a collection of packages, put together with a certain vision, and delivered with a distribution specific set of defaults, with a certain release cycle and package policy.
To answer your original question...
Quote:
|
which parts of what I see on screen are actually Fedora, and which parts of Gnome 3?
|
What you see is actually both Fedora and GNOME 3

The implementation of any package is often different across different distributions.