0

I'm getting following error message running an aplication:

(process:53978): dconf-CRITICAL **: 12:30:48.383: unable to create directory '/run/user/7093511/dconf': Permission denied. dconf will not work properly.

The problem is that I have permissions to write in /run/user/7093511 (700) so I'm really confused where that comes from.

Jeff Schaller
  • 67,283
  • 35
  • 116
  • 255
mwas01
  • 1

1 Answers1

0

You use selinux? Similar problem : https://bugzilla.redhat.com/show_bug.cgi?id=1795044

K-attila-
  • 642
  • No, selinux is disabled on the server. – mwas01 Aug 17 '21 at 11:11
  • https://unix.stackexchange.com/questions/434494/how-do-i-setup-user-autostart-and-properly-configure-systemd-user-services – K-attila- Aug 17 '21 at 11:20
  • Not quite the problem - I'm not impersonating any user via su - that message is displayed when I run a process myself. And I have permissions to create files in that directory. – mwas01 Aug 19 '21 at 08:29