View Single Post
Old 10-10-2012, 02:20 PM   #144
baf
Evangelist
baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.
 
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
Quote:
Originally Posted by Lydovig View Post
Maybe I made ​​a mistake in the script.
You are opening second instance of keyboard.

Spoiler:
Code:
#!/bin/sh
EXTENSION=/mnt/us/extensions/evilvte
export HOME=${EXTENSION}/settings

export GTK_IM_MODULE=kindle

init_orientation=`/usr/bin/lipc-get-prop com.lab126.winmgr orientationLock`
/usr/bin/lipc-set-prop com.lab126.winmgr orientationLock U
/usr/bin/lipc-set-prop -s com.lab126.keyboard open net.fabiszewski.evilvte:Abc:1

${EXTENSION}/bin/evilvte

/usr/bin/lipc-set-prop com.lab126.winmgr orientationLock ${init_orientation}
/usr/bin/lipc-set-prop -s com.lab126.keyboard close net.fabiszewski.evilvte
baf is offline   Reply With Quote