ログアウトせずにBudgieデスクトップ(Solus Linux、Ubuntu Budgie)を再起動するには?
答えを提供するために投稿します。
答え1
源泉~
コマンドはですnohup budgie-panel --replace&
。 (現在のバージョン10です。GTK:将来のバージョン11はqtを基準とするそうです。-それは別の話です。 )
1、2 回のクリックで呼び出すには、次を使用してショートカットを使用するか、ランチャーを追加します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&'