From unknown Sat Aug 16 16:13:02 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#72538 <72538@debbugs.gnu.org> To: bug#72538 <72538@debbugs.gnu.org> Subject: Status: [PATCH] gnu: xmonad: Re-add xmonad.desktop file. Reply-To: bug#72538 <72538@debbugs.gnu.org> Date: Sat, 16 Aug 2025 23:13:02 +0000 retitle 72538 [PATCH] gnu: xmonad: Re-add xmonad.desktop file. reassign 72538 guix-patches submitter 72538 EuAndreh severity 72538 normal tag 72538 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 09 06:13:37 2024 Received: (at submit) by debbugs.gnu.org; 9 Aug 2024 10:13:37 +0000 Received: from localhost ([127.0.0.1]:37713 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1scMcq-0002Xy-JT for submit@debbugs.gnu.org; Fri, 09 Aug 2024 06:13:36 -0400 Received: from lists.gnu.org ([209.51.188.17]:48072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1scMco-0002Xm-Ak for submit@debbugs.gnu.org; Fri, 09 Aug 2024 06:13:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1scMaG-0000zM-Hv for guix-patches@gnu.org; Fri, 09 Aug 2024 06:10:56 -0400 Received: from euandre.org ([2001:19f0:b400:1f0c:5400:4ff:fe35:8c89]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1scMaE-0005Qu-Dn for guix-patches@gnu.org; Fri, 09 Aug 2024 06:10:56 -0400 Received: from euandre.org (localhost [127.0.0.1]) by euandre.org (Postfix) with ESMTP id 66DBF20EAFDE; Fri, 9 Aug 2024 07:10:50 -0300 (-03) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=euandre.org; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=dkimproxyout; bh=scgYuUBLaCTcZukQT GJQqOg/f6E=; b=tFAMJBN3HBrJNL5whIg4l/r6JHZlZyZc0vtckB0GyuRw0+6MR pwe1N8gy3SfIpAm0HSSYHKLqJbSNpeku4miYUctdTadvp2MtQyfUVBcK1mNKj4zS J4sw1CwTH/6UwwO03di4LGKWcKIbzaBXD//aOEu20+tNDfsVKwDzd/OinZImEwsf OtzMxR8XTuq+xbkHc0jS4eSd42uO+bRSj2KYJ3jAV4mIFgFtSSC94EiK3BSTnQv1 dMmhrDxzJ8aanKZX1kntv9OZIo/v1Dv19D131B0onAdALA7FFkXvvjW9uw/fUHII yUfphi08NH/q5GtzRtd+IuleCCN5Bdkpwt1dQ== From: EuAndreh To: guix-patches@gnu.org Subject: [PATCH] gnu: xmonad: Re-add xmonad.desktop file. Date: Fri, 9 Aug 2024 07:09:54 -0300 Message-ID: X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2001:19f0:b400:1f0c:5400:4ff:fe35:8c89; envelope-from=eu@euandre.org; helo=euandre.org X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: EuAndreh , lars@6xq.net X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/wm.scm (xmonad)[arguments]: Add 'install-xsession phase that was removed in previous automated update. Change-Id: Iac02b4c6e7a73c9b354c52b46eb39dca8156b1c3 --- Notes: The said automated update is 0bce74d458a343e61d054c4b25d6f67bd1086f3c= , an upgrade to Stackage 20.26. =20 After rebooting my computer and realizing what happened, I searched f= or discussions around this on the mailing lists, only to find a message from, wait a minute, me! haha =20 This has happened before, and I was the one to send an equivalent pat= ch to address the issue, 307d1b626be86ed21d48d44a131ce8490f370a17. =20 I did take a quick look at this latest automated update, and all I co= uld find were docstring typos spelling "httsp", and not much else. Other packages with custom phases were either adjusted or kept as they were= , so it does seem to have been a one-off in this update. =20 Cc Lars-Dominik Braun: If you're so inclined, I may help to improve the upgrade script to av= oid this in the future, but also feel free to decline or ignore. And tha= nks for the maintenance work on the Haskell packages :) gnu/packages/wm.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index ad74fb5cf7..da1695ff62 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -872,6 +872,24 @@ (define-public xmonad (base32 "19qz9a23377nzc0qq8nca45s745mfncd4i2vwba14gi7ipipfcil"))= )) (build-system haskell-build-system) (properties '((upstream-name . "xmonad"))) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'install 'install-xsession + (lambda _ + (let* ((xsessions (string-append #$output "/share/xsessio= ns")) + (entry (string-append xsessions "/xmonad.deskt= op"))) + (mkdir-p xsessions) + (call-with-output-file + entry + (lambda (port) + (format port "~ + [Desktop Entry]~@ + Name=3Dxmonad~@ + Comment=3Dxmonad window manager~@ + Exec=3D~a/bin/xmonad~@ + Type=3DApplication~%" #$output))))))))) (inputs (list ghc-x11 ghc-data-default-class ghc-setlocale)) (native-inputs (list ghc-quickcheck ghc-quickcheck-classes)) (home-page "http://xmonad.org") base-commit: 9c6353c5568a56620af43c2213a9f1cbdc2b4adf --=20 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 10 04:50:04 2024 Received: (at control) by debbugs.gnu.org; 10 Aug 2024 08:50:04 +0000 Received: from localhost ([127.0.0.1]:39036 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1schnX-0007So-RD for submit@debbugs.gnu.org; Sat, 10 Aug 2024 04:50:04 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:56912) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1schnU-0007SC-Ls for control@debbugs.gnu.org; Sat, 10 Aug 2024 04:50:01 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4WgvZq6cH4z9sW5 for ; Sat, 10 Aug 2024 10:48:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1723279731; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=LBy68Erh6fm2/M7IiMxef2GE3lvlVZ4Cn3Q+NFjS04Q=; b=Bm/FX0+faW7bwfjXiA9wdQs8axK0vFrTwZ8Qotz803FFAKLQwfMKES4o8utY5Ylqa9733m JB6Sd/RZkPIhDRRk6f5yS14ecsCuneAn/gkP+D1Jow/7VddTrrQUSnaK3Nj5BcZ8ThGcUc 2Ea9QrAaQiPOyrm6kR+SB8Oq5OFxk8Psj2LYaDXQseHE6oJ1P+O82/OD27QAeJuVWZvksF 5DorgU8UvKwtQIeK5MF21gY0dn6+jz8dNSMfmtXSzSmmkEbzETtT0RGsmc0hzKHjVX9QEd Mf+BdIGMBmSWOwRJ4TLHz3mztGOBSeHSqrl6zTFuxLYezDvxDoAGEdO2Rm9bHQ== Date: Sat, 10 Aug 2024 10:48:47 +0200 From: Lars-Dominik Braun To: control@debbugs.gnu.org Subject: Merge duplicate Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) merge 72538 72540 thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 10 05:31:53 2024 Received: (at 72538-done) by debbugs.gnu.org; 10 Aug 2024 09:31:53 +0000 Received: from localhost ([127.0.0.1]:39072 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sciS1-0008VA-G9 for submit@debbugs.gnu.org; Sat, 10 Aug 2024 05:31:53 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:57026) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sciRz-0008Ut-1F for 72538-done@debbugs.gnu.org; Sat, 10 Aug 2024 05:31:52 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4WgwW73Nwxz9sbM; Sat, 10 Aug 2024 11:30:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1723282243; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lEMxvFG3LRrvoBuRaRI1PovMk5t2qsLcWJOJehbWftI=; b=SuHurdX/qZs7EM6knZdUIAVPEBbHx+TdYKwZn+AhAi4IJlRjiYE4KrNV3FROMhkDOftFtJ 8l+Xq2qK76Cl59l1OJOfXD/BSoVpWwmrGmEgJcfVxtQuMXfsQUks1q5guQpzbCTG3zJw2D L6RHalpCwFZH/4YKIBgOBG2AlU+Ux9MH0Ht8svBbnPN7v8Eo/IT38wMD2q9HbTxG+9EZsa zvcO69oim/LwV6PaGc+kaOeA3wYzIEPdIqDoN2MdlaPx/AKVFJj0op1BaEi6YxElFxAmlM nCh0PRykCyB6rUlsEgwvcYegiY3XUgsHrtyPe70W+dQAS7tJFZ+GxcsAhj7z9g== Date: Sat, 10 Aug 2024 11:30:41 +0200 From: Lars-Dominik Braun To: EuAndreh Subject: Re: [PATCH] gnu: xmonad: Re-add xmonad.desktop file. Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="EELoT5QO1LzGjSCu" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Rspamd-Queue-Id: 4WgwW73Nwxz9sbM X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 72538-done Cc: 72538-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --EELoT5QO1LzGjSCu Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Hi, merged as commit bc71034f789603349080c2f35570910c07d526ec. I also fixed the typos I introduced. > This has happened before, and I was the one to send an equivalent patch > to address the issue, 307d1b626be86ed21d48d44a131ce8490f370a17. I’m sorry :( My usual flow is to run my update script (which only touches updated packages) and then manually revert unwanted changes, but I did not catch the xmonad phase. Is there any way we can upstream the .desktop file? > If you're so inclined, I may help to improve the upgrade script to avoid > this in the future, but also feel free to decline or ignore. And thanks > for the maintenance work on the Haskell packages :) See attached script. The thing is that we *want* to remove unnecessary phases during package upgrades. So I don’t know how to differentiate between wanted and unwanted changes, except for manually checking them. Lars --EELoT5QO1LzGjSCu Content-Type: application/vnd.lotus-screencam Content-Disposition: attachment; filename="haskell-update.scm" Content-Transfer-Encoding: quoted-printable (use-modules (guix import stackage)=0A (guix import hackage)=0A= (guix packages)=0A (guix utils)=0A (gu= ix read-print)=0A (guix build-system haskell)=0A (g= uix diagnostics)=0A (gnu packages)=0A (ice-9 match)= =0A (srfi srfi-1)=0A (srfi srfi-9 gnu))=0A=0A(defin= e (package-sexp->properties package)=0A (match package=0A ((and expr ('= package fields ...))=0A (match expr=0A ((path *** ('properties ('= list sym ...)))=0A sym)=0A (_ '())))=0A (x=0A (pk 'nop= e))))=0A=0A(define (replace-package-sexp-field package field after replacem= ent)=0A "Replace PACKAGE=E2=80=99s FIELD with REPLACEMENT."=0A (match pac= kage=0A ((and expr ('package fields ...))=0A `(package=0A ,@(= fold (lambda (arg accum)=0A (match arg=0A = ((name args)=0A (if (eq? name field)=0A = (append (list `((,field ,@replacement))) accum)=0A = (append (list name args) accum)))=0A ((? com= ment? comment) comment)=0A (_ (error "nope"))))=0A = '() fields)))=0A (x=0A (pk 'nope))))=0A=0A(define (package= -field-location* package field)=0A "Return the source code location of the= definition of FIELD for PACKAGE, or=0A#f if it could not be determined."= =0A (match (package-location package)=0A (($ file line colum= n)=0A (match (search-path %load-path file)=0A ((? string? file-fo= und)=0A (catch 'system-error=0A (lambda ()=0A ;;= In general we want to keep relative file names for modules.=0A = (call-with-input-file file-found=0A (lambda (port)=0A = (go-to-location port line column)=0A (match (read por= t)=0A (('package inits ...)=0A (let ((fi= eld (assoc field inits)))=0A (match field=0A = ((_ value)=0A (let ((loc (and=3D> (sourc= e-properties field)=0A source-prop= erties->location)))=0A (and loc=0A = ;; Preserve the original file name, which may be a=0A = ;; relative file name.=0A = (set-field loc (location-file) file))))=0A (_=0A= #f))))=0A (_=0A = #f)))))=0A (lambda _=0A #f)))=0A (#f=0A ;;= FILE could not be found in %LOAD-PATH.=0A #f)))=0A (_ #f)))=0A= =0A(define (add-upstream-name package)=0A (let* ((location (package-field-= location* package 'build-system))=0A (column (location-column locat= ion))=0A (upstream-name (guix-package->hackage-name package))=0A = (properties (package-properties package))=0A (existing-upstre= am-name (assoc-ref properties 'upstream-name))=0A (properties-exist= ? (not (null? properties))))=0A (cond=0A ((not location) (format #t= "No location for build-system, bailing on ~a~%" upstream-name))=0A (e= xisting-upstream-name (format #t "Upstream name ~a exists for ~a~%" existin= g-upstream-name upstream-name))=0A (properties-exist? (format #t "Prop= erties exist for ~a, bailing. ~a~%" upstream-name properties))=0A (ups= tream-name=0A (begin=0A (format #t "Adding upstream name ~a= to ~a at ~a~%" upstream-name (package-name package) location)=0A = (edit-expression=0A (location->source-properties location)=0A = (lambda (str)=0A (let ((properties `(properties (quote (= (upstream-name . ,upstream-name))))))=0A (string-append str "= \n" (make-string column #\space) (object->string* properties column))))))))= ))=0A=0A(define (package-source-uri-location package)=0A "Return the sourc= e code location of the definition of FIELD for PACKAGE, or=0A#f if it could= not be determined."=0A (match (package-location package)=0A (($ file line column)=0A (match (search-path %load-path file)=0A = ((? string? file-found)=0A (catch 'system-error=0A (lambda= ()=0A ;; In general we want to keep relative file names for mod= ules.=0A (call-with-input-file file-found=0A (lambd= a (port)=0A (go-to-location port line column)=0A = (match (read port)=0A ((path *** ('source source))=0A = (match source=0A ((path *** ('uri u= ri))=0A (let ((loc (and=3D> (source-properties uri)= =0A source-properties->location)))= =0A (and loc=0A ;; P= reserve the original file name, which may be a=0A = ;; relative file name.=0A (set-field loc= (location-file) file))))))=0A (m=0A (be= gin=0A (format #t "Nothing found at ~a~%" m)=0A = #f))))))=0A (lambda _=0A #f)))=0A (#f= =0A ;; FILE could not be found in %LOAD-PATH.=0A #f)))=0A = (_ #f)))=0A=0A(define (add-hackage-uri package)=0A (let* ((location (packa= ge-source-uri-location package))=0A (column (and=3D> location locat= ion-column))=0A (upstream-name (assq-ref (package-properties packag= e) 'upstream-name))=0A (uri `(hackage-uri ,upstream-name version)))= =0A (cond=0A ((not location) (format #t "Not adding uri ~a to ~a, n= o location" uri (package-name package)))=0A ((not upstream-name) (form= at #t "Not adding uri ~a to ~a, not hackage" uri (package-name package)))= =0A (else=0A (format #t "Adding uri ~a to ~a at ~a~%" uri (pack= age-name package) location)=0A (edit-expression=0A (location= ->source-properties location)=0A (lambda (str) (object->string* uri= column)))))))=0A=0A(define (package-sexp->version package)=0A (match pack= age=0A ((and expr ('package fields ...))=0A (match expr=0A ((p= ath *** ('version version))=0A version)))=0A (x=0A (pk 'nope= ))))=0A=0A(define (package-sexp->arguments package)=0A (match package=0A = ((and expr ('package fields ...))=0A (match expr=0A ((path *** = ('arguments arguments))=0A arguments)=0A (_ #f)))=0A (x=0A= (pk 'nope))))=0A=0A(define (replace-package-sexp-field package field r= eplacement)=0A "Replace PACKAGE=E2=80=99s FIELD with REPLACEMENT."=0A (ma= tch package=0A ((and expr ('package fields ...))=0A `(package ,@(map= (lambda (x) (if (eq? (car x) field) `(,(car x) (,@replacement)) x)) fields= )))=0A (x=0A (error (format #f "cannot replace sexp field ~a in ~a" = field package)))))=0A=0A(define (update-package package)=0A (let* ((locati= on (package-location package))=0A (column (and=3D> location locatio= n-column))=0A (upstream-name (assq-ref (package-properties package)= 'upstream-name))=0A (old-version (package-version package))=0A = (old-arguments (package-arguments package)))=0A (cond=0A ((not= location) (format #t "Not updating ~a, because it has no location~%" (pack= age-name package)))=0A ((not upstream-name) (format #t "Not updating ~= a, because it has no upstream name~%" (package-name package)))=0A (els= e=0A (let* ((new-package (with-exception-handler=0A = (lambda (e) #f)=0A (lambda ()= (stackage->guix-package upstream-name))=0A = #:unwind? #t))=0A (new-version (package-sexp->version new-pac= kage))=0A ;; old-arguments is the empty list when non-existen= t, new-arguments is #f.=0A (new-arguments (or (package-sexp->= arguments new-package) '())))=0A (cond=0A ((not new-pac= kage)=0A (format #t "Not updating ~a, cannot import package.~%"= (package-name package)))=0A ;; Do not compare arguments when an = update is required.=0A ((and (string=3D? old-version new-version= )) ; (eq? old-arguments new-arguments))=0A (format #t "Not upda= ting ~a, same version.~%" (package-name package)))=0A (else=0A = (begin=0A (format #t "Updating package ~a to ~a at ~= a~%" (package-name package) new-version location)=0A (edit-exp= ression=0A (location->source-properties location)=0A = (lambda (str) (object->string* (replace-package-sexp-field=0A = (replace-package-sexp-field new-package 'synopsis (p= ackage-synopsis package))=0A 'description (pa= ckage-description package))=0A = column)))))))))))=0A=0A(match (program-arguments)=0A ((progname name)=0A = (update-package (specification->package name))))=0A=0A --EELoT5QO1LzGjSCu-- From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 25 10:45:20 2024 Received: (at 72538-done) by debbugs.gnu.org; 25 Aug 2024 14:45:20 +0000 Received: from localhost ([127.0.0.1]:43131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1siEUZ-0008Vn-PZ for submit@debbugs.gnu.org; Sun, 25 Aug 2024 10:45:19 -0400 Received: from euandre.org ([216.238.68.100]:33264) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1siEUY-0008Vf-3v for 72538-done@debbugs.gnu.org; Sun, 25 Aug 2024 10:45:18 -0400 Received: from euandre.org (localhost [127.0.0.1]) by euandre.org (Postfix) with ESMTP id 93B1722313CC; Sun, 25 Aug 2024 11:43:55 -0300 (-03) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=euandre.org; h= message-id:date:mime-version:subject:to:cc:references:from :in-reply-to:content-type:content-transfer-encoding; s= dkimproxyout; bh=Ihjtpy68VufdW/zHQCggC3/Vkho=; b=v/71Tpncq8adjGI 8pFIMLQ//VRhh6rCVSrty1r/zzuE9CA4YKNgR3K9UQTzbWWhGA5a7mkiwb2wY5y6 qQGec9/qQ2blWMEyJaVJuoBDLONTjkDbI3Qe5l/isODWZvC7ickFYoB4KmSWomy1 muE36q/hoJ5Jlt5aEARuE25pNFvf+BlRzfEG6LwjMtvWNTtxTSzEpT4LSBfHonqd Z57LPytOot9G5budzHWluu/mh0fJsbkpkNZSPznWglUjkFMYkmmsLuDfYyCMgCH3 O46awgtJ0Z1LqSaMvw/33bYZwDiWajaSbW91598uWNt7MOUp+Kq+ZOUSSQtceELy m3fArfg== Message-ID: <2845fe55-7d5a-47fe-8b4e-396964d5da6c@euandre.org> Date: Sun, 25 Aug 2024 11:43:48 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: [PATCH] gnu: xmonad: Re-add xmonad.desktop file. Content-Language: en-US To: Lars-Dominik Braun References: From: EuAndreh In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 72538-done Cc: 72538-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.2 (--) Hi, thanks for the very quick response! Upstreaming the change is indeed than either improving the upgrade script or keeping the ad-hoc phase around. I hadn't thought of that. I'll do that eventually when I get it :) Thanks for the maintenance work. From unknown Sat Aug 16 16:13:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 23 Sep 2024 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator