#1110967 gthumb: 769889 Replicated and worked around by moving /run/user/1000/dconf/user

Package:
gthumb
Source:
gthumb
Description:
image viewer and browser
Submitter:
Kingsley G. Morse Jr.
Date:
2025-08-13 02:55:02 UTC
Severity:
normal
#1110967#5
Date:
2025-08-13 02:53:51 UTC
From:
To:
Hi,

Thank you very much for generously sharing your
expertise to maintain gthumb.

I'm happy report I seem to have found a workaround
for a mysterious old bug.

It seems to me I may have replicated bug 769889 by
running gthumb.

    $ gthumb <a-directory>/<a-subdirectory> &

    (org.gnome.gThumb:1318): dconf-CRITICAL **: 19:00:16.845: unable to create file '/run/user/1000/dconf/user': Permission denied.  dconf will not work properly.


The ID of the user trying to run gthumb is 1000.

As you can see above, "1000" is in the path of the file
being complained about.


I fixed it by doing

    root$: mv /run/user/1000/dconf/user <another-directory>/<another-subdirectory>


Thanks,
Kingsley