This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 02264cf4cb gnu: dwm: Fix desktop file.
02264cf4cb is described below

commit 02264cf4cb8a25093f98db04f837b0db750330ca
Author: André Batista <[email protected]>
AuthorDate: Thu Sep 11 11:19:27 2025 -0300

    gnu: dwm: Fix desktop file.
    
    * gnu/packages/suckless.scm (dwm)[arguments]<#:phases>:
    Remove '%U' arg from Exec field in dwm.desktop file.
    
    Closes: #2630
    Change-Id: Ia1d8a1813ac1c1ff493308185f2ebf5abfb54354
    Signed-off-by: 宋文武 <[email protected]>
---
 gnu/packages/suckless.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 0e6af1e8c5..d9ef21a143 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -267,7 +267,7 @@ a custom raw video format with a simple container.")
                  (string-append apps "/dwm.desktop")
                  #:name "dwm"
                  #:generic-name #$synopsis
-                 #:exec (string-append #$output "/bin/dwm %U")
+                 #:exec (string-append #$output "/bin/dwm")
                  #:comment
                  `(("en" ,#$synopsis)
                    (#f ,#$synopsis)))))))))

Reply via email to