16th November 2016, 9:20
When you just change the startup file in settings, it will get overwritten and set to default again.. therefore just create a text file (for example in Kate) put in it this:
Save it with extension .sh
Via command line do this:
Add it into startup settings with Add script.
I have dropbox set like this and it works.
Code:
#!/bin/bash
bash -c "sleep 30 && plank"
Save it with extension .sh
Via command line do this:
Code:
chmod 755 file.sh
Add it into startup settings with Add script.
I have dropbox set like this and it works.