I am running simplymepis (deb/ubuntu/whatever variant) on a pretty recent PC - Celeron 3.3, nvidia 8500GT card, 2 gig of memory etc. So presumably that is OK
I downloaded the file XnView-x86-unknown-linux2.x-static-fc4.tgz file. Not too sure about this because i figure fc4 stands for Fedora Core 4, but what the hell - it was the only non rpm file available.
I untarred it to its own folder, changed to that folder, chmodded the install file and then ran ./install which is all i could think of:
Code: Select all
root@0[richard]#
root@0[richard]# cd /home/richard/downloads
root@0[downloads]# cd XnView-1.70-x86-unknown-linux2.x-static-fc4/
root@0[XnView-1.70-x86-unknown-linux2.x-static-fc4]# chmod +x install
root@0[XnView-1.70-x86-unknown-linux2.x-static-fc4]# ./install
OS : Linux, version 2.6.15-27-desktop
This script will install nview/nconvert/xnview in the /usr/local/bin directory
cp: cannot create regular file `/usr/lib/X11/app-defaults/XnView': No such file or directory
chmod: cannot access `/usr/lib/X11/app-defaults/XnView': No such file or directory
Done!
Given the error messages I thought the "Done!" was a bit optimistic but just in case I tried to run xnview and got a tiny gui which I could hardly read and which crashed if i tried to do anything - browse for a file, open a file etc.:
Code: Select all
root@0[XnView-1.70-x86-unknown-linux2.x-static-fc4]# xnview
** XnView v1.70 Copyright 1991-2005 Pierre-E Gougelet (Sep 6 2005/15:28:24) **
Version for Linux x86/Motif (All rights reserved)
** This is freeware software (for non commercial use)
Type xnview -help, for more information
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 45 (X_OpenFont)
Serial number of failed request: 1468
Current serial number in output stream: 1520
root@0[XnView-1.70-x86-unknown-linux2.x-static-fc4]#
Can anyone help please??
TIA
Richard