Fedora Linux Support Community & Resources Center
  #1  
Old 29th May 2011, 10:20 AM
Japplo Offline
Registered User
 
Join Date: Sep 2010
Posts: 76
windows_vistafirefox
Enable gnome-shell-extensions

Hi, is it necessary to enable the gnome-shell-extensions? I have installed

Code:
$ rpm -qa | grep gnome-shell
gnome-shell-extensions-places-menu-3.0.1-3.03660fgit.fc15.noarch
gnome-shell-extensions-common-3.0.1-3.03660fgit.fc15.noarch
gnome-shell-extensions-user-theme-3.0.1-3.03660fgit.fc15.noarch
gnome-shell-3.0.2-1.fc15.x86_64
gnome-shell-extensions-drive-menu-3.0.1-3.03660fgit.fc15.noarch
gnome-shell-extensions-alternative-status-menu-3.0.1-3.03660fgit.fc15.noarch
but without effect.
  #2  
Old 29th May 2011, 10:28 AM
tox
Guest
 
Posts: n/a
linuxchrome
Re: Enable gnome-shell-extensions

to nable them do this

alt+F2 r
  #3  
Old 29th May 2011, 10:28 AM
RahulSundaram Offline
Registered User
 
Join Date: May 2005
Posts: 3,549
linuxfirefox
Re: Enable gnome-shell-extensions

Hi

Answered here before but install the latest package from

https://admin.fedoraproject.org/upda...3dd27cgit.fc15
__________________
Rahul
http://fedoraproject.org/wiki/RahulSundaram
  #4  
Old 29th May 2011, 10:37 AM
Japplo Offline
Registered User
 
Join Date: Sep 2010
Posts: 76
windows_vistafirefox
Re: Enable gnome-shell-extensions

Thank you :-)
  #5  
Old 29th May 2011, 11:28 AM
Dangermouse's Avatar
Dangermouse Offline
Administrator
 
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847
linuxfirefox
Re: Enable gnome-shell-extensions

If you dont want the hassle of downloading and installing the fixed packages then just do below and restart gnome-shell or computer.
Quote:
su - sed -i 's/3.0.1/3.0.2/g' /usr/share/gnome-shell/extensions/*/*.json
  #6  
Old 30th May 2011, 04:36 PM
fpmurphy Offline
Registered User
 
Join Date: May 2009
Location: /dev/ph
Posts: 308
linuxfirefox
Re: Enable gnome-shell-extensions

Or, if you do not what to have to change the version number until 3.2 for global extensions
Code:
su - sed -i 's/3.0.1/3.0/g' /usr/share/gnome-shell/extensions/*/*.json
  #7  
Old 30th September 2011, 01:47 PM
jahLux Offline
Registered User
 
Join Date: May 2004
Posts: 10
linuxchrome
Re: Enable gnome-shell-extensions

Alt+ F2 r

Did nothing to enable the install below - any other ideas?

]$ rpm -qa | grep gnome-shell
gnome-shell-3.1.92-1.fc16.i686
gnome-shell-extension-common-3.1.91-2.fc16.noarch
gnome-shell-extension-alternate-tab-3.1.91-2.fc16.noarch
gnome-shell-extension-xrandr-indicator-3.1.91-2.fc16.noarch
gnome-shell-extension-user-theme-3.1.91-2.fc16.noarch
gnome-shell-extension-cpu-temperature-0-0.1.git712153f.fc16.noarch
gnome-shell-theme-orta-1.0-1.fc16.noarch
gnome-shell-extension-icon-manager-0-0.2.gite9deb2b.fc16.noarch
gnome-shell-extension-alternative-status-menu-3.1.91-2.fc16.noarch
gnome-shell-extension-places-menu-3.1.91-2.fc16.noarch
  #8  
Old 30th September 2011, 03:40 PM
lipisak Offline
Registered User
 
Join Date: May 2011
Location: Czech Republic
Posts: 11
linuxchrome
Re: Enable gnome-shell-extensions

It can't work, because these extensions are for gnome 3.1.92 and today there was gnome 3.2 update.
But any extension doesn't work for me since I've upgraded to Fedora16. Which is strange isn't it?
  #9  
Old 30th September 2011, 03:56 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Enable gnome-shell-extensions

I had a couple of the extensions that didn't work for me as well.

A few weeks ago, I installed the one that removes the accessibility icon thing, and it crashed gnome-shell. Haven't tried it since the latest gnome updates, though.

But as lipisak stated, once you update to gnome 3.2, it's going to break just about every extension unless you do as fpmurphy suggested up there, but replacing 3.0 with 3.2.

Just replacing the version number in the extension json files should work for most of them. There may be a few that need some actual coding changes due to the newer version, but shouldn't be many of them.
  #10  
Old 30th September 2011, 09:04 PM
jahLux Offline
Registered User
 
