Slashdot Mirror


From GNOME to KDE and Back Again

Slashdot's own Roblimo has an interesting introspective on what makes us so prone to liking one window manager over another. More than likely it's just the inherent laziness of most users that precludes change. "I used KDE as my primary desktop from 1996 through 2006, when I installed the GNOME version of Ubuntu and found that I liked it better than the KDE desktop I'd faced every morning for so many years. Last January, I got a new Dell Latitude D630 laptop and decided to install Kubuntu on it, but within a few weeks, I went back to GNOME. Does this mean GNOME is now a better desktop than KDE, or just that I have become so accustomed to GNOME that it's hard for me to give it up?"

2 of 369 comments (clear)

  1. Re:Don't think i matters all that much. by Dasher42 · · Score: 5, Informative

    Historically, KDE has been much more configurable than Gnome. All through the KDE 3.x days my first step on a fresh install was to reconfigure the toolbars to reduce clutter, set up the keyboard shortcuts so that I could reach for the mouse less, so forth - or of course, copying over the .kderc folder from a machine where I'd done this before. Doing this in Gnome is problematic, and often Gnome distros bundle applications that will pay no attention to your customizations. The KDE integration advantage really comes through here.

    Right now, Gnome is being so conservative about their interface that you actually can't "do the same in the other direction".

  2. Re:Interesting quotes from the article by Todd+Knarr · · Score: 5, Informative

    Get over it, Roblimo. Windows does have a /home/ equivalent, namely the My Documents folder. Almost every single application will by default use that directory as the default location for any files you use, so if you do want to back up your data, just backup that directory.

    Except that the /home/username directory in Unix stores a lot more than just data. It's also where configuration information, and even the applications themselves, go. In Windows if you back up only your My Documents folder, you get less than half the information you need. Program configuration is often critical, and when in files lives in at least 4 places, none of which are under My Documents. And then there's registry information, which isn't even in the filesystem. And then there's the chunks of the application that don't go into it's Program Files folder or wherever else you installed it, but go into Windows system folders. No, applications aren't supposed to do that. No, that doesn't stop them even in this day and age. Why do you think so many applications get heartburn under Vista (which is pickier about such misbehavior)?

    Basically, on a Unix system if I save a copy of my home directory tree I'm pretty much guaranteed to have gotten not only all my data but all the configuration information and other things I need to restore not just my data but my application environment. On Windows, if I save a copy of My Documents I'll lose the majority of my application environment.