 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

16th July 2011, 03:57 PM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 15

|
|
|
Install KDE desktop
Has someone installed kde along with gnome 3?
Did you have any kind of problem?
Could you tell me how to do it ? But just if it isn't dangerous !
Thanks !!
|

16th July 2011, 04:32 PM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
Re: Install KDE desktop
yes, both can be install on the same system and you can select which desktop environment you wish to use upon login.
The easiest way to install it is to use the group install in yum
Code:
su -
(root password)
yum install @kde-desktop
|

16th July 2011, 04:58 PM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 15

|
|
|
Re: Install KDE desktop
Hi, thanks for the answer, I'm installing it right now.
Can I ask you something? What does the '@' character do?
Just for learning something new
|

16th July 2011, 05:44 PM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
Re: Install KDE desktop
The "@" character tells yum to install the group kde-desktop instead of looking for an individual package named kde-desktop.
It's basically the equivalent of yum groupinstall kde-desktop
|

16th July 2011, 05:49 PM
|
 |
Registered User
|
|
Join Date: Dec 2009
Location: Malibu, California
Posts: 318

|
|
|
Re: Install KDE desktop
Quote:
Originally Posted by DBelton
The "@" character tells yum to install the group kde-desktop instead of looking for an individual package named kde-desktop.
It's basically the equivalent of yum groupinstall kde-desktop
|
I was just about to add that I think that ( . . . and then just saw your post)
Code:
yum groupinstall kde-desktop
would also work.
|

16th July 2011, 05:56 PM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 15

|
|
|
Re: Install KDE desktop
I understand,
Thanks !
The install of kde-desktop was perfect, 0 problems so far!!
|

16th July 2011, 06:09 PM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449

|
|
|
Re: Install KDE desktop
Quote:
Originally Posted by DBelton
The "@" character tells yum to install the group kde-desktop instead of looking for an individual package named kde-desktop.
It's basically the equivalent of yum groupinstall kde-desktop
|
I've never understood how that works, there is no kde-desktop group according to "yum grouplist"
yum grouplist | grep "kde-desktop"
shows no output match, the actual group is called "KDE Software Compilation"
is @kde-desktop an internal alias for "KDE Software Compilation" ? If so how do we find out what these mysterious aliases are?
|

16th July 2011, 06:18 PM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
Re: Install KDE desktop
I have wondered that one myself
if you do searches, there is no such thing as kde-desktop
But that is how the Fedora docs tell you to install KDE.
http://fedoraproject.org/wiki/KDE
That's where I got the information from quite awhile back, and have been using it ever since if I wish to install KDE.
I don't know if there is an actual list anyplace that has all of these "hidden" groups listed.
|

16th July 2011, 06:29 PM
|
 |
Registered User
|
|
Join Date: Dec 2009
Location: Malibu, California
Posts: 318

|
|
|
Re: Install KDE desktop
I have been interested in this too . . .
should give the name of available and installed group packages.
My groupinstall of XFCE shows up, as does the availability of LXDE which is not installed.
And so, is there a way to uninstall groups that I don want / need . . .
for example the Japanese support which apparently came installed already in this EOL Fedora KDE ?
|

16th July 2011, 06:50 PM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449

|
|
|
Re: Install KDE desktop
Quote:
|
Originally Posted by jenaniston;1495763
And so, is there a way to [I
uninstall groups[/I] that I don want / need . . .
for example the Japanese support which apparently came installed already in this EOL Fedora KDE ?
|
yes there is groupremove that's the opposite of groupinstall
Quote:
yum groupremove "Japanese Support"
|
|

16th July 2011, 06:59 PM
|
 |
Registered User
|
|
Join Date: Dec 2009
Location: Malibu, California
Posts: 318

|
|
|
Re: Install KDE desktop
Quote:
Originally Posted by marko
yes there is groupremove that's the opposite of groupinstall
|
groupremove . . . got it.
Thanks alot !
|

17th August 2012, 01:34 AM
|
|
Registered User
|
|
Join Date: Jun 2011
Posts: 14

|
|
|
Re: Install KDE desktop
Ok. Everything says that kde-desktop is already installed. But on reboot, there's no option to log-in under KDE instead of Gnome. Any suggestions?
|

17th August 2012, 02:06 AM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449

|
|
|
Re: Install KDE desktop
Quote:
Originally Posted by santiagobear
Ok. Everything says that kde-desktop is already installed. But on reboot, there's no option to log-in under KDE instead of Gnome. Any suggestions?
|
It usually shows on the list as "KDE Plasma Workspace" or "KDE Plasma Desktop" if using the Gnome Display Manager. You don't see anything like that?
If not, I usually have good success by selecting the KDM manager instead of the GDM one,
you can do that by creating a new file:
/etc/sysconfig/desktop
that contains just the one line:
then reboot. Or if you don't want to edit a text file, you can use the "Graphical Interface" way explained here:
http://fedoraproject.org/wiki/KDE#Graphical_interface
Last edited by marko; 17th August 2012 at 02:09 AM.
Reason: added wiki page
|

18th August 2012, 01:13 AM
|
|
Registered User
|
|
Join Date: Jun 2011
Posts: 14

|
|
|
Re: Install KDE desktop
I simply couldn't get it to work - so finally I did
yum remove @kde
THEN - after a reboot
yum install @kde
After reboot, it finally worked. However, it also removed several programs that I want - so I had to reinstall them.
At least it's running.
Thanks for your help.
---------- Post added at 08:13 PM ---------- Previous post was at 08:13 PM ----------
I simply couldn't get it to work - so finally I did
yum remove @kde
THEN - after a reboot
yum install @kde
After reboot, it finally worked. However, it also removed several programs that I want - so I had to reinstall them.
At least it's running.
Thanks for your help.
|

18th August 2012, 03:24 AM
|
|
Registered User
|
|
Join Date: Aug 2012
Location: Harrison, NJ
Posts: 10

|
|
|
Re: Install KDE desktop
Guys: did you happen to notice how much extra space was required/used by the kde install ?
Curious, cause I am having some problems at suspend/resume. Someone suggested to try kde ( I currently use gnome).
tia,
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 06:33 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|