unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41916] [PATCH] gnu: xsnow: Update to 2.0.22.
@ 2020-06-17 11:54 Timotej Lazar
  2020-06-17 13:26 ` Efraim Flashner
  0 siblings, 1 reply; 4+ messages in thread
From: Timotej Lazar @ 2020-06-17 11:54 UTC (permalink / raw)
  To: 41916; +Cc: Timotej Lazar

* 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 <me@tobias.gr>
 ;;; Copyright © 2019 Jesse Gibbons <jgibbons2357+guix@gmail.com>
-;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si>
+;;; Copyright © 2019, 2020 Timotej Lazar <timotej.lazar@araneo.si>
 ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#41916] [PATCH] gnu: xsnow: Update to 2.0.22.
  2020-06-17 11:54 [bug#41916] [PATCH] gnu: xsnow: Update to 2.0.22 Timotej Lazar
@ 2020-06-17 13:26 ` Efraim Flashner
  2020-06-17 13:33   ` bug#41916: " Efraim Flashner
  2020-06-17 13:37   ` [bug#41916] " Timotej Lazar
  0 siblings, 2 replies; 4+ messages in thread
From: Efraim Flashner @ 2020-06-17 13:26 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 41916

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

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 accessibility 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/enlightenment
Your screen supports alpha channel, good.
xsnow: cannot determine window, exiting...


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#41916: [PATCH] gnu: xsnow: Update to 2.0.22.
  2020-06-17 13:26 ` Efraim Flashner
@ 2020-06-17 13:33   ` Efraim Flashner
  2020-06-17 13:37   ` [bug#41916] " Timotej Lazar
  1 sibling, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2020-06-17 13:33 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 41916-done

[-- Attachment #1: Type: text/plain, Size: 956 bytes --]

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?
> 
> (xsnow:2443): dbind-WARNING **: 16:26:23.769: AT-SPI: Error retrieving accessibility 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/enlightenment
> 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.


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#41916] [PATCH] gnu: xsnow: Update to 2.0.22.
  2020-06-17 13:26 ` Efraim Flashner
  2020-06-17 13:33   ` bug#41916: " Efraim Flashner
@ 2020-06-17 13:37   ` Timotej Lazar
  1 sibling, 0 replies; 4+ messages in thread
From: Timotej Lazar @ 2020-06-17 13:37 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 41916

Efraim Flashner <efraim@flashner.co.il> [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?




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-17 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-17 11:54 [bug#41916] [PATCH] gnu: xsnow: Update to 2.0.22 Timotej Lazar
2020-06-17 13:26 ` Efraim Flashner
2020-06-17 13:33   ` bug#41916: " Efraim Flashner
2020-06-17 13:37   ` [bug#41916] " Timotej Lazar

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).