Sfoglia il codice sorgente

add: sleep 1 on GUI-INIT

micha 1 anno fa
parent
commit
d1335f9049
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      init/50-TK-GUI.sh

+ 1 - 0
init/50-TK-GUI.sh

@@ -9,6 +9,7 @@ echo "- STARTING $SES"
 
 cd "$path/Xdesk/"
 screen -XS "$SES" quit | echo ""
+sleep 1
 CMD="screen -d -m -S $SES $CMD"
 #echo "$CMD"
 $CMD