全新安装 ubuntu 20.10。LibreOffice 应用程序、Writer、Calc、Math 等可轻松添加到仪表板或从仪表板中删除。如何将 LibreOffice StartCenter 添加到仪表板?
我打开了 Writer 并关闭了文档 => StartCenter 出现了。如果我尝试将 StartCenter 固定到仪表板上,它会在我关闭 LibreOffice 时立即消失。
答案1
尝试:
sudo gedit /usr/share/applications/libreoffice-startcenter.desktop
寻找以下行:
NotShowIn=GNOME;
#
并将其放在前面注释掉,这样就变成了:
#NotShowIn=GNOME;
答案2
相同的文件但更改:NoDisplay=true
改为:NoDisplay=false
注销并重新登录。