Tagged Questions
2
votes
1answer
222 views
Run autostart program in a terminal instead of having it run hidden in background
I have added to sudo nano /etc/xdg/lxsession/LXDE/autostart
the line:
python /path/to/script.py
This launches script.py on boot. Which is what I want. However, I can't see the output from ...
3
votes
1answer
387 views
Modify /etc/xdg/lxsession/LXDE/autostart before boot
I have some parameters that I would like to change in /etc/xdg/lxsession/LXDE/autostart, before it is run. I get the parameters from a grep command. I would like to feed them to the autostart file but ...