我尝试使用该论坛上不同帖子中找到的方法,但它们不起作用,因为我的系统告诉我该应用程序未安装。
有什么帮助吗?
编辑:** 我刚刚安装了 Ubuntu Vibes 网络应用程序,单击时它会指向错误的页面,现在我无法删除它 xD
答案1
我用了sqlite 数据库浏览器打开数据库,在~/.local/share/unity-webapps/
omgubuntu 和 ubuntu vibes 中找到并删除条目,在文件夹资源中删除它们的图标。然后我转到~/.local/share/applications/
并删除了相关的 *.desktop 文件。但它们仍然显示在 dash 中,所以我重新启动了 PC,它们就消失了。
希望这可以帮助!
答案2
启动
dconf-editor
(您可能需要从 Ubuntu 软件中心安装它)。去
com
”canonical
”unity
”webapps
。编辑键
allowed-domains
并omgubuntu.co.uk
从列表中删除该事件。omgubuntu.co.uk
删除所有包含的文件~/.local/share/applications/
。从终端(系统应该要求您确认):rm ~/.local/share/applications/*omgubuntu*.desktop
要彻底清理,请从 中删除图标
~/.local/share/icons/unity-webapps/
。再次从终端:找到〜/.local/share/icons/unity-webapps/-iname *omgubuntu*.png -exec rm {}';'