I have download a XnViewMP to my laptop
but how can i set this program to my default photo viewer ?
I'm using a ubuntu 8.10.
I edited the xnview.sh file like this, and changed the path
Code: Select all
#!/bin/sh
LD_LIBRARY_PATH=./
export LD_LIBRARY_PATH
cd /home/ray/Program/XnViewMP
./xnview
How can i edit the xnview.sh ?