The Following User Says Thank You to Kabouik For This Useful Post: | ||
![]() |
2014-04-05
, 13:06
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#2
|
![]() |
2014-04-06
, 02:24
|
Posts: 1,336 |
Thanked: 3,932 times |
Joined on Jul 2010
@ Brittany, France
|
#3
|
[Desktop Entry] Type=Application X-Nemo-Application-Type=silica-qt5 Name=Launchapps Icon=harbour-tethering-gui Exec=/home/nemo/Downloads/Launchapps.sh
#!/bin/sh echo "Launching apps..." jolla-email & jolla-messages & fingerterm & harbour-medard & battery-monitor & apkd-launcher /data/app/info.toyonos.hfr4droid-2.apk info.toyonos.hfr4droid/info.toyonos.hfr4droid.common.activity.SplashActivity & harbour-fbreader & harbour-communi & harbour-networkmonitor & harbour-jolla2gether & harbour-quicklauncher & harbour-quickddit & harbour-tweetian & harbour-webcat & jolla-clock & echo "All apps launched, hopefully." exit 0
So I guess a script with a .desktop file to execute it would be ideal, but I'm not sure how to do that. What is the correct syntax to launch several applications at once from command line? I am no developper and I am not an experienced Linux user either, tried "&&" between app names but it did not work, the terminal being busy with the first app launched. In addition, even launching single applications from terminal seems to produce some errors or bad results in most cases, try "jolla-contacts" for instance.
The plan would be to have two or three .desktop files corresponding to different schemes, like basic stuff, heavy toolkit, home, trip, or anything.
Any help would be greatly appreciated!
Last edited by Kabouik; 2014-04-04 at 22:48.