Vei*_*hen 5 uninstall gnome-shell-extension gnome-shell
不久前,我启用了一个扩展。意识到我不喜欢它的外观,我尝试在网页https://extensions.gnome.org/上卸载它, 但令人惊讶的是,它仍然没有消失。
因此我求助于使用这个命令
sudo rm -r window-list@gnome-shell-extensions.gcampax.github.com/
Run Code Online (Sandbox Code Playgroud)
到那时,我以为我已经卸载了扩展窗口列表。不,它仍然在我的屏幕底部:
任何帮助将不胜感激。
Ubuntu 版本 17.04,GNOME shell 版本 3.24.2 。该命令用于~/.local/share/gnome-shell/extensions
.
编辑:
/usr/share/gnome-shell/extensions$ locate -r /window-list@gnome-shell-extensions.gcampax.github.com$
/usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com
/usr/share/gnome-shell/extensions$ ls
alternate-tab@gnome-shell-extensions.gcampax.github.com places-menu@gnome-shell-extensions.gcampax.github.com
apps-menu@gnome-shell-extensions.gcampax.github.com screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com
auto-move-windows@gnome-shell-extensions.gcampax.github.com user-theme@gnome-shell-extensions.gcampax.github.com
drive-menu@gnome-shell-extensions.gcampax.github.com windowsNavigator@gnome-shell-extensions.gcampax.github.com
launch-new-instance@gnome-shell-extensions.gcampax.github.com workspace-indicator@gnome-shell-extensions.gcampax.github.com
native-window-placement@gnome-shell-extensions.gcampax.github.com
Run Code Online (Sandbox Code Playgroud)
Ubuntu GNOME 17.04默认情况下附带了许多“官方”GNOME 扩展,窗口列表就是其中之一。这些扩展名不存储在中
~/.local/share/gnome-shell/extensions
,而是存储在/usr/share/gnome-shell/extensions
.
完全不建议在系统文件夹中运行rm
,因为这可能会破坏 GNOME shell 中的内容,或者在下一次软件包升级时重新安装扩展。尝试使用 GNOME Tweak Tool 或https://extensions.gnome.org/local/禁用它,然后注销并再次登录。
如果您绝对确定要删除扩展程序,则必须运行命令rm
(/usr/share/gnome-shell/extensions
首先使用 来检查它是否存在ls
)。
归档时间: |
|
查看次数: |
3215 次 |
最近记录: |