public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/i3] epel9: Remove calls to xdg-user-dirs-update from Fedora branded i3 config
@ 2026-08-04 13:35 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-04 13:35 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/i3
            Branch : epel9
            Commit : 193840e77511a175b02192633a8213eccf12a36a
            Author : Dan Čermák <dan.cermak@cgc-instruments.com>
            Date   : 2022-08-11T00:03:16+02:00
            Stats  : +1/-4 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/i3/c/193840e77511a175b02192633a8213eccf12a36a?branch=epel9

            Log:
            Remove calls to xdg-user-dirs-update from Fedora branded i3 config

dex-autostart --autostart already launches xdg-user-dirs-update via
/etc/xdg/autostart/xdg-user-dirs.desktop. Thus the additional call is not
necessary.

---
diff --git a/fedora-i3-config b/fedora-i3-config
index 96d132c..b060a84 100644
--- a/fedora-i3-config
+++ b/fedora-i3-config
@@ -234,7 +234,6 @@ bar {
   status_command i3status
 }
 
-exec --no-startup-id xdg-user-dirs-update
 #######################################################################
 # automatically start i3-config-wizard to offer the user to create a
 # keysym-based config which used their favorite modifier (alt or windows)

diff --git a/fedora-i3-keycodes b/fedora-i3-keycodes
index 5034913..415c05d 100644
--- a/fedora-i3-keycodes
+++ b/fedora-i3-keycodes
@@ -203,5 +203,3 @@ bar {
   }
   status_command i3status
 }
-
-exec --no-startup-id xdg-user-dirs-update

diff --git a/i3.spec b/i3.spec
index 7c62683..cb6e82f 100644
--- a/i3.spec
+++ b/i3.spec
@@ -120,7 +120,7 @@ Summary:        Configuration of %{name} for the Fedora i3 Spin
 BuildArch:      noarch
 Requires:       %{name} = %{version}-%{release}
 Recommends:     xfce4-terminal
-# the Fedora branded config file uses xdg-user-dirs-update
+# the Fedora branded config file uses xdg-user-dirs-update indirectly via `dex-autostart --autostart`
 Recommends:     xdg-user-dirs
 Conflicts:      %{name}-config
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-04 13:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 13:35 [rpms/i3] epel9: Remove calls to xdg-user-dirs-update from Fedora branded i3 config 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox