Bob Mottram 8 years ago
parent
commit
b987c5f2b8
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise View File

@@ -645,7 +645,7 @@ function mesh_client_startup_applications {
645 645
     echo 'Name=Set Username' >> $START_DESKTOP3
646 646
     echo 'Type=Application' >> $START_DESKTOP3
647 647
     echo 'Comment=Set username' >> $START_DESKTOP3
648
-    echo "Exec=mate-terminal -e bash -c \"/home/${MY_USERNAME}/mesh-desktop.sh\"" >> $START_DESKTOP3
648
+    echo "Exec=mate-terminal -e \"bash -c /home/${MY_USERNAME}/mesh-desktop.sh\"" >> $START_DESKTOP3
649 649
     echo 'Icon=user-away' >> $START_DESKTOP3
650 650
     echo 'Terminal=false' >> $START_DESKTOP3
651 651
     echo 'Categories=Application;' >> $START_DESKTOP3