0

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.

1 Answers1

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