Join Date: May 2004
Posts: 10
linuxchrome
Re: Enable gnome-shell-extensions

Thanks lads !!
  #11  
Old 27th October 2011, 02:32 AM
ddreggors Offline
Registered User
 
Join Date: Apr 2010
Posts: 46
linuxchrome
Re: Enable gnome-shell-extensions

The updates in testing right now fix this issue... there is no need to edit (sed) any json files.

You can get most themes and extensions working again by running these 2 commands:

Code:
yum update gnome-shell-extension-* --enablerepo=updates-testing
and then

Code:
yum update gnome-shell-theme-* --enablerepo=updates-testing
Once updates are installed restart gnome-shell (alt+f2 then r).


Versions installed:
Code:
[user@myhost ~]$ rpm -qa |grep -e gnome-shell-theme -e gnome-shell-extension |sort
gnome-shell-extension-common-3.2.0-1.fc16.noarch
gnome-shell-extension-places-menu-3.2.0-1.fc16.noarch
gnome-shell-extension-presentation-mode-0-0.2.gitc3ce6b2.fc16.noarch
gnome-shell-extension-remove-accessibility-icon-20110603-1.fc16.noarch
gnome-shell-extension-user-theme-3.2.0-1.fc16.noarch
gnome-shell-extension-windowsNavigator-3.2.0-1.fc16.noarch
gnome-shell-extension-workspacesmenu-0-1.fc16.noarch
gnome-shell-theme-atolm-3.2-1.fc16.noarch
gnome-shell-theme-dark-glass-1.0-1.fc16.noarch
gnome-shell-theme-gaia-1.0-1.fc16.noarch
gnome-shell-theme-orta-1.0-1.fc16.noarch
gnome-shell-theme-smooth-inset-3.2-1.fc16.noarch

Note that the following extensions are still not updated even in testing and still are not working:

Code:
gnome-shell-extension-presentation-mode-0-0.2.gitc3ce6b2.fc16.noarch
gnome-shell-extension-remove-accessibility-icon-20110603-1.fc16.noarch
gnome-shell-extension-workspacesmenu-0-1.fc16.noarch

Last edited by ddreggors; 27th October 2011 at 02:35 AM.
  #12  
Old 7th November 2011, 06:15 PM
Valent Offline
Registered User
 
Join Date: May 2004
Age: 34
Posts: 325
linuxfirefox
Re: Enable gnome-shell-extensions

I have GNOME 3.2 and installed few 3.2 compatible extensions, they load without error but they are disabled when I look in extensions tab via LookingGlass (lg) tool.

How do I enable them?
  #13  
Old 7th November 2011, 07:47 PM
ddreggors Offline
Registered User
 
Join Date: Apr 2010
Posts: 46
windows_7chrome
Re: Enable gnome-shell-extensions

User themes are not turned on by default in Gnome, when in Gnome tweak tool you have to enable "User Theme Extensions". I believe that item is on the "Shell Extensions" settings page.


[Edit]
Don't forget to restart gnome shell (alt+f2, then r, then enter)
  #14  
Old 7th November 2011, 07:49 PM
Valent Offline
Registered User
 
Join Date: May 2004
Age: 34
Posts: 325
linuxfirefox
Re: Enable gnome-shell-extensions

Hopefully this blog helps:
http://fusionlinux.org/2011/11/07/in...-2-extensions/
  #15  
Old 7th November 2011, 08:23 PM
fpmurphy Offline
Registered User
 
Join Date: May 2009
Location: /dev/ph
Posts: 308
windows_7firefox
Re: Enable gnome-shell-extensions

A new version of gnome-shell-extension-tool (not yet in repos) has support for enabling and disabling 3.2 Shell extensions. That version is available is available at http://fpmurphy.com/gnome-shell-extensions.

For example to enable a noa11y@example.com extension
Code:
        gnome-shell-extension-tool -e noa11y@example.com
To disable a previously enabled extension
Code:
        gnome-shell-extension-tool -d  noa11y@example.com
I have enhanced that version of g-s-e-t in a number of ways including -D to disable all extensions at once. That version (gset) is also available the website.
 

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 re-enable wi-fi from shell in Fedora 12 XFCE? SanderH EOL (End Of Life) Versions 7 23rd October 2012 01:57 AM
GNOME Shell Extensions - RPM for testing RahulSundaram F15 Development 21 1st May 2011 08:32 AM
[F12] How to enable the shell on the tty2 ? luoyi Installation and Live Media 0 3rd December 2009 03:42 AM
Enable FTP in shell through SSH? ymrkaicho Servers & Networking 3 28th March 2005 04:28 AM
How to enable Esc-p combination is shell? tonytiger Using Fedora 3 15th July 2004 05:32 AM


Current GMT-time: 03:00 (Thursday, 23-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