opie-taskbar: OPIE startup: Run OPIE on VT 3, as a workaround for psplash issues.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 11 Jan 2007 05:08:52 +0000 (05:08 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 11 Jan 2007 05:08:52 +0000 (05:08 +0000)
* 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.

packages/opie-taskbar/opie-taskbar/opie

index bfcfec2..b2677dd 100755 (executable)
@@ -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
 
     ;;