unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43154] Fix childsplay .desktop file
@ 2020-09-01 13:37 Prafulla Giri
  2020-09-01 13:55 ` bug#43154: " Efraim Flashner
       [not found] ` <handler.43154.D43154.15989685488597.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Prafulla Giri @ 2020-09-01 13:37 UTC (permalink / raw)
  To: 43154


[-- Attachment #1.1: Type: text/plain, Size: 237 bytes --]

Esteemed maintainers,

The package definition of `childsplay` as it currently stands creates a
buggy .desktop file. It points to out/bin/childsplay.py instead of
out/bin/childsplay. The attached patch fixes the (minor) issue.

Thank you

[-- Attachment #1.2: Type: text/html, Size: 322 bytes --]

[-- Attachment #2: 0001-gnu-childsplay-Fix-.desktop-file.patch --]
[-- Type: text/x-patch, Size: 1167 bytes --]

From eb8c15cdb01cda6fd469b5250c5b2b914a7ea2b6 Mon Sep 17 00:00:00 2001
From: Prafulla Giri <pratheblackdiamond@gmail.com>
Date: Tue, 1 Sep 2020 19:13:20 +0545
Subject: [PATCH] gnu: childsplay: Fix .desktop file.

* gnu/packages/education.scm (childsplay)[arguments]: In phase
'create-desktop-file, fix Exec to point to out/bin/childsplay.
---
 gnu/packages/education.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index ed1401c39b..8ce1723cd4 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -486,7 +486,7 @@ specialized device.")
                             Comment[ca]=Conjunt de jocs educatius per a xiquets~@
                             Comment[es]=Conjunto de juegos educativos para niños~@
                             Comment[de]=Sammlung mit lehrreichen Spielen für kleine Kinder~@
-                            Exec=~a/bin/childsplay.py~@
+                            Exec=~a/bin/childsplay~@
                             Terminal=false~@
                             Icon=logo_cp.svg~@
                             Type=Application~@
-- 
2.28.0


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

end of thread, other threads:[~2020-09-01 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-01 13:37 [bug#43154] Fix childsplay .desktop file Prafulla Giri
2020-09-01 13:55 ` bug#43154: " Efraim Flashner
     [not found] ` <handler.43154.D43154.15989685488597.notifdone@debbugs.gnu.org>
2020-09-01 16:20   ` [bug#43154] closed (Re: [bug#43154] Fix childsplay .desktop file) Prafulla Giri

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).