Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 14th May 2012, 08:24 PM
cricketlong Offline
Registered User
 
Join Date: May 2012
Location: Germany
Posts: 3
linuxchrome
Question How to change from KDE to gnome in fedora 16?

I want to back to gnome......
Reply With Quote
  #2  
Old 14th May 2012, 10:29 PM
Gareth Jones Offline
Official Gnome 3 Sales Rep. (and Adminstrator)
 
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,695
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

Code:
sudo yum groupinstall "GNOME Desktop Environment"
will install the "standard" GNOME packages that you'd get if you chose GNOME during the Fedora installation.

I don't know how you change the display manager though.
Reply With Quote
  #3  
Old 14th May 2012, 10:40 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,610
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

I believe it might be possible to change the display manager by (creating and) adding a line in the /etc/sysconfig/desktop file.

Code:
DISPLAYMANAGER='GDM'
I know this can be done for KDE but not sure about GNOME. Is it possible that once GNOME is installed it will automatically take over DM?
Reply With Quote
  #4  
Old 15th May 2012, 02:30 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,448
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

The display manager is irrelevant to the which desktop you want to run, KDM can launch both Gnome and KDE and GDM can also do either
Reply With Quote
  #5  
Old 15th May 2012, 02:41 AM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,610
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

Quote:
Originally Posted by marko View Post
The display manager is irrelevant to the which desktop you want to run, KDM can launch both Gnome and KDE and GDM can also do either
I know and I agree. It is just that if OP desires to change the display manager too! I for one like GDM (and GNOME) better even if I have xfce installed (sometimes). That's why mentioned that too ....
Reply With Quote
  #6  
Old 15th May 2012, 04:48 AM
hadrons123's Avatar
hadrons123 Offline
'The Blue Dragon'
 
Join Date: Jan 2011
Location: chennai
Posts: 988
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

I thought GDM is the buggiest of all. I prefer lxdm.
__________________
LENOVO Y580 FHD Intel® Core™ i7-3630QM CPU @ 2.40GHz × 8 |660M GTX NVIDIA | 120 GB SSD OCZ AGILITY Fedora
Reply With Quote
  #7  
Old 15th May 2012, 07:12 PM
Gareth Jones Offline
Official Gnome 3 Sales Rep. (and Adminstrator)
 
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,695
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

The general idea is that people would prefer the display manager that integrates best with their primary desktop shell. There's no real technical reason not to use kdm (or any other of your choice) with GNOME, only aesthetics/convenience.
Reply With Quote
  #8  
Old 8th August 2012, 08:22 PM
burkecabaniss Offline
Registered User
 
Join Date: Jul 2010
Location: San Antonio, Texas
Posts: 11
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

What is the answer to the question ? I have read the replies which are mostly about choice. I made a specification error on upgrade, or I wasn't asked. I have yum installed gnome*. I want gnome on startx and I still don't get it. There must be a config choice.
Reply With Quote
  #9  
Old 8th August 2012, 11:13 PM
dcharlespyle Offline
Registered User
 
Join Date: Jul 2012
Location: Utah
Posts: 70
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

What exactly do you want to do? Do you have gnome 3 installed? Are you logging in from KDM or GDM? In either case you can change the session you are using. There should be an option to select your current session. Change it to GNOME before you enter your password and logon.

If what you want to do is to change from KDM to GDM as your default display manager, there are several ways to do it. The easiest way is to use a gui application to change the default display manager.

Fire up a Terminal and:
Code:
$ su
# yum install system-switch-displaymanager-gnome
Then, open the application and change your default display manager to gdm. You may still have to choose your default desktop session before logging in at GDM, however.

Let us know if this helped.
Reply With Quote
  #10  
Old 9th August 2012, 05:53 PM
burkecabaniss Offline
Registered User
 
Join Date: Jul 2010
Location: San Antonio, Texas
Posts: 11
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

Thank you for your quick reply. What am I trying to do ? Upgrade fc13 to fc16 from DVD, no more. I have many problems such as upstart vs. systemd that are unrelated to gnome.

