From unknown Wed Sep 10 12:32:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#41916] [PATCH] gnu: xsnow: Update to 2.0.22. Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 17 Jun 2020 11:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 41916 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41916@debbugs.gnu.org Cc: Timotej Lazar X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159239488620945 (code B ref -1); Wed, 17 Jun 2020 11:55:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Jun 2020 11:54:46 +0000 Received: from localhost ([127.0.0.1]:50589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlWeT-0005Rl-JE for submit@debbugs.gnu.org; Wed, 17 Jun 2020 07:54:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:37244) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlWeP-0005Rb-UL for submit@debbugs.gnu.org; Wed, 17 Jun 2020 07:54:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47832) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlWeP-0000zn-Ls for guix-patches@gnu.org; Wed, 17 Jun 2020 07:54:41 -0400 Received: from araneo.si ([2001:15c0:2110:3400::2]:55090) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlWeN-0004mC-Ge for guix-patches@gnu.org; Wed, 17 Jun 2020 07:54:41 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id c6daea6c for ; Wed, 17 Jun 2020 11:54:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20180623; bh=AMI6xIjXoj2WKugr5ikUP 9mudnE=; b=kNDFrFbJdk0vxybI4D5FLsJBgWZ1+b8MWhTzn6HQLMeHeW+UkQwOs OZF0tWZAlYRHL4Zl9AxixK1WF+5iJf5UqEGdGkKoWbZIYrOElA/un3MNzl2V+Blh s/HiADBfmb5uk7WUHYc0UWC6J73QHKgb0zV8KztneIqMQbe9txbec+L9WViAfdgl i1eN3Sx8F63GX8wHHeuiBflY4AkA1rZCYSsRYW567h1xSTu85A9UFw49Teg6JxUZ rtUlW0t9Ob9ZFT83mdPvujnAqg3nYwuKJmV0A8rfn0C5mup05E9NUICBjYoddN+F hFxiKxJsa790zcTrNOhWRZTaQLnufKm0g== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 09c1ffa0 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 17 Jun 2020 11:54:36 +0000 (UTC) From: Timotej Lazar Date: Wed, 17 Jun 2020 13:54:32 +0200 Message-Id: <20200617115432.23438-1-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:15c0:2110:3400::2; envelope-from=timotej.lazar@araneo.si; helo=araneo.si X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) 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.3 (--) * gnu/packages/toys.scm (xsnow): Update to 2.0.22. --- gnu/packages/toys.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm index 7f22646d8c..f643e06974 100644 --- a/gnu/packages/toys.scm +++ b/gnu/packages/toys.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright © 2019 Jesse Gibbons -;;; Copyright © 2019 Timotej Lazar +;;; Copyright © 2019, 2020 Timotej Lazar ;;; Copyright © 2020 Efraim Flashner ;;; ;;; This file is part of GNU Guix. @@ -167,7 +167,7 @@ The GNU project hosts a similar collection of filters, the GNU talkfilters.") (define-public xsnow (package (name "xsnow") - (version "2.0.15") + (version "2.0.22") (source (origin (method url-fetch) @@ -175,7 +175,7 @@ The GNU project hosts a similar collection of filters, the GNU talkfilters.") "https://www.ratrabbit.nl/ratrabbit/system/files/xsnow/xsnow-" version ".tar.gz")) (sha256 - (base32 "086s42frbz9bk550414v908yrax4iwwlvlxv4zwp39cyp7wgws03")))) + (base32 "1880643fal6l7bskqbm4zfbr2s719698mkx4pchrxkjpb240sj0z")))) (build-system gnu-build-system) (arguments '(#:phases -- 2.26.2 From unknown Wed Sep 10 12:32:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#41916] [PATCH] gnu: xsnow: Update to 2.0.22. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 17 Jun 2020 13:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41916 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Timotej Lazar Cc: 41916@debbugs.gnu.org Received: via spool by 41916-submit@debbugs.gnu.org id=B41916.159240045614734 (code B ref 41916); Wed, 17 Jun 2020 13:28:01 +0000 Received: (at 41916) by debbugs.gnu.org; 17 Jun 2020 13:27:36 +0000 Received: from localhost ([127.0.0.1]:50759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlY6K-0003pV-6f for submit@debbugs.gnu.org; Wed, 17 Jun 2020 09:27:36 -0400 Received: from flashner.co.il ([178.62.234.194]:43906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlY6I-0003p8-6a for 41916@debbugs.gnu.org; Wed, 17 Jun 2020 09:27:35 -0400 Received: from localhost (unknown [31.210.181.184]) by flashner.co.il (Postfix) with ESMTPSA id 743554027A; Wed, 17 Jun 2020 13:27:26 +0000 (UTC) Date: Wed, 17 Jun 2020 16:26:53 +0300 From: Efraim Flashner Message-ID: <20200617132653.GM1990@E5400> References: <20200617115432.23438-1-timotej.lazar@araneo.si> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="QQNwO3VdVfodZayb" Content-Disposition: inline In-Reply-To: <20200617115432.23438-1-timotej.lazar@araneo.si> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) 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.0 (-) --QQNwO3VdVfodZayb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This builds successfully but I can't get it to launch on my computer. Does it work for you? (xsnow:2443): dbind-WARNING **: 16:26:23.769: AT-SPI: Error retrieving acce= ssibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name = org.a11y.Bus was not provided by any .service files Detected desktop session: /run/current-system/profile/share/xsessions/enlig= htenment Your screen supports alpha channel, good. xsnow: cannot determine window, exiting... --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --QQNwO3VdVfodZayb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl7qGh0ACgkQQarn3Mo9 g1EslxAAnl0lzIiSuqo/uPh0Da08x4mICtzy3A27IRR7dWlVemJmZu/CprQqI++G VowMVwZVWFyw3KUUazf+bMSBEy0lT1jV2r4fSOBlgeWsUJRl+llKtQwp3N4aYpuI 5uelzJxSxcZYNEd0wNzn9WM1WpeBKguHp9y3Csw8kN+8EqcKw4gFoNPYkkfIvS9V zSRL9z3LoOYCCJHwqHNckVmxW+/r/tX80VU/W8VqGuA58oOjx9v6u+rPm0wG0xsu 2yFA4ASoxh7Nexzy9DlWuh2zwzjCcQdg47Ha9/f5kueFZS0qkt+cehR8i6HexLRV NKXGky2JusPn7SnAlnlYCY1FpfHZdP7kpRy+zzMqx83/Z0z0k8fnTQkIIbiIK97k pRp7iWAkCwFw84nZqzAhCSzRxFwKFNR8tBfFhak2E6teGz/Z+p8v3nrrHTJPGN3O 8wLwG8oNfTy8XmZJWN7H9eFV2iTqob99vhhJJGDcpIe2JyAhZdO5nvGrUycEuxxx CpDUQrtQCArG3lAnhmBAqFEtx/u4MNq1SDmzjldcGdy5MRxUfZsIwvyHXMCLr86a hDsHy3bkD3QnpYNMY8qKGpYGefCuC/6g9BAqpvGbn1QHnVlNrOsMMMuFAqLT0+SD B0QvQGVwr5ABWk3cOyc4jzJnvy4cCmResj9nqEkZm1c2GfQ484s= =sAVa -----END PGP SIGNATURE----- --QQNwO3VdVfodZayb-- From unknown Wed Sep 10 12:32:26 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Timotej Lazar Subject: bug#41916: closed (Re: [bug#41916] [PATCH] gnu: xsnow: Update to 2.0.22.) Message-ID: References: <20200617133319.GN1990@E5400> <20200617115432.23438-1-timotej.lazar@araneo.si> X-Gnu-PR-Message: they-closed 41916 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 41916@debbugs.gnu.org Date: Wed, 17 Jun 2020 13:35:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1592400902-15458-1" This is a multi-part message in MIME format... ------------=_1592400902-15458-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #41916: [PATCH] gnu: xsnow: Update to 2.0.22. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 41916@debbugs.gnu.org. --=20 41916: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D41916 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1592400902-15458-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 41916-done) by debbugs.gnu.org; 17 Jun 2020 13:34:02 +0000 Received: from localhost ([127.0.0.1]:50765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlYCX-0003zk-Tp for submit@debbugs.gnu.org; Wed, 17 Jun 2020 09:34:02 -0400 Received: from flashner.co.il ([178.62.234.194]:43922) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlYCU-0003zF-Sa for 41916-done@debbugs.gnu.org; Wed, 17 Jun 2020 09:34:00 -0400 Received: from localhost (unknown [31.210.181.184]) by flashner.co.il (Postfix) with ESMTPSA id CE8B64027A; Wed, 17 Jun 2020 13:33:52 +0000 (UTC) Date: Wed, 17 Jun 2020 16:33:19 +0300 From: Efraim Flashner To: Timotej Lazar Subject: Re: [bug#41916] [PATCH] gnu: xsnow: Update to 2.0.22. Message-ID: <20200617133319.GN1990@E5400> References: <20200617115432.23438-1-timotej.lazar@araneo.si> <20200617132653.GM1990@E5400> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4ickEXl+ukcSQ/3E" Content-Disposition: inline In-Reply-To: <20200617132653.GM1990@E5400> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 41916-done Cc: 41916-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.0 (-) --4ickEXl+ukcSQ/3E Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 17, 2020 at 04:26:53PM +0300, Efraim Flashner wrote: > This builds successfully but I can't get it to launch on my computer. > Does it work for you? >=20 > (xsnow:2443): dbind-WARNING **: 16:26:23.769: AT-SPI: Error retrieving ac= cessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The nam= e org.a11y.Bus was not provided by any .service files > Detected desktop session: /run/current-system/profile/share/xsessions/enl= ightenment > Your screen supports alpha channel, good. > xsnow: cannot determine window, exiting... Actually this is the same message I get with the version currently packaged. I assume the updated one works just as well as before, as long as it's not on my computer. Patch pushed. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --4ickEXl+ukcSQ/3E Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl7qG58ACgkQQarn3Mo9 g1HibBAAhJp6FUA3kccOUPWdDwIJiDO3bgSkBw/U/Y5j/wpAAHmii2AeaHAzxjSJ TZi3Ct3fDJdy+0cEVfmXSJgm+1ZtoZRdMBkaD0CHF9Heo8PKR0yazY+6h+B9qbLi jGW1chuIUGjJDyaeW8TnHn/srzmcKD2OLhVG7R/yiCj2Kql/DHm1e4vrB9/84x+1 3IFpSYMsQqTnEN595o8j3uJ6fon7B0puBno52GgT46yrP+AjGVvWEsOpN+2pahTV Mt+RdZ+Jy/y1/mOmhLQlvWPl5KA8ZgOQaxemNaBixjw0bcC7VhDKXKo9bypBY/Pf jis9keNuNsa+oTBcQpJpsqWUUeQt8dLDkGmY8enwEMl/153BEyp3bDentU5zYWzD qCkX1ivaU9w8+esRSAPqXPIwY+cqlcgpRLQjBfrWPd+g7l5oSG1VbZRXxy0VZGaB cjhJU6BRhJ3skFCyyaBZLR3xSRHHB8Yu18bMFzV/7AFb7xE7tKxJOouEkXqHeKci uHxstxOHakuvWT/WFN0JQgJS/xHnSJ/ffyUlIlYSTrf8vXNVab4yU9GxhMJHAJoB 9W9DXRqBWk1wqQHqt7QFfzLCCfOPF8ElpKu/Flvl6gnpqccwhwgo/XvoH4MH4rnA BW028d/bd5MeQ/5QHankgnipqUJFkpWMOsKb4/yHOq7cJsfC3QI= =eyhl -----END PGP SIGNATURE----- --4ickEXl+ukcSQ/3E-- ------------=_1592400902-15458-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Jun 2020 11:54:46 +0000 Received: from localhost ([127.0.0.1]:50589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlWeT-0005Rl-JE for submit@debbugs.gnu.org; Wed, 17 Jun 2020 07:54:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:37244) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlWeP-0005Rb-UL for submit@debbugs.gnu.org; Wed, 17 Jun 2020 07:54:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47832) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlWeP-0000zn-Ls for guix-patches@gnu.org; Wed, 17 Jun 2020 07:54:41 -0400 Received: from araneo.si ([2001:15c0:2110:3400::2]:55090) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlWeN-0004mC-Ge for guix-patches@gnu.org; Wed, 17 Jun 2020 07:54:41 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id c6daea6c for ; Wed, 17 Jun 2020 11:54:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20180623; bh=AMI6xIjXoj2WKugr5ikUP 9mudnE=; b=kNDFrFbJdk0vxybI4D5FLsJBgWZ1+b8MWhTzn6HQLMeHeW+UkQwOs OZF0tWZAlYRHL4Zl9AxixK1WF+5iJf5UqEGdGkKoWbZIYrOElA/un3MNzl2V+Blh s/HiADBfmb5uk7WUHYc0UWC6J73QHKgb0zV8KztneIqMQbe9txbec+L9WViAfdgl i1eN3Sx8F63GX8wHHeuiBflY4AkA1rZCYSsRYW567h1xSTu85A9UFw49Teg6JxUZ rtUlW0t9Ob9ZFT83mdPvujnAqg3nYwuKJmV0A8rfn0C5mup05E9NUICBjYoddN+F hFxiKxJsa790zcTrNOhWRZTaQLnufKm0g== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 09c1ffa0 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 17 Jun 2020 11:54:36 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH] gnu: xsnow: Update to 2.0.22. Date: Wed, 17 Jun 2020 13:54:32 +0200 Message-Id: <20200617115432.23438-1-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:15c0:2110:3400::2; envelope-from=timotej.lazar@araneo.si; helo=araneo.si X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Timotej Lazar 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.3 (--) * gnu/packages/toys.scm (xsnow): Update to 2.0.22. --- gnu/packages/toys.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm index 7f22646d8c..f643e06974 100644 --- a/gnu/packages/toys.scm +++ b/gnu/packages/toys.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright © 2019 Jesse Gibbons -;;; Copyright © 2019 Timotej Lazar +;;; Copyright © 2019, 2020 Timotej Lazar ;;; Copyright © 2020 Efraim Flashner ;;; ;;; This file is part of GNU Guix. @@ -167,7 +167,7 @@ The GNU project hosts a similar collection of filters, the GNU talkfilters.") (define-public xsnow (package (name "xsnow") - (version "2.0.15") + (version "2.0.22") (source (origin (method url-fetch) @@ -175,7 +175,7 @@ The GNU project hosts a similar collection of filters, the GNU talkfilters.") "https://www.ratrabbit.nl/ratrabbit/system/files/xsnow/xsnow-" version ".tar.gz")) (sha256 - (base32 "086s42frbz9bk550414v908yrax4iwwlvlxv4zwp39cyp7wgws03")))) + (base32 "1880643fal6l7bskqbm4zfbr2s719698mkx4pchrxkjpb240sj0z")))) (build-system gnu-build-system) (arguments '(#:phases -- 2.26.2 ------------=_1592400902-15458-1-- From unknown Wed Sep 10 12:32:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#41916] [PATCH] gnu: xsnow: Update to 2.0.22. Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 17 Jun 2020 13:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41916 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Efraim Flashner Cc: 41916@debbugs.gnu.org Received: via spool by 41916-submit@debbugs.gnu.org id=B41916.159240103815701 (code B ref 41916); Wed, 17 Jun 2020 13:38:02 +0000 Received: (at 41916) by debbugs.gnu.org; 17 Jun 2020 13:37:18 +0000 Received: from localhost ([127.0.0.1]:50777 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlYFh-00045B-Su for submit@debbugs.gnu.org; Wed, 17 Jun 2020 09:37:18 -0400 Received: from araneo.si ([90.157.193.204]:50898) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlYFf-000452-B1 for 41916@debbugs.gnu.org; Wed, 17 Jun 2020 09:37:16 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id a6dbef88; Wed, 17 Jun 2020 13:37:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=20180623; bh=EP+L+2d3Aetitd4zss1USmcqxCk=; b=F5 zmyUmRzI/Lepg1lEM42AddXRV10hGPYejcVFYTpMD+QdR6CZh9w+UDGc6TQa0eQM u2VPMJWSmxmzT5gNleQFTPXSyPa1RUKUNjBY8ZzbGFzcETdQLQsBtFs0tLCFL1jh Y2j94cI/cYzUEqevo4pxUZ0lLgcJuPh51JY/epGJuB+dvOJIZ5DYeQ7LRCSNilE1 k8g11fyWm5sHi7n+CG45V3NAPjwQ+ueuQvwrCPC84p6LMuueabW/GDu7Zz1CmmX9 6PfzvQA3VXvoeBIupBwwZJ0u8LFyLxgPbqvVI+x3WYdeKPrS2VXNS/aa6V+FlQQy EMQUie+3gzQrpvB2q05Q== Received: by araneo.si (OpenSMTPD) with ESMTPSA id fbb34486 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 17 Jun 2020 13:37:13 +0000 (UTC) From: Timotej Lazar In-Reply-To: <20200617132653.GM1990@E5400> References: <20200617115432.23438-1-timotej.lazar@araneo.si> <20200617132653.GM1990@E5400> Date: Wed, 17 Jun 2020 15:37:13 +0200 Message-ID: <87lfklreye.fsf@araneo.si> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) 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.0 (-) Efraim Flashner [2020-06-17 16:26:53+0300]: > This builds successfully but I can't get it to launch on my computer. > Does it work for you? It does, but I have only tested with i3. Does the version currently in Guix (2.0.15) work for you?