Autostart app
-
Hi, I would like to autostart a couple of applications, one is teleport, someone did it ?
PS
Autostarting a bash script works, running teleport from command line also works, but if I put the command in the bash script it doesn't work -
I found the solution, it was enough to delay the execution for a few seconds :
#!/bin/sh /bin/sleep 10 ; /usr/bin/ubuntu-app-launch uhome.pavelprosto_uHome_0.9.0
no need to start teleport (it is already running) I put in autostart Home screen
-