[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27691] Tabs and patches names
From: |
Ludovic Courtès |
Subject: |
[bug#27691] Tabs and patches names |
Date: |
Wed, 26 Jul 2017 10:40:40 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hi Oleg,
Oleg Pykhalov <address@hidden> skribis:
>>From 3b92b15460fdf422d2de2ea39297a73a8dd87e19 Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <address@hidden>
> Date: Tue, 25 Jul 2017 19:27:47 +0300
> Subject: [PATCH] gnu: Add tome4.
>
> * gnu/packages/games.scm (tome4): New variable.
I had to make the change below so that ‘tome4’ would behave as one would
expect. However, the game doesn’t work for me: it creates an X11 window
that immediately disappears; after that, the engine is running
(displaying its activity in the console), but there’s no open window.
The problem can be reproduced with:
./pre-inst-env guix environment --pure --ad-hoc tome4
Could you check if it works for you?
Thanks!
Ludo’.
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index df6922d88..41084a2f2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4660,8 +4660,7 @@ Crowther & Woods, its original authors, in 1995. It has
been known as
;; defaulting to working directory
;; for engine code!
"cd " data "\n"
- "./t-engine &\n"
- "exit\n"))))
+ "exec -a tome4 ./t-engine
\"address@hidden"\n"))))
(chmod wrapper #o555)
;; licenses
(for-each (lambda (file)
- [bug#27691] [PATCH 1/2] gnu: Add premake4., Oleg Pykhalov, 2017/07/14
- [bug#27691] [PATCH 2/2] gnu: Add t-engine., Oleg Pykhalov, 2017/07/14
- [bug#27691] Specify version, Oleg Pykhalov, 2017/07/14
- [bug#27691] Tabs and patches names, Oleg Pykhalov, 2017/07/17
- [bug#27691] Tabs and patches names, Ludovic Courtès, 2017/07/20
- [bug#27691] Tabs and patches names, Oleg Pykhalov, 2017/07/25
- [bug#27691] Tabs and patches names,
Ludovic Courtès <=
- [bug#27691] Tabs and patches names, Oleg Pykhalov, 2017/07/26
- [bug#27691] Tabs and patches names, Ludovic Courtès, 2017/07/26
- [bug#27691] Tabs and patches names, Oleg Pykhalov, 2017/07/26
- [bug#27691] Qemu test tome4 works for me, Oleg Pykhalov, 2017/07/28
- bug#27691: Qemu test tome4 works for me, Ludovic Courtès, 2017/07/28
[bug#27691] Fix spaces, Oleg Pykhalov, 2017/07/17
[bug#27691] Clean up tome4, Oleg Pykhalov, 2017/07/28