Kaynağa Gözat

Don't need the set username script

Bob Mottram 7 yıl önce
ebeveyn
işleme
153afb2bd9
1 değiştirilmiş dosya ile 0 ekleme ve 12 silme
  1. 0
    12
      src/freedombone-image-customise

+ 0
- 12
src/freedombone-image-customise Dosyayı Görüntüle

@@ -812,18 +812,6 @@ function mesh_client_startup_applications {
812 812
     echo "Exec=bash -c '~/mesh-desktop.sh'" >> $START_DESKTOP2
813 813
     echo 'X-GNOME-Autostart-enabled=true' >> $START_DESKTOP2
814 814
     chmod +x $START_DESKTOP2
815
-
816
-    START_DESKTOP3=$rootdir/home/$MY_USERNAME/.config/autostart/set_username.desktop
817
-    echo '[Desktop Entry]' > $START_DESKTOP3
818
-    echo 'Version=1.0' >> $START_DESKTOP3
819
-    echo 'Name=Set Username' >> $START_DESKTOP3
820
-    echo 'Type=Application' >> $START_DESKTOP3
821
-    echo 'Comment=Set username' >> $START_DESKTOP3
822
-    echo "Exec=mate-terminal --geometry=1x1 -e \"bash -c /home/${MY_USERNAME}/mesh-desktop.sh\"" >> $START_DESKTOP3
823
-    echo 'Icon=user-away' >> $START_DESKTOP3
824
-    echo 'Terminal=false' >> $START_DESKTOP3
825
-    echo 'Categories=Application;' >> $START_DESKTOP3
826
-    chmod +x $START_DESKTOP3
827 815
 }
828 816
 
829 817
 function mesh_desktop_icons {