I'm trying to start a script in LXDE. I've added it to startup and after restart it starts up but in the background not in a terminal window. Any idea? Thank you.
Asked
Active
Viewed 308 times
1 Answers
0
What you want is a script that opens and runs in a terminal emulator.
Here is a guide on how to run the script in a terminal by Lekensteyn
Make another script like this that calls your script in a terminal and add it to startup.
x-terminal-emulator -e /home/user/hacky your-old-script optional arguments here
dangerman
- 51