I get the error "Error: Can't open file" if I try to capture a window on Solaris.
File-capture->Select a Window
Can't open file </var/tmp/aaauza4xn>
I can, and have been for a long time, working around it by
File->capture->Single window. That will work fine.
I am trying to upgrade to 1.68 xnview to see if it goes away. But, 1.68 is giving me other trouble to install.... which I will post separately.
Thanks for all advices on this.
Philip
Problems capturing window (Solaris)
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 44917
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Problems capturing window (Solaris)
Which version?Philip wrote:I get the error "Error: Can't open file" if I try to capture a window on Solaris.
File-capture->Select a Window
Can't open file </var/tmp/aaauza4xn>
I can, and have been for a long time, working around it by
File->capture->Single window. That will work fine.
Pierre.
-
- Author of XnView
- Posts: 44917
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
No in fact, ksh xnview.sh (Korn shell) should work with -e file condition...xnview wrote:Ok, i check. And sh xnview.sh?Philip wrote:%> ./xnview.sh
./xnview.sh: test: unknown operator /sbin/uname
%>
%> /sbin/uname
SunOS
%>
Pierre.
To work in both shell (sh or ksh) xnview.sh should be written with
-x file conditon (file exists and is executable):
if [ -x /sbin/uname -o -x /bin/uname ]; then