View Single Post
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#7
Originally Posted by akorvemaker View Post
@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.
Well, gionni88 probably didn't know you posted in Diablo section, as this is shortcut for running terminal in Maemo 5 on N900

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
/usr/bin/osso-xterm
- Save, exit
- Run "chmod a+x /etc/event.d/runossoxterm.sh" to make it executable
- Finally run:
Code:
update-rc.d runossoxterm.sh start 99 2 .
EDIT: Thanks auouymous! Of course you are right

Last edited by misiak; 2011-05-26 at 08:21.
 

The Following User Says Thank You to misiak For This Useful Post: