guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: rxvt-unicode: Give 'urxvtc.desktop' a unique display name.


From: Marius Bakke
Subject: 01/01: gnu: rxvt-unicode: Give 'urxvtc.desktop' a unique display name.
Date: Thu, 23 Mar 2017 14:34:57 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 120349bfb4978ae28bb434025e8a045c385e2441
Author: ng0 <address@hidden>
Date:   Thu Mar 23 01:53:19 2017 +0000

    gnu: rxvt-unicode: Give 'urxvtc.desktop' a unique display name.
    
    * gnu/packages/xdisorg.scm (rxvt-unicode)[arguments]: In phase
    'install-desktop-urxvtc' add '(client)' to the 'Name' line of the
    resulting '.desktop' file.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/xdisorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 5afc495..172f3c3 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -723,7 +723,7 @@ compact configuration syntax.")
                  (lambda _
                    (format #t
                            "[Desktop Entry]~@
-                           Name=rxvt-unicode~@
+                           Name=rxvt-unicode (client)~@
                            Comment=Rxvt clone with XFT and unicode support~@
                            Exec=~a/bin/urxvtc~@
                            address@hidden/bin/urxvtc~@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]