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 <mbakke@fastmail.com>
This commit is contained in:
parent
359ea6ba29
commit
120349bfb4
|
@ -723,7 +723,7 @@ compact configuration syntax.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(format #t
|
(format #t
|
||||||
"[Desktop Entry]~@
|
"[Desktop Entry]~@
|
||||||
Name=rxvt-unicode~@
|
Name=rxvt-unicode (client)~@
|
||||||
Comment=Rxvt clone with XFT and unicode support~@
|
Comment=Rxvt clone with XFT and unicode support~@
|
||||||
Exec=~a/bin/urxvtc~@
|
Exec=~a/bin/urxvtc~@
|
||||||
TryExec=~@*~a/bin/urxvtc~@
|
TryExec=~@*~a/bin/urxvtc~@
|
||||||
|
|
Loading…
Reference in New Issue