Can't uninstall Gnome Shell Extension

Clash Royale CLAN TAG#URR8PPP
up vote
5
down vote
favorite
Gnome Shell 3.18.5 notified me some extensions needed updating. I went to: https://extensions.gnome.org/local/ in FireFox, updated the FF extension, and now I want to uninstall some of the Gnome extensions. E.g.
**Removable Drive Menu by fmuellner
System extension
A status menu for accessing and unmounting removable devices.**
System extension has a tooltip:
System extension should be uninstalled using package manager. See about page for details.
About page says:
What is ëSystem extensionû? How to uninstall it?
System extension is installed to system-wide location (usually ë/usr/share/gnome-shell/extensionsû). Such extension may be used by any PC user, however it can be uninstalled only by system administrator (root). To uninstall system extension use your distro's package manager or ask your system administrator.
I looked through Synaptic but don't see this extension. How do I remove it?
Here are the extensions I want to remove: 1 2 3 4 5
Thanks in advance!
gnome gnome3 gnome-shell
add a comment |Â
up vote
5
down vote
favorite
Gnome Shell 3.18.5 notified me some extensions needed updating. I went to: https://extensions.gnome.org/local/ in FireFox, updated the FF extension, and now I want to uninstall some of the Gnome extensions. E.g.
**Removable Drive Menu by fmuellner
System extension
A status menu for accessing and unmounting removable devices.**
System extension has a tooltip:
System extension should be uninstalled using package manager. See about page for details.
About page says:
What is ëSystem extensionû? How to uninstall it?
System extension is installed to system-wide location (usually ë/usr/share/gnome-shell/extensionsû). Such extension may be used by any PC user, however it can be uninstalled only by system administrator (root). To uninstall system extension use your distro's package manager or ask your system administrator.
I looked through Synaptic but don't see this extension. How do I remove it?
Here are the extensions I want to remove: 1 2 3 4 5
Thanks in advance!
gnome gnome3 gnome-shell
add a comment |Â
up vote
5
down vote
favorite
up vote
5
down vote
favorite
Gnome Shell 3.18.5 notified me some extensions needed updating. I went to: https://extensions.gnome.org/local/ in FireFox, updated the FF extension, and now I want to uninstall some of the Gnome extensions. E.g.
**Removable Drive Menu by fmuellner
System extension
A status menu for accessing and unmounting removable devices.**
System extension has a tooltip:
System extension should be uninstalled using package manager. See about page for details.
About page says:
What is ëSystem extensionû? How to uninstall it?
System extension is installed to system-wide location (usually ë/usr/share/gnome-shell/extensionsû). Such extension may be used by any PC user, however it can be uninstalled only by system administrator (root). To uninstall system extension use your distro's package manager or ask your system administrator.
I looked through Synaptic but don't see this extension. How do I remove it?
Here are the extensions I want to remove: 1 2 3 4 5
Thanks in advance!
gnome gnome3 gnome-shell
Gnome Shell 3.18.5 notified me some extensions needed updating. I went to: https://extensions.gnome.org/local/ in FireFox, updated the FF extension, and now I want to uninstall some of the Gnome extensions. E.g.
**Removable Drive Menu by fmuellner
System extension
A status menu for accessing and unmounting removable devices.**
System extension has a tooltip:
System extension should be uninstalled using package manager. See about page for details.
About page says:
What is ëSystem extensionû? How to uninstall it?
System extension is installed to system-wide location (usually ë/usr/share/gnome-shell/extensionsû). Such extension may be used by any PC user, however it can be uninstalled only by system administrator (root). To uninstall system extension use your distro's package manager or ask your system administrator.
I looked through Synaptic but don't see this extension. How do I remove it?
Here are the extensions I want to remove: 1 2 3 4 5
Thanks in advance!
gnome gnome3 gnome-shell
gnome gnome3 gnome-shell
asked Mar 24 '17 at 15:32
Michael Cole
13018
13018
add a comment |Â
add a comment |Â
5 Answers
5
active
oldest
votes
up vote
4
down vote
accepted
- Launch
gnome-tweak-tool - Search "Extensions" in right menù
- Select the extension and click on "Remove"

