xnview wrote: Thu Nov 09, 2023 9:32 am
what do you have in Settings>Integration>Paths?
I am on a Windows 10 machine with the very latest MS software. When I installed 1.6.1, XNView suddenly
lost all my settings upon exit. I then uninstalled and installed 1.6.0. Same result. I uninstalled and have now
gone through 1.5.5 and 1.4.0 with the same result. When I change my settings exactly where does XNView save it
and in what format? I've looked in the registry and in my "AppData\." directory and see nothing of interest.
Very frustrating. Every time I start XNViewMP I have to go through my 4 or 5 settings and reset them
and test them.
Any help on what I and/or Windows are doing wrong would be greatly appreciated.
Is there a very simple test I can do to check whether XNViewMP is doing the right thing?
I don't recognize Settings>"Integration>Paths". I don't know what that is and there is no
"Integration" or "Paths" in my settings window.
Ed Bradford
I fixed it. After installing a lot of stuff, I went to appdata\roaming\XNViewMP and saw this:
C:\egb\AppData\Roaming\XnViewMP>ls -l
total 13847592
-rwxr--r--+ 1 egb None 14130028544 Nov 9 21:41 Thumb.db
-rwxr--r--+ 1 egb None 49864704 Nov 9 22:57 XnView.db
-rwxr--r--+ 1 egb None 739 Nov 9 22:58 default.bar
-rwxr--r--+ 1 egb None 6254 Nov 9 22:58 default.keys
-rwx------+ 1 egb None 27042 Sep 24 02:19 xnview.ini
I then did this (I have cygwin installed on all my windows machines):
C:\egb\AppData\Roaming\XnViewMP>chmod 0664 *
Resulting in this:
C:\egb\AppData\Roaming\XnViewMP>ls -l
total 13847592
-rw-rw-r--+ 1 egb None 14130028544 Nov 9 21:41 Thumb.db
-rw-rw-r--+ 1 egb None 49864704 Nov 9 22:57 XnView.db
-rw-rw-r--+ 1 egb None 739 Nov 9 22:58 default.bar
-rw-rw-r--+ 1 egb None 6254 Nov 9 22:58 default.keys
-rwx------+ 1 egb None 26584 Nov 9 23:08 xnview.ini
Before all this I had to change
C:\egb\AppData\Roaming\XnViewMP>chown egb xnview.ini
Once the "chown egb xnview.ini" was done and the allowing of everyone to read and
me and my "group" (??) to write, everything worked in 1.5.5. Now I will remove
1.5.5. and install 1.6.1. Stay tuned to this thread.
CONFIRMED. 1.6.1 behaves as expected. The issue is with ownership
and permissions in the AppData/Roaming/XNViewMP/ directory. Changed
ownership to egb and made all files readable by everyone and all files writable
by me and my group.
ISSUE RESOLVED on 2023-11-09 for 1 up-to-date Windows 10 machine.
Ed