ソースを参照

Try killing mate-panel rather than rebooting

Bob Mottram 8 年 前
コミット
d833f3957e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-image-mesh

+ 1
- 1
src/freedombone-image-mesh ファイルの表示

@@ -530,6 +530,7 @@ function show_desktop_icons {
530 530
 
531 531
     # restart caja
532 532
     killall caja
533
+    killall mate-panel
533 534
 }
534 535
 
535 536
 function disable_password_logins {
@@ -811,7 +812,6 @@ if [ -f $MESH_INSTALL_SETUP ]; then
811 812
     if [ ! -f $MESH_INSTALL_COMPLETED ]; then
812 813
         echo $'Mesh node setup complete' >> $INSTALL_LOG
813 814
         touch $MESH_INSTALL_COMPLETED
814
-        reboot
815 815
     fi
816 816
 fi
817 817