Search found 60 matches

by djcj
Fri Oct 30, 2015 8:03 pm
Forum: MP - General Support
Topic: [Solved] Can't start in 0.76
Replies: 17
Views: 4243

Re: Can't start in 0.76

The xcb plugin is at lib/platforms/libqxcb.so.
Did you export the plugin and library paths before starting the binary?

Code: Select all

cd /path/to/xnview
export LD_LIBRARY_PATH="$PWD/lib"
export QT_PLUGIN_PATH="$PWD/lib"
./XnView
by djcj
Fri Oct 30, 2015 6:33 am
Forum: New
Topic: Linux: 32-bit plugin in 64-bit package
Replies: 2
Views: 343

Linux: 32-bit plugin in 64-bit package

The rwz_sdk plugin in the 64 bit version is a 32 bit plugin:
$ file Plugins/rwz_sdk.so
Plugins/rwz_sdk.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=5b08dbe73ad361e4748caf05e31224f8b4551957, stripped
by djcj
Fri Oct 30, 2015 6:26 am
Forum: MP - Suggestions
Topic: Point out that it's version 0.76.1
Replies: 1
Views: 1275

Point out that it's version 0.76.1

Can you please point out on the download page that the current version is 0.76.1?
by djcj
Fri Oct 30, 2015 6:24 am
Forum: MP - General Support
Topic: [Solved] Can't start in 0.76
Replies: 17
Views: 4243

Re: Can't start in 0.76

Does it help if you remove the libraries from the lib directory and resolve the dependencies with your package manager?
by djcj
Thu May 21, 2015 5:10 pm
Forum: New
Topic: v0.72: svg file decoding sometimes broken
Replies: 1
Views: 711

v0.72: svg file decoding sometimes broken

SVG images are sometimes displayed incorrectly, see attachment (left: XnView MP, right: Inkscape).
I'm using version 0.72 for Linux 64 bit.
by djcj
Wed Jan 21, 2015 10:41 pm
Forum: XnRetro, XnSketch, ...
Topic: Ubuntu 12.04 XnView Retro Desktop Will Not Save Image
Replies: 8
Views: 15479

Re: Ubuntu 12.04 XnView Retro Desktop Will Not Save Image

Try to install all the runtime dependencies: sudo apt-get install libfontconfig1:i386 libfreetype6:i386 libglib2.0-0:i386 libgstreamer-plugins-base0.10-0:i386 libgstreamer0.10-0:i386 libice6:i386 libjpeg62:i386 libpng12-0:i386 libqt4-svg:i386 libsm6:i386 libx11-6:i386 libxext6:i386 libxml2:i386 libx...
by djcj
Thu Jan 01, 2015 3:04 pm
Forum: New
Topic: Linux: can't set wallpaper
Replies: 7
Views: 1956

Re: Linux: can't set wallpaper

Ubuntu, Unity not supported? Is there way around this? :| On Unity it seems to be almost the same as in MATE: gsettings set org.gnome.desktop.background picture-uri /usr/share/backgrounds/linuxmint/default_background.jpg I don't use Unity or Gnome so I can't test this. Can you confirm that this wor...
by djcj
Thu Jan 01, 2015 2:58 pm
Forum: MP - Suggestions
Topic: Support for emf and gzip compressed images
Replies: 0
Views: 612

Support for emf and gzip compressed images

Can you please support EMF images? The only program on my OS (Ubuntu) which can handle it at the moment is LibreOffice. Can you make XnViewMP read gzip and bzip2 compressed images? Gimp for example can do this and for some formats like xcf or svg saving and reading them gzip compressed isn't that un...
by djcj
Thu Dec 25, 2014 1:54 am
Forum: XnRetro, XnSketch, ...
Topic: XnRetro don't start on Ubuntu 14.04 x64 (libstdc++.so.6)
Replies: 17
Views: 32759

Re: XnRetro don't start on Ubuntu 14.04 x64 (libstdc++.so.6)

It's not working because it's a 32 bit program (why is there no 64 bit version?), which needs 32 bit libraries. If you want to install all runtime dependencies on your system, run this in a console: sudo apt-get install lib32gcc1 lib32stdc++6 libc6-i386 libfontconfig1:i386 libfreetype6:i386 libglib2...
by djcj
Wed Dec 24, 2014 7:28 pm
Forum: MP - Suggestions
Topic: Support for BPG image format
Replies: 1
Views: 1181

Support for BPG image format

BPG (Better Portable Graphics) is a new image format, "based on a subset of the HEVC open video compression standard". The source code for the decoding library is available at http://bellard.org/bpg/ . You can compile a static library (or with some modification a shared library) from it which would ...
by djcj
Fri Nov 21, 2014 6:56 pm
Forum: Customization
Topic: Ubuntu packages
Replies: 14
Views: 15736

Re: Ubuntu packages

Video doen't work if libQtOpenGL is not here?? It does, but that wasn't my point. If I add libQtOpenGL it doesn't depend on any more system Qt libs. Though it's probably better to use more system libs, because of security updates. Anyway, I did a check and video preview does work for me on Ubuntu 1...
by djcj
Wed Nov 19, 2014 8:01 pm
Forum: Customization
Topic: Ubuntu packages
Replies: 14
Views: 15736

Re: Ubuntu packages

It's libphonon_gstreamer.so:

Code: Select all

djcj ~ $ LANG=C readelf -d /usr/lib/xnviewmp/lib/phonon_backend/libphonon_gstreamer.so | grep libQtOpenGL
 0x0000000000000001 (NEEDED)             Shared library: [libQtOpenGL.so.4]
by djcj
Wed Nov 19, 2014 3:00 pm
Forum: Customization
Topic: Ubuntu packages
Replies: 14
Views: 15736

Re: Ubuntu packages

xnview wrote:But in the package you have already the qt library??
libQtOpenGL.so.4 is required by some of the libraries or binaries inside the package, but it's missing from your release tarball.
by djcj
Sun Nov 16, 2014 9:36 am
Forum: Customization
Topic: Ubuntu packages
Replies: 14
Views: 15736

Re: Ubuntu packages

I had re-uploaded my packaging repository. Download link in first post was updated. Here are the build scripts: https://github.com/darealshinji/debian/tree/master/xnviewmp https://github.com/darealshinji/debian/tree/master/xnviewmp-all-libs xnviewmp-all-libs will install the missing libqt4-opengl li...
by djcj
Mon Oct 13, 2014 3:18 pm
Forum: Customization
Topic: Ubuntu packages
Replies: 14
Views: 15736

Re: Ubuntu packages

I've updated the scripts to build packages of version 0.69. I've also updated the description in the first post.