public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/i3] epel9: Remove calls to xdg-user-dirs-update from Fedora branded i3 config
Date: Tue, 04 Aug 2026 13:35:38 GMT	[thread overview]
Message-ID: <178585053836.1.11230640884102528857.rpms-i3-193840e77511@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-08-04 13:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178585053836.1.11230640884102528857.rpms-i3-193840e77511@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox