Skip to content
Snippets Groups Projects
Commit dba86a7b authored by Bob Mottram's avatar Bob Mottram
Browse files

mate-terminal option sequence

parent 514a3c4c
No related branches found
No related tags found
No related merge requests found
......@@ -813,7 +813,7 @@ function mesh_client_startup_applications {
echo 'Name=Set Username' >> $START_DESKTOP3
echo 'Type=Application' >> $START_DESKTOP3
echo 'Comment=Set username' >> $START_DESKTOP3
echo "Exec=mate-terminal -e --geometry=1x1 \"bash -c /home/${MY_USERNAME}/mesh-desktop.sh\"" >> $START_DESKTOP3
echo "Exec=mate-terminal --geometry=1x1 -e \"bash -c /home/${MY_USERNAME}/mesh-desktop.sh\"" >> $START_DESKTOP3
echo 'Icon=user-away' >> $START_DESKTOP3
echo 'Terminal=false' >> $START_DESKTOP3
echo 'Categories=Application;' >> $START_DESKTOP3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment