Search found 60 matches

by djcj
Fri Aug 15, 2014 4:34 pm
Forum: MP - Suggestions
Topic: RPM packages
Replies: 5
Views: 2308

Re: RPM packages

Maybe you want to add the usage of chrpath to delete the pointless runpaths from the ELF files, like I did: https://github.com/darealshinji/xnviewm ... pec.in#L21
by djcj
Fri Aug 15, 2014 12:39 am
Forum: New
Topic: Linux: can't set wallpaper
Replies: 9
Views: 2914

Re: Linux: can't set wallpaper

I figured out how to set the wallpaper for MATE in console:
gsettings set org.mate.background picture-filename /usr/share/backgrounds/linuxmint/default_background.jpg

To display it zoomed, stretched or whatever:
gsettings set org.mate.background picture-options wallpaper
gsettings set org.mate ...
by djcj
Tue Aug 12, 2014 9:21 am
Forum: MP - Suggestions
Topic: RPM packages
Replies: 5
Views: 2308

Re: RPM packages

bitzbox wrote:I'm assuming that this should build an RPM package which should work on any RPM-based distribution.
Probably, as XnView includes exiftools and Qt. I reworked my script a little so that it asks for the right path to the system exiftools libraries, which differs on RPM distros.
by djcj
Sun Aug 03, 2014 11:41 am
Forum: MP - Suggestions
Topic: RPM packages
Replies: 5
Views: 2308

RPM packages

There are no RPM packages provided for XnViewMP, so I made a quick lookup on how to build RPMs and created a spec file and scripts to do that:
https://github.com/darealshinji/xnviewmp-rpm

However, I'm running Ubuntu, so I can't really check how good those packages work. Maybe someone who's ...
by djcj
Thu Jul 24, 2014 1:07 am
Forum: MP - Suggestions
Topic: Build "cleaner" Debian packages
Replies: 2
Views: 1516

Re: Build "cleaner" Debian packages

Unfortunately I don't know much about RPM packaging.
But replacing XnView's ExifTool with the system one's is relatively easy.

Let's assume xnview is installed in /usr/lib/xnviewmp:
# delete xnview's exiftools
rm -rf /usr/lib/xnviewmp/AddOn/lib/File
rm -rf /usr/lib/xnviewmp/AddOn/lib/Image
rm -f ...
by djcj
Fri Jun 20, 2014 3:35 pm
Forum: MP - Suggestions
Topic: Build "cleaner" Debian packages
Replies: 2
Views: 1516

Build "cleaner" Debian packages

Can you build cleaner Debian packages for future releases?
Here's the Lintian output from the current 64 bit package:
djcj: Downloads $ lintian XnViewMP-linux-x64.deb
E: xnview: binary-or-shlib-defines-rpath opt/XnView/Plugins/IlmImf.so /home/pierre/viewer/Plugins/OpenEXR/ilmbase-1.0.2/lib
E ...
by djcj
Fri May 30, 2014 1:04 am
Forum: XnConvert
Topic: Linux: 64 bit packages contain 32 bit plugins
Replies: 1
Views: 1126

Linux: 64 bit packages contain 32 bit plugins

As the title says. This should definitely be fixed.
by djcj
Thu May 01, 2014 8:29 pm
Forum: Customization
Topic: Ubuntu packages
Replies: 14
Views: 20854

Re: Ubuntu packages using system libs

I took some time and re-packaged the Debian package. I tried to get rid of all Lintian error messages and warnings and added every file that should be available in a package (manpage, hicolor icons, proper Debian copyright file, etc.). Then I removed everything that is available through the package ...
by djcj
Mon Apr 07, 2014 6:35 am
Forum: New
Topic: Linux: can't set wallpaper
Replies: 9
Views: 2914

Re: Linux: can't set wallpaper

Which desktop environments does it actually support?
by djcj
Thu Apr 03, 2014 3:12 pm
Forum: New
Topic: Linux: can't set wallpaper
Replies: 9
Views: 2914

Linux: can't set wallpaper

This issue doesn't seem to be new: http://newsgroup.xnview.com/viewtopic.php?f=62&t=27245&p=108215&hilit=wallpaper#p108215

When I had the console open while trying to save as wallpaper I couldn't find anything unusual. It just shows "####update menu####" after each try. I'm a bit curious how that's ...
by djcj
Mon Mar 31, 2014 1:09 pm
Forum: MP - Suggestions
Topic: Please support the Microsoft Office Document thumbs
Replies: 6
Views: 3170

Re: Please support the Microsoft Office Document thumbs

Can you support thumbnails of the OpenDocument format too? Implementation of that should be relatively easy, since OpenDocuments are basically ZIP archives containing XML files, and pre-processed thumbnails are stored inside at Thumbnails/thumbnail.png .

Here are some example files:
http://api ...
by djcj
Mon Mar 31, 2014 12:36 pm
Forum: MP - Suggestions
Topic: Resizing animated GIF
Replies: 0
Views: 615

Resizing animated GIF

Can you enable resizing of animated gifs, so that the resized pictures are still animated?
by djcj
Sun Mar 16, 2014 8:41 pm
Forum: Customization
Topic: Ubuntu packages
Replies: 14
Views: 20854

Re: Ubuntu packages using system libs

I have updated the first post. Instead of a script I now offer you a tiny dummy package for Ubuntu which downloads and installs the program.

@xnview: For future releases I could help you to create Debian packages which are more acurate to the Debian guidelines. Just send me an email. :wink:
by djcj
Thu Jan 09, 2014 3:56 pm
Forum: Customization
Topic: Ubuntu packages
Replies: 14
Views: 20854

Re: Shell script to create Deb package using system libs

Interresting, I didn't know that. What exactly is the difference between XnView's Qt libs and the regular ones?
by djcj
Wed Jan 08, 2014 4:17 pm
Forum: Customization
Topic: Ubuntu packages
Replies: 14
Views: 20854

Ubuntu packages

I have written a script (Makefile) that downloads XnViewMP and creates a proper Debian package without unavoidable Lintian warnings and with a correct dependency line.

Download: https://github.com/darealshinji/debian/archive/master.tar.gz
Browse: https://github.com/darealshinji/debian/tree/master ...