2
Worth noting thattweak toolwill only uninstall local extensions (but not system wide extensions - the Remove button will be greyed out for those ones)
â don_crissti
Mar 24 '17 at 17:16
1
some of my extensions have a grayed-out remove button (e.g. I can not remove them)
â SumNeuron
Jul 18 '17 at 8:37
4
The "REMOVE" buttons are no longer there in gnome-shell 3.26. Any ideas?
â Dorian
Nov 8 '17 at 17:21
add a comment |Â
up vote
7
down vote
Since the remove buttons are no longer available in gnome-shell 3.26, the only way I know is deleting the extension directory itself.
With Nautilus
- Open Nautilus and show hidden files (press CTRL + H).
- Go to your home folder.
- Navigate to
.local/share/gnome-shell/extensions - Delete the directory of the unwanted extension.
The macho way
- Open the console.
- Go to the extensions directory:
cd ~/.local/share/gnome-shell/extensions - List the extensions and get the name of the unwanted extension:
ls -l - Delete the extension directory:
rm -r extension@author
Finally, reload gnome-shell. Press ALT + F2, type r and press ENTER.
add a comment |Â
up vote
1
down vote
Go to software -> add-on, you will see your extensions there, just remove them.
add a comment |Â
up vote
0
down vote
Michael,
I had the same problem with the same extensions. The problem is that they are "System Extensions" and not in the normal location of ~/.local/share/gnome-shell/extensions as others have said. Instead, "System Extensions" are installed in /usr/share/gnome-shell/extensions.
To remove:
cd /usr/share/gnome-shell/extensions
sudo rm -rf apps-menu@gnome-shell-extensions.gcampax.github.com
Repeat as necessary.
Finally, you'll want to reload the shell: Alt+F2 r
add a comment |Â
up vote
0
down vote
Head to https://extensions.gnome.org/local. Install the Chrome / Firefox native connector for GNOME Extensions, and then you will see your GNOME extensions listed on that page. From there you can remove them and configure them without deleting files manually.
add a comment |Â
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
- Launch
gnome-tweak-tool - Search "Extensions" in right menù
- Select the extension and click on "Remove"

2
Worth noting thattweak toolwill only uninstall local extensions (but not system wide extensions - the Remove button will be greyed out for those ones)
â don_crissti
Mar 24 '17 at 17:16
1
some of my extensions have a grayed-out remove button (e.g. I can not remove them)
â SumNeuron
Jul 18 '17 at 8:37
4
The "REMOVE" buttons are no longer there in gnome-shell 3.26. Any ideas?
â Dorian
Nov 8 '17 at 17:21
add a comment |Â
up vote
4
down vote
accepted
- Launch
gnome-tweak-tool - Search "Extensions" in right menù
- Select the extension and click on "Remove"

2
Worth noting thattweak toolwill only uninstall local extensions (but not system wide extensions - the Remove button will be greyed out for those ones)
â don_crissti
Mar 24 '17 at 17:16
1
some of my extensions have a grayed-out remove button (e.g. I can not remove them)
â SumNeuron
Jul 18 '17 at 8:37
4
The "REMOVE" buttons are no longer there in gnome-shell 3.26. Any ideas?
â Dorian
Nov 8 '17 at 17:21
add a comment |Â
up vote
4
down vote
accepted
up vote
4
down vote
accepted
- Launch
gnome-tweak-tool - Search "Extensions" in right menù
- Select the extension and click on "Remove"

- Launch
gnome-tweak-tool - Search "Extensions" in right menù
- Select the extension and click on "Remove"

answered Mar 24 '17 at 16:34
andcoz
11.9k32938
11.9k32938
2
Worth noting thattweak toolwill only uninstall local extensions (but not system wide extensions - the Remove button will be greyed out for those ones)
â don_crissti
Mar 24 '17 at 17:16
1
some of my extensions have a grayed-out remove button (e.g. I can not remove them)
â SumNeuron
Jul 18 '17 at 8:37
4
The "REMOVE" buttons are no longer there in gnome-shell 3.26. Any ideas?
â Dorian
Nov 8 '17 at 17:21
add a comment |Â
2
Worth noting thattweak toolwill only uninstall local extensions (but not system wide extensions - the Remove button will be greyed out for those ones)
â don_crissti
Mar 24 '17 at 17:16
1
some of my extensions have a grayed-out remove button (e.g. I can not remove them)
â SumNeuron
Jul 18 '17 at 8:37
4
The "REMOVE" buttons are no longer there in gnome-shell 3.26. Any ideas?
â Dorian
Nov 8 '17 at 17:21
2
2
Worth noting that
tweak tool will only uninstall local extensions (but not system wide extensions - the Remove button will be greyed out for those ones)â don_crissti
Mar 24 '17 at 17:16
Worth noting that
tweak tool will only uninstall local extensions (but not system wide extensions - the Remove button will be greyed out for those ones)â don_crissti
Mar 24 '17 at 17:16
1
1
some of my extensions have a grayed-out remove button (e.g. I can not remove them)
â SumNeuron
Jul 18 '17 at 8:37
some of my extensions have a grayed-out remove button (e.g. I can not remove them)
â SumNeuron
Jul 18 '17 at 8:37
4
4
The "REMOVE" buttons are no longer there in gnome-shell 3.26. Any ideas?
â Dorian
Nov 8 '17 at 17:21
The "REMOVE" buttons are no longer there in gnome-shell 3.26. Any ideas?
â Dorian
Nov 8 '17 at 17:21
add a comment |Â
up vote
7
down vote
Since the remove buttons are no longer available in gnome-shell 3.26, the only way I know is deleting the extension directory itself.
With Nautilus
- Open Nautilus and show hidden files (press CTRL + H).
- Go to your home folder.
- Navigate to
.local/share/gnome-shell/extensions - Delete the directory of the unwanted extension.
The macho way
- Open the console.
- Go to the extensions directory:
cd ~/.local/share/gnome-shell/extensions - List the extensions and get the name of the unwanted extension:
ls -l - Delete the extension directory:
rm -r extension@author
Finally, reload gnome-shell. Press ALT + F2, type r and press ENTER.
add a comment |Â
up vote
7
down vote
Since the remove buttons are no longer available in gnome-shell 3.26, the only way I know is deleting the extension directory itself.
With Nautilus
- Open Nautilus and show hidden files (press CTRL + H).
- Go to your home folder.
- Navigate to
.local/share/gnome-shell/extensions - Delete the directory of the unwanted extension.
The macho way
- Open the console.
- Go to the extensions directory:
cd ~/.local/share/gnome-shell/extensions - List the extensions and get the name of the unwanted extension:
ls -l - Delete the extension directory:
rm -r extension@author
Finally, reload gnome-shell. Press ALT + F2, type r and press ENTER.
add a comment |Â
up vote
7
down vote
up vote
7
down vote
Since the remove buttons are no longer available in gnome-shell 3.26, the only way I know is deleting the extension directory itself.
With Nautilus
- Open Nautilus and show hidden files (press CTRL + H).
- Go to your home folder.
- Navigate to
.local/share/gnome-shell/extensions - Delete the directory of the unwanted extension.
The macho way
- Open the console.
- Go to the extensions directory:
cd ~/.local/share/gnome-shell/extensions - List the extensions and get the name of the unwanted extension:
ls -l - Delete the extension directory:
rm -r extension@author
Finally, reload gnome-shell. Press ALT + F2, type r and press ENTER.
Since the remove buttons are no longer available in gnome-shell 3.26, the only way I know is deleting the extension directory itself.
With Nautilus
- Open Nautilus and show hidden files (press CTRL + H).
- Go to your home folder.
- Navigate to
.local/share/gnome-shell/extensions - Delete the directory of the unwanted extension.
The macho way
- Open the console.
- Go to the extensions directory:
cd ~/.local/share/gnome-shell/extensions - List the extensions and get the name of the unwanted extension:
ls -l - Delete the extension directory:
rm -r extension@author
Finally, reload gnome-shell. Press ALT + F2, type r and press ENTER.
answered Nov 10 '17 at 5:25
shino47
7911
7911
add a comment |Â
add a comment |Â
up vote
1
down vote
Go to software -> add-on, you will see your extensions there, just remove them.
add a comment |Â
up vote
1
down vote
Go to software -> add-on, you will see your extensions there, just remove them.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Go to software -> add-on, you will see your extensions there, just remove them.
Go to software -> add-on, you will see your extensions there, just remove them.
answered Mar 4 at 15:48
dtoan96
111
111
add a comment |Â
add a comment |Â
up vote
0
down vote
Michael,
I had the same problem with the same extensions. The problem is that they are "System Extensions" and not in the normal location of ~/.local/share/gnome-shell/extensions as others have said. Instead, "System Extensions" are installed in /usr/share/gnome-shell/extensions.
To remove:
cd /usr/share/gnome-shell/extensions
sudo rm -rf apps-menu@gnome-shell-extensions.gcampax.github.com
Repeat as necessary.
Finally, you'll want to reload the shell: Alt+F2 r
add a comment |Â
up vote
0
down vote
Michael,
I had the same problem with the same extensions. The problem is that they are "System Extensions" and not in the normal location of ~/.local/share/gnome-shell/extensions as others have said. Instead, "System Extensions" are installed in /usr/share/gnome-shell/extensions.
To remove:
cd /usr/share/gnome-shell/extensions
sudo rm -rf apps-menu@gnome-shell-extensions.gcampax.github.com
Repeat as necessary.
Finally, you'll want to reload the shell: Alt+F2 r
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Michael,
I had the same problem with the same extensions. The problem is that they are "System Extensions" and not in the normal location of ~/.local/share/gnome-shell/extensions as others have said. Instead, "System Extensions" are installed in /usr/share/gnome-shell/extensions.
To remove:
cd /usr/share/gnome-shell/extensions
sudo rm -rf apps-menu@gnome-shell-extensions.gcampax.github.com
Repeat as necessary.
Finally, you'll want to reload the shell: Alt+F2 r
Michael,
I had the same problem with the same extensions. The problem is that they are "System Extensions" and not in the normal location of ~/.local/share/gnome-shell/extensions as others have said. Instead, "System Extensions" are installed in /usr/share/gnome-shell/extensions.
To remove:
cd /usr/share/gnome-shell/extensions
sudo rm -rf apps-menu@gnome-shell-extensions.gcampax.github.com
Repeat as necessary.
Finally, you'll want to reload the shell: Alt+F2 r
answered Aug 15 at 2:52
user1556446
91
91
add a comment |Â
add a comment |Â
up vote
0
down vote
Head to https://extensions.gnome.org/local. Install the Chrome / Firefox native connector for GNOME Extensions, and then you will see your GNOME extensions listed on that page. From there you can remove them and configure them without deleting files manually.
add a comment |Â
up vote
0
down vote
Head to https://extensions.gnome.org/local. Install the Chrome / Firefox native connector for GNOME Extensions, and then you will see your GNOME extensions listed on that page. From there you can remove them and configure them without deleting files manually.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Head to https://extensions.gnome.org/local. Install the Chrome / Firefox native connector for GNOME Extensions, and then you will see your GNOME extensions listed on that page. From there you can remove them and configure them without deleting files manually.
Head to https://extensions.gnome.org/local. Install the Chrome / Firefox native connector for GNOME Extensions, and then you will see your GNOME extensions listed on that page. From there you can remove them and configure them without deleting files manually.
answered Aug 18 at 11:14
cat
1,66621035
1,66621035
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f353615%2fcant-uninstall-gnome-shell-extension%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password