LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-18-2008, 10:58 PM   #1
rogerhar
LQ Newbie
 
Registered: May 2008
Location: Melbourne, Australia
Distribution: Fedora 10, Mint 6, Ubuntu 8.04 LTS
Posts: 5

Rep: Reputation: 1
Fedora 9 not upgrading well from Fedora 7


I have upgraded to Fedora 9 from Fedora 7 which used GNOME for the root account and Xfce for a user account.

One issue was the inclusion of Firebird 3 Beta 5 as many of my Add-Ons now don't work. (That was a very bad move, Fedora!)

However, I want to use KDE. Acting on advice in another thread, I used the command, yum groupinstall "KDE (K Desktop Environment)" I now see a number of applications with the K prefix.

When I start up I see the mouse symbol of Xfce. I then log out; log into root and it runs GNOME. I then log out and log back into the user account and it is running GNOME.

How do I get the session option running on the log-in page and then get KDE running?

As a weak pun, the name given to this release is Sulphur. It sure is starting to be a bad smell under my nose! LOL.
 
Old 05-19-2008, 07:44 PM   #2
ehawk
Senior Member
 
Registered: Jul 2003
Posts: 1,257

Rep: Reputation: 48
I think all the files you need are here:
https://admin.fedoraproject.org/upda...DORA-2008-3664

I think you should have just used yum to install kdebase and gone from there. I think that will update your login screen to include kde as an option. You can add the other kde packages on that page as you wish afterward.

Last edited by ehawk; 05-19-2008 at 07:46 PM.
 
Old 05-20-2008, 01:44 AM   #3
rogerhar
LQ Newbie
 
Registered: May 2008
Location: Melbourne, Australia
Distribution: Fedora 10, Mint 6, Ubuntu 8.04 LTS
Posts: 5

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by ehawk View Post
I think all the files you need are here:
https://admin.fedoraproject.org/upda...DORA-2008-3664

I think you should have just used yum to install kdebase and gone from there. I think that will update your login screen to include kde as an option. You can add the other kde packages on that page as you wish afterward.
Hi ehawk

Thanks for the info. I ran this and it advised that I had already installed it and it was the latest version and there was nothing to do.

I think I will do some backing up of salient data and do a clean install.
 
Old 05-20-2008, 02:07 AM   #4
ehawk
Senior Member
 
Registered: Jul 2003
Posts: 1,257

Rep: Reputation: 48
okay, if you are going to do a clean install, there is a live-evaluation KDE version of fedora 9:
http://fedoraproject.org/get-fedora


This page says that fedora 9 was supposed to include KDE 4.0.3 by default.
http://www.tuxmachines.org/node/26784
I guess what they mean is that the KDE version of it has it by default. I thought the default of fedora 9 was just to have gnome *shrug*.

Don't be too hard on yourself. This guy couldn't figure out how to install KDE from the default repositories, either:
http://blogs.technet.com/seanearp/ar...l-pc-2007.aspx

Aha...this post explains how to do it, look toward the bottom:
http://forums.fedoraforum.org/showthread.php?t=185501

You can install KDE after the fact with;
yum groupinstall KDE

Then install the switchdesk utility with;
yum install switchdesk

Then, use switchdesk to set KDE
switchdesk kde"

You got KDE installed all right, but you couldn't switch to it without using switchdesk, I guess. Strange, ever time I have added a new window manager in linux, the login screen has been updated accordingly. Oh well....the login screen will be updated after you get into KDE and logout.

Also, this person comments on a bug which may be causing people grief:
"I was able to get the session changer to show up only after clicking on the username. It disappears when a username is not selected."

Last edited by ehawk; 05-20-2008 at 02:30 AM.
 
Old 05-21-2008, 05:15 AM   #5
rogerhar
LQ Newbie
 
Registered: May 2008
Location: Melbourne, Australia
Distribution: Fedora 10, Mint 6, Ubuntu 8.04 LTS
Posts: 5

Original Poster
Rep: Reputation: 1
Smile

Quote:
Originally Posted by ehawk View Post
okay, if you are going to do a clean install, there is a live-evaluation KDE version of fedora 9:
http://fedoraproject.org/get-fedora


This page says that fedora 9 was supposed to include KDE 4.0.3 by default.
http://www.tuxmachines.org/node/26784
I guess what they mean is that the KDE version of it has it by default. I thought the default of fedora 9 was just to have gnome *shrug*.

Don't be too hard on yourself. This guy couldn't figure out how to install KDE from the default repositories, either:
http://blogs.technet.com/seanearp/ar...l-pc-2007.aspx

Aha...this post explains how to do it, look toward the bottom:
http://forums.fedoraforum.org/showthread.php?t=185501

You can install KDE after the fact with;
yum groupinstall KDE

Then install the switchdesk utility with;
yum install switchdesk

Then, use switchdesk to set KDE
switchdesk kde"

You got KDE installed all right, but you couldn't switch to it without using switchdesk, I guess. Strange, ever time I have added a new window manager in linux, the login screen has been updated accordingly. Oh well....the login screen will be updated after you get into KDE and logout.

Also, this person comments on a bug which may be causing people grief:
"I was able to get the session changer to show up only after clicking on the username. It disappears when a username is not selected."
SUCCESS!

Thanks ehawk for your detective work. After using the switchdesk command, I had a couple of moments being somewhat disconcerted as my monitor was over-scanning when the login screen was up thus I initially missed the bottom tool bar. Like the other person, I had to click on the username in order to get the session changer to appear.

Cheers
 
Old 05-26-2008, 06:33 PM   #6
seraphim172
Member
 
Registered: May 2008
Posts: 101

Rep: Reputation: 15
Just for curiosity: did you upgrade using 'yum upgrade' or was it an upgrade using an installer disk? So far I have only upgraded one version at a time, unless when using fresh installs.

Linux Archive

Last edited by seraphim172; 06-25-2008 at 04:33 AM.
 
Old 05-26-2008, 08:16 PM   #7
ehawk
Senior Member
 
Registered: Jul 2003
Posts: 1,257

Rep: Reputation: 48
Yeah, if using a package manager, I think you should only attempt to upgrade one version at a time. This is also the recommended way to upgrade ubuntu. I was able to upgrade from 5.low_number to 7.10 in this manner.
 
Old 05-27-2008, 01:20 AM   #8
rogerhar
LQ Newbie
 
Registered: May 2008
Location: Melbourne, Australia
Distribution: Fedora 10, Mint 6, Ubuntu 8.04 LTS
Posts: 5

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by seraphim172 View Post
Just for curiosity: did you upgrade using 'yum upgrade' or was it an upgrade using an installer disk? So far I have only upgraded one version at a time, unless when using fresh installs.
I upgraded using the installer disk and the "upgrade existing system option". It did so without creating any error messages, nor any warning about upgrading over more than one version.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrading to Fedora 7 VC33Nighthawk Fedora 3 06-30-2007 05:04 AM
Upgrading to Fedora manugrum Fedora 8 01-14-2005 08:19 AM
upgrading from RH 9.0 to Fedora 3 strong.steve Fedora 1 12-01-2004 04:47 PM
Upgrading via Internet Fedora Core 1 to Fedora Core 2 cdean Linux - Newbie 2 05-30-2004 11:14 PM
Upgrading to Fedora? siphi Fedora 8 02-19-2004 03:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 05:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration