Search found 60 matches

by pangwolin
Fri Apr 28, 2017 3:44 pm
Forum: Closed/Resolved
Topic: 0.85 Linux: crash after file(s) are deleted or moved
Replies: 14
Views: 3403

Re: 0.85 Linux: crash after file(s) are deleted

Sure thing, here attached is my xnview.ini file.

I just tested moving a directory with files in them through the browser mode, and it crashed too. So it's definitely trigger by moving files around (since files are moved to trash when deleted too). The files are properly moved though, it's probably ...
by pangwolin
Wed Apr 26, 2017 9:28 pm
Forum: Closed/Resolved
Topic: 0.85 Linux: crash after file(s) are deleted or moved
Replies: 14
Views: 3403

Re: 0.85 Linux: crash after file(s) are deleted

The crash happens with any file really. Tested with PNG and JPG files, both colors, greyscale, various sizes
by pangwolin
Fri Apr 21, 2017 12:23 am
Forum: Closed/Resolved
Topic: 0.85 Linux: crash after file(s) are deleted or moved
Replies: 14
Views: 3403

Re: 0.85 Linux: crash after file(s) are deleted

I just deleted 46 files that way, P115.jpg to P160.jpg from a directory called /diskB/2016-04/No.13/ and it crashed.

I used strace to inspect what happened, attached is the end of the log around the part where I was dealing with these files.
Also attached the corresponding syslog for that ...
by pangwolin
Thu Apr 20, 2017 11:29 pm
Forum: Closed/Resolved
Topic: 0.85 Linux: crash after file(s) are deleted or moved
Replies: 14
Views: 3403

0.85 Linux: crash after file(s) are deleted or moved

XnView: MP 0.85 and 0.86 - 64 bit
OS: Linux 64bit

Description:
XnViewMP crashes when a file is deleted (via shortcut) in the browser mode. It crashes also while in viewer mode when immediately reading the other files in working directory very quickly after a file has been deleted (using mouse wheel ...
by pangwolin
Mon Apr 17, 2017 7:20 pm
Forum: Retest
Topic: 0.85 Linux: config file path discovery is now messed up -> broken custom keyboard shortcuts!
Replies: 13
Views: 3773

Re: 0.85 Linux - custom keyboard shortcuts don't work anymore

Oh wow. I think I found the problem.

Copying the default.keys to /opt/ did lead to the file being read, and the shortcuts work again!
Same for the bar, it's not restored as well:

sudo cp ~/.config/xnviewmp/default.keys /opt/xnviewmpdefault.keys
sudo cp ~/.config/xnviewmp/default.bar /opt ...
by pangwolin
Mon Apr 17, 2017 7:09 pm
Forum: Retest
Topic: 0.85 Linux: config file path discovery is now messed up -> broken custom keyboard shortcuts!
Replies: 13
Views: 3773

0.85 Linux: config file path discovery is now messed up -> broken custom keyboard shortcuts!

XnViewMP 0.85 x64
Linux x64

The default.keys seems to be read and loaded by xnviewmp, but my custom shortcuts don't do anything since I updated to this new 0.85 version.
In strace I used to see:
open("/home/user/.config/xnviewmp/default.keys", O_RDONLY|O_CLOEXEC) = 10
This file is never loaded ...
by pangwolin
Fri Jan 27, 2017 1:17 am
Forum: New
Topic: [Linux] Qt5 theme is reset when loading file again
Replies: 1
Views: 588

Re: [Linux] Qt5 theme is reset when loading file again

I understand what's going on now:

If the "Fusion" theme is selected in XnviewMP, it will override any theming done by the OS.

However, somehow in the latest version it's not working as it used to anymore. I can't apply the QtCurve theme anymore without losing the dark colors.

Not a big deal ...
by pangwolin
Sat Jan 21, 2017 2:53 am
Forum: New
Topic: [Linux] Qt5 theme is reset when loading file again
Replies: 1
Views: 588

[Linux] Qt5 theme is reset when loading file again

This is in my current xnview.sh (starting script):

export QT_DEBUG_PLUGINS=1
# this is needed to fix the font rendering issue
export QT_QPA_PLATFORMTHEME=qt5ct
# this doesn't work apparently
export QT_STYLE_OVERRIDE="Breeze"


I need qt5ct to override the default theme because I don't use a ...
by pangwolin
Fri Dec 16, 2016 8:19 pm
Forum: Closed/Resolved
Topic: KDE: XnView doesn't use user system font
Replies: 8
Views: 1680

Re: KDE: XnView doesn't use user system font

XnVew is the only program that glitches with libfontconfig.so.1.9.2 on my system.
I have tried with a libfontconfig.so.1.9.0 from an ubuntu 16.04.1 install, same glitch and error.

Anyway, I have managed to fix the font being the wrong one by doing this (thanks to the Arch Linux AUR users )
* mv qt ...
by pangwolin
Thu Dec 15, 2016 11:30 pm
Forum: Closed/Resolved
Topic: KDE: XnView doesn't use user system font
Replies: 8
Views: 1680

Re: KDE: XnView doesn't use user system font

After doing an strace xnviewmp &> /tmp/xnview_strace , I noticed that XnViewMP tries to load libraries from a LOT of non existing paths. Which explains why it's so slow to start!

Then, I see this output regarding the missing fontconfig config:
open("/etc/fonts/fonts.conf", O_RDONLY|O_CLOEXEC ...
by pangwolin
Thu Dec 15, 2016 3:54 pm
Forum: Closed/Resolved
Topic: 0.78 Linux: Interface font should not be monospace
Replies: 3
Views: 833

Re: Interface font should not be monospace

I have the exact same issue on Arch/Antergos Linux.

I don't think it's a monospace font though. Anyway, only XnView seems to do that. It must be something to do with Qt somewhere...

I'd like to add that this error seems to slow down XnView during startup, it's busy for a few good seconds after ...
by pangwolin
Wed Dec 14, 2016 9:00 pm
Forum: Closed/Resolved
Topic: KDE: XnView doesn't use user system font
Replies: 8
Views: 1680

Re: KDE: XnView doesn't use user system font

I have the same issue on Antergos (Arch based). Not using KDE though, installed with XFCE but I'm using i3 window manager.

Running lsof -p $(pgrep XnView) | awk '/fonts/ {print $NF}'
I get
/usr/share/fonts/TTF/NanumGothic-Regular.ttf
/usr/share/fonts/TTF/DroidSansJapanese.ttf
/usr/share/fonts/TTF ...
by pangwolin
Mon Dec 05, 2016 11:11 am
Forum: MP - Suggestions
Topic: Linux: Change date format displayed in browser
Replies: 6
Views: 1130

Re: Change default date format in file listings

Bu... but I'm not using Windows! :(

And as I said, it doesn't depend on how the operating system displays date because it's certainly hard coded in xnview somehow.
by pangwolin
Sun Dec 04, 2016 11:47 pm
Forum: MP - Suggestions
Topic: Linux: Change date format displayed in browser
Replies: 6
Views: 1130

Re: Change default date format in file listings

I'm not sure if we are talking about the same thing.

I see no option anywhere to change the date format displayed in the file browser.
In the "File list" dialog, there is no setting about it.

There is nothing in the xnview.ini either. I suspect this is hard coded.

For comparison, the "default ...
by pangwolin
Sat Dec 03, 2016 2:47 pm
Forum: MP - Suggestions
Topic: Linux: Change date format displayed in browser
Replies: 6
Views: 1130

Linux: Change date format displayed in browser

It would be really nice to be able to tweak the date / time format in file listing (on Linux, don't know about the Windows side).

Currently, the format is too long and oddly shaped, with PM/AM time and out of order date:
* currently: MONTH/DAY/YEAR time in 12 hours format plus timezone region ...