![]() |
Run application automatically on boot
Is there an easy way to automatically run an application after booting up?
Specifically, I want to run osso-xterm. My touchscreen is getting flaky and unreliable, and I want some way of interacting with the system. Andy |
Re: Run application automatically on boot
do you have a screen protector on the lcd? if so, have you already tried if it's better without? there was a thread some days ago, where misbehaving touchscreens suddenly were like new after removing the screen protector...
|
Re: Run application automatically on boot
Yeah, I tried removing the screen protector. I tried reflashing too. Neither made any difference.
Thanks for the tip though. If you have any other thoughts, I'd love to hear them. |
Re: Run application automatically on boot
EDIT: my bad, didn't read it wasn't Maemo5...
|
Re: Run application automatically on boot
Quote:
|
Re: Run application automatically on boot
@gionni88: That doesn't seem to work for me (ctrl-shift-x). Any ideas why it wouldn't? My only thought of something that might interfere is Advanced SystemUI.
@maacruz: Yes, I have tried DT (and love it). Unfortunately it didn't help with my touchscreen issue. |
Re: Run application automatically on boot
Quote:
Where is osso-xterm located? is it /usr/bin/osso-xterm ? if so, you could try this (although I cannot confirm it will work, as I don't have any Diablo device): - Create file in /etc/init.d , for example /etc/event.d/runossoxterm.sh - Edit it to have contents: Code:
#!/bin/sh - Run "chmod a+x /etc/event.d/runossoxterm.sh" to make it executable - Finally run: Code:
update-rc.d runossoxterm.sh start 99 2 . |
Re: Run application automatically on boot
Use /etc/init.d instead of /etc/event.d and after chmod'ing it run:
Code:
update-rc.d runossoxterm.sh start 99 2 . |
Re: Run application automatically on boot
Quote:
|
Re: Run application automatically on boot
Many thanks! I get an error with the update-rc.d command:
Code:
update-rc.d: error: no <basename> Any ideas? |
All times are GMT. The time now is 00:13. |
vBulletin® Version 3.8.8