diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-11 05:08:52 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-11 05:08:52 +0000 |
commit | d8059daeb3ea904528c4f2f3216194398bc869e9 (patch) | |
tree | 8546300b2019ccd33d7741b96f5f04ddf8a2002e /packages/opie-taskbar | |
parent | 113e0ce1af9ea499947a9aa7e70e734782822b1d (diff) |
opie-taskbar: OPIE startup: Run OPIE on VT 3, as a workaround for psplash issues.
* psplash is finished properly before starting OPIE, it just leaves VTs in weird
state. It seems that actually OPIE cannot change VT to 2 after psplash, and instead
starts on VT 1, with console input activated, etc (i.e. user can type over
graphical framebuffer). Using VT 3 works ok.
Diffstat (limited to 'packages/opie-taskbar')
-rwxr-xr-x | packages/opie-taskbar/opie-taskbar/opie | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/opie-taskbar/opie-taskbar/opie b/packages/opie-taskbar/opie-taskbar/opie index bfcfec2785..b2677ddc0d 100755 --- a/packages/opie-taskbar/opie-taskbar/opie +++ b/packages/opie-taskbar/opie-taskbar/opie @@ -44,7 +44,7 @@ case $1 in if [ -x "$OPIEDIR/bin/opie-login" ]; then echo Starting Opie-login.... - $OPIEDIR/bin/opie-login -terminal 2 + $OPIEDIR/bin/opie-login -terminal 3 else $OPIEDIR/bin/opie-reorgfiles if [ -x /usr/bin/ssh-agent ]; then @@ -57,7 +57,7 @@ case $1 in export SSH_ASKPASS=$OPIEDIR/bin/opie-sh-ssh-askpass.sh fi echo Starting Opie.... - $SSHAGENT $OPIEDIR/bin/qpe -terminal 2 + $SSHAGENT $OPIEDIR/bin/qpe -terminal 3 fi ;; |