boricua
(Francisco)
November 14, 2021, 10:06am
1
I have tried to remove some of the system-wide extensions installed in Fedora Silverblue 35, instead of just disabling them. But if I use for example the command
rpm-ostree remove gnome-shell-extension-window-list
what I always get is the message
error: Package/capability ‘gnome-shell-extension-window-list’ is not currently requested
I know there must be a way to remove those system-wide extensions that I don’t want without touching those that I do. Any suggestion?
jakfrost
(Stephen Douglas Snow)
November 14, 2021, 1:15pm
2
Hello @boricua ,
I don’t understand the impetus but try this link (https://docs.fedoraproject.org/en-US/quick-docs/gnome-shell-extensions/ ) to dig into your question. Happy hacking!
boricua
(Francisco)
November 14, 2021, 1:41pm
3
I know, I know. It’s my OCD in action. I could simply leave them turned off.
Thanks for the info.
Edit: I’m afraid this info does not apply to Silverblue.
grumpey
(Joe)
November 14, 2021, 2:08pm
4
sudo rpm-ostree override remove gnome-shell-extension-<name>
boricua
(Francisco)
November 14, 2021, 3:43pm
5
Thanks. This actually works, but first I needed to remove gnome-classic-session. Then I was able to remove the unwanted extensions.
jpbn
(Jaap Bosman)
November 16, 2021, 8:18am
6
Wxtensions are in .local/share/gnome-shell/extensions/
Just delete the content of .local/share/gnome-shell/extensions/ with rm -R