Quote:
Originally Posted by knc1
Does:
"action": "/mnt/us/extensions/kterm", "parms" : "-e /mnt/us/local/mc/bin/mc"
work in the kual menu?
Note: check capitalization and syntax - I typed that from memory.
Note 2: You may have to edit in an rpath for the library so that you don't need to change the LIBRARY_PATH environment variable.
patchelf is the tool for that, it is posted somewhere around here as an attachment, probably in my ARMhf thread.
|
Sorry, knc1..
Some typos in both my and encol's scripts! Those "bin"s were being missed out!
I finally got it to work by(/mnt/us/extensions/mc/bin/mc.sh):
Code:
#!/bin/sh
export LD_LIBRARY_PATH=/mnt/us/local/lib
/mnt/us/extensions/kterm/bin/kterm -e /mnt/us/local/mc/bin/mc
# when started from launcher kterm doesn't kill keyboard (why?) so:
killall matchbox-keyboard
But... the screen is screwed up... See screenshot attached..
Oh Well.. I reached till here at least.. Have to see what to do next..