In fc13 I ran startx from runlevel 3; gnome and rest, OK for many months. After f16 upgrade I had to "FALSE" "AutoAddDevices" to unfreeze my mouse and keyboard and thereby get X up. I found I had TBird and FFox but had lost things like OpenOffice and display settings (theme, fonts, etc.). I take the title above to be the best source for an answer to the last problem mentioned.

I did `yum install gnome*` and it seemed to work (many messages) but I saw no gnome on my screen. I envisioned a sysconfig or other configuration file that would specify KDE versus gnome. That was my inquiry. After your reply I did `yum install system-switch-displaymanager-gnome and restarted X. I see no gnome.

Maybe I don't know where to find the graphic tools for display configuration. I am a wonderful designer of COBOL systems including for web applications, many many years, but that's my technical limit.
Reply With Quote
  #11  
Old 9th August 2012, 07:06 PM
dcharlespyle Offline
Registered User
 
Join Date: Jul 2012
Location: Utah
Posts: 70
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

In KDE, type in the search bar on the menu the word "display" without quotes and you should see Display Manager Switching Tool. Run that and you should be able to change your default Display Manager from that. It will ask you for your root password before you can proceed. Make sure that GDM is selected and apply the change.

If I recall correctly, you will need to restart your system to see the resullts after you have done this. You also will have need of changing your session from kde to GNOME before logging on.

If that program does not run at all, let me know and I will have you install another package that will work from the command line. Let me know how it goes.
Reply With Quote
  #12  
Old 9th August 2012, 07:39 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,613
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

To change the default display manager back to GDM, just delete the /etc/sysconfig/desktop file. GDM is the default.

To run KDM, create a /etc/sysconfig/desktop file with the contents:

DISPLAYMANAGER="KDE"


But, both Gnome and KDE should be accessible from either GDM or KDM.
Reply With Quote
  #13  
Old 10th August 2012, 02:31 AM
dcharlespyle Offline
Registered User
 
Join Date: Jul 2012
Location: Utah
Posts: 70
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

OK, I admit that deleting the above mentioned file is the easiest and fastest solution. Either way should get your GNOME back (although you still will need to change your session before entering in your password and logging on).

IF you have GDM as your default display manager, the red arrow in the attached screenshot shows you where to change your session. If you don't see a list of sessions including GNOME, let us know and one of us can get you there.
Attached Thumbnails
Click image for larger version

Name:	gnome_login_screen.png
Views:	179
Size:	210.3 KB
ID:	23602  

Last edited by dcharlespyle; 10th August 2012 at 02:53 AM. Reason: Attached borrowed and modified screenshot
Reply With Quote
  #14  
Old 10th August 2012, 04:33 PM
burkecabaniss Offline
Registered User
 
Join Date: Jul 2010
Location: San Antonio, Texas
Posts: 11
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

Thank you all. I imagined and hoped for a solution such as the two last replies. I believe they are very good answers to the title above, at the basic X level in which I operate.

But it didn't work for me. My problem is something else related to the yum database and/or my installed packages. When I know more about it and need help I will find an appropriate title.
Reply With Quote
  #15  
Old 11th August 2012, 04:59 AM
R3v0lut10nary's Avatar
R3v0lut10nary Offline
Registered User
 
Join Date: Aug 2011
Posts: 216
linuxfirefox
Re: How to change from KDE to gnome in fedora 16?

Completely purging an entire desktop environment like KDE (or Gnome) is a pain in the ass. If you want to make a clean break from one to the other, my suggestion would be to back up your home directory, reinstall, and restore your home directory.

That's the lazy and clean way to do it.
Reply With Quote
Reply

Tags
change, fedora, gnome, kde

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change Fedora unity back to gnome? jiapei100 Using Fedora 6 28th September 2011 08:53 AM
Fedora 10 Gnome Change two letters around on keyboard Upgrade_junkie Using Fedora 2 14th March 2009 02:25 AM
Fedora 9 Inquiry: How do I change my Gnome theme? P4rD0nM3 Using Fedora 4 20th August 2008 06:30 PM


Current GMT-time: 08:51 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat