View Single Post
Old 04-21-2025, 10:50 AM   #1
PoP
 curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ
PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.
 
PoP's Avatar
 
Posts: 3,018
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
Launching KTERM from ;log runme

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} "$@"
Attached Files
File Type: zip runme.sh.zip (296 Bytes, 31 views)
PoP is offline   Reply With Quote