如何在不注销的情况下重新启动Budgie桌面(Solus,Ubuntu )?
张贴是为了提供答案。
发布于 2018-04-20 11:41:00
来源~
命令是nohup budgie-panel --replace&。(这是当前版本的第10号,GTK :未来的版本11是据说是基于qt的,这将是另一个故事。)
若要通过单击一两次调用,请使用gedit使用快捷方式(或添加启动程序):
gedit ~/.local/share/applications/restart-budgie.desktop
然后,粘贴下面的行并保存:
[Desktop Entry]
Type=Application
Name=Restart budgie desktop
Icon=preferences-desktop
Categories=System;Settings;
Exec=sh -c 'nohup budgie-panel --replace&'https://unix.stackexchange.com/questions/438916
复制相似问题