* [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
* bug#43154: Fix childsplay .desktop file
2020-09-01 13:37 [bug#43154] Fix childsplay .desktop file Prafulla Giri
@ 2020-09-01 13:55 ` Efraim Flashner
[not found] ` <handler.43154.D43154.15989685488597.notifdone@debbugs.gnu.org>
1 sibling, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2020-09-01 13:55 UTC (permalink / raw)
To: Prafulla Giri; +Cc: 43154-done
[-- Attachment #1: Type: text/plain, Size: 345 bytes --]
Good catch!
I added a copyright line for you to the top of the file and pushed it.
Congrats! Now you're a maintainer too! :)
--
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] 3+ messages in thread
[parent not found: <handler.43154.D43154.15989685488597.notifdone@debbugs.gnu.org>]
* [bug#43154] closed (Re: [bug#43154] Fix childsplay .desktop file)
[not found] ` <handler.43154.D43154.15989685488597.notifdone@debbugs.gnu.org>
@ 2020-09-01 16:20 ` Prafulla Giri
0 siblings, 0 replies; 3+ messages in thread
From: Prafulla Giri @ 2020-09-01 16:20 UTC (permalink / raw)
To: 43154
[-- Attachment #1: Type: text/plain, Size: 1886 bytes --]
Thank you, Mr. Efraim. That is very kind of you, sir.
P. S: I am peanutbutterandc on freenode. And I believe it was you who
recommended me to learn emacs. And emacs has been a huge help with Scheme.
So, thank you very much.
On Tue, Sep 1, 2020 at 7:41 PM GNU bug Tracking System <help-debbugs@gnu.org>
wrote:
> Your bug report
>
> #43154: Fix childsplay .desktop file
>
> 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 43154@debbugs.gnu.org.
>
> --
> 43154: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43154
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
>
>
>
> ---------- Forwarded message ----------
> From: Efraim Flashner <efraim@flashner.co.il>
> To: Prafulla Giri <pratheblackdiamond@gmail.com>
> Cc: 43154-done@debbugs.gnu.org
> Bcc:
> Date: Tue, 1 Sep 2020 16:55:08 +0300
> Subject: Re: [bug#43154] Fix childsplay .desktop file
> Good catch!
>
> I added a copyright line for you to the top of the file and pushed it.
> Congrats! Now you're a maintainer too! :)
>
>
> --
> 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
>
>
>
> ---------- Forwarded message ----------
> From: Prafulla Giri <pratheblackdiamond@gmail.com>
> To: guix-patches@gnu.org
> Cc:
> Bcc:
> Date: Tue, 1 Sep 2020 19:22:27 +0545
> Subject: Fix childsplay .desktop file
> 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 #2: Type: text/html, Size: 2976 bytes --]
^ permalink raw reply [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).