i have had no luck with autostart. i got terminal to start by simply adding it to the autostart list in the configuration module
for some reason none of the scripts are working. this is what i try:
in vi editor type
#!/bin/bash
mpd
save as ./mpdlaunch.sh. then right click on file, properties, and set to executable. i have done this before with success, but nothing is happening now. here is the one i made that worked before, but does nothing now:
#!/bin/bash
killall conky
conky
this should be simple. what is up??
if i move them to the desktop they work?? but i do not want them on the desktop. also, can i have the script run them in Konsole?