Fedora Linux Support Community & Resources Center
  #1  
Old 3rd September 2011, 12:00 PM
neefbond Offline
Registered User
 
Join Date: Sep 2011
Posts: 2
linuxchrome
Fedora 16 Gnome 3.1.90 Update Problem

Hei guys, I really need your help.
I update via yum with the option "--skip-broken" this morning. But after reboot, I could not login the gnome! It said there was something wrong with the extensions. I think that may be caused by the fail of the update of gnome-shell 3.1.90. Any help?
  #2  
Old 3rd September 2011, 01:46 PM
peoklin's Avatar
peoklin Offline
Registered User
 
Join Date: Oct 2010
Location: Shanghai,China
Posts: 90
linuxfirefox
Re: Fedora 16 Gnome 3.1.90 Update Problem

Hi, You would try use " sudo yum distro-sync" to downgrade your gnome desk.
  #3  
Old 3rd September 2011, 02:32 PM
fpmurphy Offline
Registered User
 
Join Date: May 2009
Location: /dev/ph
Posts: 308
windows_7firefox
Re: Fedora 16 Gnome 3.1.90 Update Problem

You probably need to remove all your extensions.
  #4  
Old 3rd September 2011, 03:46 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,620
linuxfirefox
Re: Fedora 16 Gnome 3.1.90 Update Problem

I had the same issue with the gnome update, and I had no extensions installed. It was a fresh install from the alpha dvd, and I did 1 yum update (also had to use the --skip-broken option) and it broke the gnome shell.

So, I don't think the extensions are what is causing the main problem, although there could still be an issue with an extension someplace.
  #5  
Old 4th September 2011, 01:56 AM
neefbond Offline
Registered User
 
Join Date: Sep 2011
Posts: 2
linuxchrome
Re: Fedora 16 Gnome 3.1.90 Update Problem

I really do not want to down grade the gnome, I am just wandering if yum has a "force" option or "download only" option?
I have searched the man page, found nothing(-_-).

---------- Post added at 08:26 AM ---------- Previous post was at 08:24 AM ----------

Quote:
Originally Posted by DBelton View Post
I had the same issue with the gnome update, and I had no extensions installed. It was a fresh install from the alpha dvd, and I did 1 yum update (also had to use the --skip-broken option) and it broke the gnome shell.

So, I don't think the extensions are what is causing the main problem, although there could still be an issue with an extension someplace.
I think I have the same problem with you, I have disabled all the extensions, but it does not work.
Now I have to use the i3, and e16 instead.

---------- Post added at 08:56 AM ---------- Previous post was at 08:26 AM ----------

Hey guys, I have found the solution(^.^).
First I use the yumdownloader to download the evolution-data-server, then I use the rpm's "--replacefiles" option to replace the 3.15 files. Finally, when I use the yum to update, that works!
Now I am using the 3.1.90, but there is no globalmenu, a little upset.
  #6  
Old 4th September 2011, 02:03 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,620
linuxfirefox
Re: Fedora 16 Gnome 3.1.90 Update Problem

I think you just bypassed the dependency checking and broke things in the process of doing that.

I will just use LXDE or XFCE until they get the Gnome crap fixed. I use them on F15 anyway, and was just installing Gnome on F16 to see if it had improved, but from what I saw before it broke, it is even worse than F15.
  #7  
Old 4th September 2011, 04:18 PM
Gu3st Offline
Registered User
 
Join Date: Oct 2005
Posts: 27
linuxfirefox
Re: Fedora 16 Gnome 3.1.90 Update Problem

Quote:
Originally Posted by neefbond View Post
Hei guys, I really need your help.
I update via yum with the option "--skip-broken" this morning. But after reboot, I could not login the gnome! It said there was something wrong with the extensions. I think that may be caused by the fail of the update of gnome-shell 3.1.90. Any help?
Using --skip-broken is safe option to use. you just take backup of /usr/share/gnome-shell/extensions and ~/.local//share/gnome-shell/extensions and delete them. follow bellow commands.

