View Single Post
Old 09-01-2016, 02:03 PM   #22
nasser
Evangelist
nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.
 
nasser's Avatar
 
Posts: 477
Karma: 445678
Join Date: Feb 2010
Device: Too many..
Quote:
Originally Posted by knc1 View Post
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..
Attached Thumbnails
Click image for larger version

Name:	wonky_mc.png
Views:	210
Size:	22.0 KB
ID:	151323  
nasser is offline   Reply With Quote