public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Enable xdg-user-dirs service to fix creation races (#2319081)
@ 2026-08-10 9:36 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-08-10 9:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 92d7c51446f9b4ba7d4b3e12ff5f8fdef28754d2
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2025-02-18T07:21:56-05:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/92d7c51446f9b4ba7d4b3e12ff5f8fdef28754d2?branch=f45
Log:
Enable xdg-user-dirs service to fix creation races (#2319081)
This was historically run through xdg-autostart, which isn't
supported by all desktops and tended to race with the desktop
startup. Switching to the systemd unit should ensure these issues
go away.
---
diff --git a/90-default-user.preset b/90-default-user.preset
index 840e3e3..bb0b1fa 100644
--- a/90-default-user.preset
+++ b/90-default-user.preset
@@ -37,3 +37,6 @@ enable hidpipe.socket
# https://bugzilla.redhat.com/show_bug.cgi?id=2323365
enable mpris-proxy.service
+# Ensure xdg-user-dirs are created properly
+# https://bugzilla.redhat.com/show_bug.cgi?id=2319081
+enable xdg-user-dirs.service
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:36 [rpms/fedora-release] f45: Enable xdg-user-dirs service to fix creation races (#2319081) Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox