I can't see the KTERM terminal window when launching it with
;log runme in the search box of my PW3 and PW4.
In my firmware 5.13.3
;log runme works fine for other
runme.sh scripts stored at /mnt/us (the USB file system).
The script also correctly launches a second terminal when invoked from a KTERM terminal window (launched from KUAL).
Alas, when invoked from
;log runme the Kindle doesn't make the terminal window visible. It stays on the home screen
Any idea?
This is the script (also attached):
Code:
#!/bin/sh
EXTENSION=/mnt/us/extensions/kterm
PARAM="-l ${EXTENSION}/layouts/keyboard-landscape.xml"
export TERM=xterm TERMINFO=${EXTENSION}/vte/terminfo
${EXTENSION}/bin/kterm ${PARAM} "$@"