我想把发射器移到底部,让它在中间对齐,所以我下载了Plank。我不喜欢它,所以我卸载它,但当我移动光标到屏幕底部时,码头仍然会出现。
已经试图移除:
sudo apt-get remove plank洗净
sudo apt-get purge plank删除依赖项
sudo apt-get remove --auto-remove plank从/usr/share/app-install/桌面和/var/cache/ files /中删除所有文件,而停靠仍然显示。那我怎么才能完全去除它呢?
谢谢
发布于 2018-10-26 09:28:18
卸载板
要从Ubuntu16.04 (Xenial Xerus)中删除只是木板包,在终端上执行:
sudo apt-get remove plank
卸载木板及其依赖程序包
移除Ubuntu中不再需要的木板包和任何其他依赖程序包。
sudo apt-get remove --auto-remove plank
吹扫板
如果您还想从Ubuntu中删除plank的配置和/或数据文件,那么这将有效:
sudo apt-get purge plank若要从Ubuntu中删除plank及其依赖项的配置和/或数据文件,请执行:
sudo apt-get purge --auto-remove plank来源:这里
发布于 2017-12-28 17:55:38
尝试在dconf中重置其设置(可用sudo apt-get install dconf-cli安装):
dconf reset -f /net/launchpad/plank/尝试在当前用户XDG自动启动中定位Plank:
ls .config/autostart/
# then remove plank from here
rm .config/autostart/plank*.desktophttps://askubuntu.com/questions/990086
复制相似问题