GNU bug report logs - #72540
[PATCH] gnu: xmonad: Re-add xmonad.desktop file

Previous Next

Package: guix-patches;

Reported by: Saku Laesvuori <saku <at> laesvuori.fi>

Date: Fri, 9 Aug 2024 11:51:01 UTC

Severity: normal

Tags: patch

Merged with 72538

Done: Lars-Dominik Braun <lars <at> 6xq.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: 72540 <at> debbugs.gnu.org
Cc: saku <at> laesvuori.fi
Subject: [bug#72540] [PATCH] gnu: xmonad: Re-add xmonad.desktop file
Date: Fri, 09 Aug 2024 20:17:20 +0800
[Message part 1 (text/plain, inline)]
Saku Laesvuori via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/wm.scm (xmonad)[arguments]: Re-add 'install-xsession phase
>   to enable starting xmonad from a display manager.
>
> Change-Id: I8b29e5a44e9b7a47256a5115e36fb7ff6e0e471a
> ---
>  gnu/packages/wm.scm | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index ad74fb5cf7..7ebed1fd67 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -874,6 +874,23 @@ (define-public xmonad
>      (properties '((upstream-name . "xmonad")))
>      (inputs (list ghc-x11 ghc-data-default-class ghc-setlocale))
>      (native-inputs (list ghc-quickcheck ghc-quickcheck-classes))
> +    (arguments
> +      (list
> +       #:phases
> +       #~(modify-phases %standard-phases
> +           (add-after 'install 'install-xsession
> +             (lambda _
> +               (let ((xsessions (string-append #$output "/share/xsessions")))
> +                 (mkdir-p xsessions)
> +                 (call-with-output-file (string-append xsessions
> +                                                       "/xmonad.desktop")
> +                  (lambda (port)
> +                    (format port "~
> +                     [Desktop Entry]~@
> +                     Name=~a~@
> +                     Comment=xmonad window manager~@
> +                     Exec=~a/bin/xmonad~@
> +                     Type=Application~%" #$name #$output)))))))))

i think can use `make-desktop-entry-file'

>      (home-page "http://xmonad.org")
>      (synopsis "Tiling window manager")
>      (description
>
> base-commit: 20dbf225f332ccc707578263ed710dcf2a8fb78e
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 327 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.