Quote:
Originally Posted by mergen3107
Thank knc1! I'll try that later.
Meanwhile I found a straightforward approach.
In line 6 of /extensions/leafpad/bin/leafpad.sh replace & with text file path:
Code:
${EXTENSION}/bin/leafpad "/mnt/us/test.txt"
|
Since you only needed to special case a single file, that should do the job just fine.