From GNOME to KDE and back again: old computing habits are hard to break


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News From GNOME to KDE and back again: old computing habits are hard to break
# 1  
Old 03-21-2008
From GNOME to KDE and back again: old computing habits are hard to break

Fri, 21 Mar 2008 18:00:00 GMT
COMMENTARY -- 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?


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Linux

[FC17 x86_64]KDE/Gnome switch

Hi, I've got a Fedora 17 x64 with KDE already running. I want to switch to Gnome, which is installed. How can I do that? Cheers, Chrisdot (0 Replies)
Discussion started by: Chrisdot
0 Replies

2. Debian

Gnome session reverts back to gdm on login.

Hi everyone. I just had a quick problem. I'm not too familiar with linux yet, otherwise I'd have this figured out by now. I recently did the Debian 5lenny7 update with the standard debian update manager. After getting all installed and rebooted, I tried to login to my account again. Every... (3 Replies)
Discussion started by: runfaj
3 Replies

3. Shell Programming and Scripting

Actively merge kde 3.x and gnome 2.x menus

ok, here's the scoop, google has similar, but nothing that quite fits the bill. here is what I'm up against: i have a linux system that is running both kde 3.x and gnome 2.x, selectable via gdm. the kde 3.x app menu is heavily modified and i'm looking for a way to import that over to the... (0 Replies)
Discussion started by: macphail
0 Replies

4. Linux

Help:- Just clean installed OpenSUse10 with Gnome, now want KDE

I've just done a brand new full clean install of OPenSUSE 10 and thought I'd take a look at Gnome. Having spent a day playing with it I've decided I prefer the familiarity I have with KDE. How do I now install KDE? I've tried logging off to log back on with a different envionnment but KDE... (1 Reply)
Discussion started by: Mark Ward
1 Replies

5. UNIX Desktop Questions & Answers

KDE & Gnome, wat is the difference?

i have been reading some atticles but i still do not understand the diferrence btw KDE & Gnome. Someone once told me he prefers Gnome to KDE 'coz of it's audio support & Redhat says ver 7.3 has KDE 3.0 & Gnome 1.4. So could someone explain? (2 Replies)
Discussion started by: da_gee
2 Replies

6. UNIX for Dummies Questions & Answers

FreeBSD 4.4 Uninstalling KDE or GNOME

Hey all :) I finally got around to installing FreeBSD 4.4, which considering it's my first attempt with *nix, didn't go too badly. I've managed to configure X and everything else, but I've got a bit of a problem, lol. I installed KDE and GNOME. I had a rough idea as to what they were, but I... (5 Replies)
Discussion started by: hellz
5 Replies
Login or Register to Ask a Question
KDE4-CONFIG(1)							 KDE User's Manual						    KDE4-CONFIG(1)

NAME
kde4-config - Prints KDE installation paths SYNOPSIS
kde4-config [--expandvars] [--prefix] [--exec-prefix] [--libsuffix] [--localprefix] [--version] [--types] [--path type] [--userpath type] [--install type] DESCRIPTION
kde4-config is a command line program used to retrieve information about KDE installation or user paths. Use this program to determine where the various aspects of the KDE installation reside on your system. OPTIONS
--expandvars expand ${prefix} and ${exec_prefix} in output --prefix Compiled in prefix for KDE libraries --exec-prefix Compiled in exec_prefix for KDE libraries --libsuffix Compiled in library path suffix --localprefix Prefix in $HOME used to write files --version Compiled in version string for KDE libraries --types Print a list of all available KDE resource types --path type Search path for the specified type --userpath type User paths for the types: desktop|autostart|trash|document --install type Prefix to install resource files to EXAMPLES
Print the top-level KDE installation directory: % kde4-config --prefix Print a list of all resource types: % kde4-config --types Print the installed wallpaper path: % kde4-config --path wallpaper SEE ALSO
kdeoptions(7) BUGS
None known. AUTHOR
Stephan Kulow <coolo@kde.org> Author. K Desktop Environment 2007-09-28 KDE4-CONFIG(1)