Tianhe Gao

修复 KDE Plasma panel 崩溃问题

https://www.addictivetips.com/ubuntu-linux-tips/fix-kde-plasma-panel-crash/

崩溃之后需要重启,不过 KDE 并没有像 GNOME 那样的重启机制。所以需要自定义。

创建一个脚本 panel-restart

1    #!/bin/bash
2    killall plasmashell;plasmashell &
1    sudo chmod +x panel-restart
2    sudo mv panel-restart /usr/bin/

No notes link to this note

Welcome to tell me your thoughts via "email"
UP