Search found 1 match

by Flashbaer
Wed Nov 04, 2009 10:33 am
Forum: MP - Suggestions
Topic: Shell Starter
Replies: 4
Views: 2229

Shell Starter

Hi there,

I just installed XnView MP and just enjoyed running it on Ubuntu 9.04 :-)

I have a small suggestion about the starter-skript xnview.sh: to let it start from every folder I want to, I changed the skript to this:
#!/bin/sh

XNVIEW_FOLDER=$(echo $0 | sed -e 's/\/[^\/]*$//');

LD_LIBRARY ...