Search found 2 matches
- Tue May 05, 2009 7:01 am
- Forum: General Help
- Topic: autostart script
- Replies: 2
- Views: 8056
Re: autostart script
none of them worked, here's what I did: create /etc/xdg/autostart/someentry.desktop containing: [Desktop Entry] Name=Somename Comment=Scanner Type=Application Exec=/home/knoppix/somescript.py Terminal=false X-GNOME-Autostart-enabled=true I also wanted to run a root mount script, which I did by creat...
- Mon May 04, 2009 3:20 pm
- Forum: General Help
- Topic: autostart script
- Replies: 2
- Views: 8056
autostart script
I'm trying to autostart a Python GUI script after LXDE launches (remaster Knoppix 6) I've tried creating a /home/knoppix/.config/somescript.desktop file which contains: [Desktop Entry] Type=Application Exec=/home/knoppix/somescript.py and that didn't work, neither did creating ~./.config/openbox/aut...