Skip to content

Revert qtbase: "QStandardPaths: Don't change permissions of XDG_RUNTIME_DIR"

This still needs to be reverted temporarily, otherwise users will be hitting issues like [1]. There is an upstream PR for bubblewrap which should in future fix this issue [2]. Until then, we need this to be reverted.

Without it, running a Qt app will keep reporting: QStandardPaths: wrong permissions on runtime directory /run/user/1000, 0755 instead of 0700

[1] - https://github.com/flathub/org.kde.KStyle.Adwaita/issues/6

[2] - https://github.com/containers/bubblewrap/pull/406

Merge request reports