$sudo mkdir /tmp/extension-backup
$sudo cp -rp /usr/share/gnome-shell/extensions/* /tmp/extension-backup
$sudo cp ~/.local//share/gnome-shell/extensions/* /tmp/extension-backup
$sudo rm -rf usr/share/gnome-shell/extensions/* ~/.local//share/gnome-shell/extensions/*

then reload your gnome-shell.
  #8  
Old 4th September 2011, 09:17 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,620
linuxfirefox
Re: Fedora 16 Gnome 3.1.90 Update Problem

gnome shell is what is broken, and it's not he extensions that broke it.

I don't have any extensions installed, and gnome shell is broken. Has been broken for days now.

It was the result of a yum update right after a full install from the DVD, nothing else was installed. The update broke gnome shell.

Edit:

Found the workaround for the problem.

Code:
yum downgrade gdm gdm-plugin-fingerprint
This is just a workaround and should get gnome where it will start, but the problem still exists in the packages in the updates-testing repo.

Last edited by DBelton; 5th September 2011 at 01:54 AM.
  #9  
Old 5th September 2011, 05:06 AM
Gu3st Offline
Registered User
 
Join Date: Oct 2005
Posts: 27
linuxfirefox
Re: Fedora 16 Gnome 3.1.90 Update Problem

Quote:
Originally Posted by DBelton View Post
gnome shell is what is broken, and it's not he extensions that broke it.

I don't have any extensions installed, and gnome shell is broken. Has been broken for days now.

It was the result of a yum update right after a full install from the DVD, nothing else was installed. The update broke gnome shell.

Edit:

Found the workaround for the problem.

Code:
yum downgrade gdm gdm-plugin-fingerprint
This is just a workaround and should get gnome where it will start, but the problem still exists in the packages in the updates-testing repo.
I don't see any problem with gnome-shell which is available in updates-testing repo. It is working absolutely fine to me.
  #10  
Old 6th September 2011, 09:48 AM
Boricua Online
Registered User
 
Join Date: Oct 2005
Location: Puerto Rico
Posts: 456
linuxfirefox
Re: Fedora 16 Gnome 3.1.90 Update Problem

I just got hit by this but (after the one with grub). I can't kill X nor can get to the command prompt with rescue mode. Any suggestions?
  #11  
Old 6th September 2011, 01:40 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,620
linuxfirefox
Re: Fedora 16 Gnome 3.1.90 Update Problem

I guess whoever is responsible for the updates has fallen asleep or went on a nice long vacation to mars

I'm still getting the same broken dependencies and the same broken gnome/evolution data server that I have been getting for about the past week now.
  #12  
Old 6th September 2011, 02:35 PM
Boricua Online
Registered User
 
Join Date: Oct 2005
Location: Puerto Rico
Posts: 456
linuxfirefox
Re: Fedora 16 Gnome 3.1.90 Update Problem

Quote:
Originally Posted by DBelton View Post
I guess whoever is responsible for the updates has fallen asleep or went on a nice long vacation to mars

I'm still getting the same broken dependencies and the same broken gnome/evolution data server that I have been getting for about the past week now.
Hi, have you checked this thread:
HTML Code:
http://forums.fedoraforum.org/showthread.php?t=269227
It might solve your problem.
  #13  
Old 6th September 2011, 02:44 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,620
linuxfirefox
Re: Fedora 16 Gnome 3.1.90 Update Problem

yes, I did see that thread. But I am not going to force something to install by forcing it to replace files needed by other packages without knowing the reason that other packages are depending upon them.

If the solution was as simple as forcing a package to be install that removes a library used by something else, then why haven't they updated the packages to do that automatically?
  #14  
Old 6th September 2011, 02:53 PM
Boricua Online
Registered User
 
Join Date: Oct 2005
Location: Puerto Rico
Posts: 456
linuxfirefox
Re: Fedora 16 Gnome 3.1.90 Update Problem

Quote:
Originally Posted by DBelton View Post
yes, I did see that thread. But I am not going to force something to install by forcing it to replace files needed by other packages without knowing the reason that other packages are depending upon them.

If the solution was as simple as forcing a package to be install that removes a library used by something else, then why haven't they updated the packages to do that automatically?
As you already said, somebody might have fallen asleep or is on vacation.
  #15  
Old 6th September 2011, 02:57 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,620
linuxfirefox
Re: Fedora 16 Gnome 3.1.90 Update Problem

Quote:
Originally Posted by Francisco_PR View Post
As you already said, somebody might have fallen asleep or is on vacation.

Falling asleep and not getting updates properly in the repos is not a good thing during the testing cycle for a new distro version, in my opinion.

I can understand a day or two, but it's been nearly a week now. (I installed on Sept 1, and the update was broken then)
 

Tags
fedora, gnome, problem, update

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
[SOLVED] yum update problem with gnome-background-standard sillav F15 Development 2 17th April 2011 01:10 PM
Font problem in Gnome after yesterday's update (F7 Rawide) maladeus Using Fedora 1 1st June 2007 04:22 PM
Problem with gnome-panel after update (FC4) lukeb Using Fedora 2 26th August 2005 08:16 AM
Update Gnome-panel via yum problem! Andrey-m Using Fedora 4 12th July 2005 12:23 PM


Current GMT-time: 21:08 (Tuesday, 18-06-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