From: "Noé Lopez via Guix-patches via" <guix-patches@gnu.org>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: dev@jpoiret.xyz, 73842@debbugs.gnu.org, zimon.toutoune@gmail.com,
othacehe@gnu.org, noelopez@free.fr, me@tobias.gr, code@sam-d.com,
guix@cbaines.net, ludo@gnu.org
Subject: [bug#73842] [PATCH v2 2/3] pack: Add support for AppImage pack format.
Date: Fri, 01 Nov 2024 16:22:17 +0100 [thread overview]
Message-ID: <87r07vou6u.fsf@xn--no-cja.eu> (raw)
In-Reply-To: <87frob147v.fsf@gmail.com> (message from Maxim Cournoyer on Fri, 01 Nov 2024 22:19:32 +0900)
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> Instead of a warning, could we just make it always -RR by default and
> document that these are always relocatable, by design? The no
> relocatable flags would be treated as an implicit -RR, and otherwise a
> single -R would be treated as a single -R (and -RR as -RR, eh).
I think it would be confusing to have default options change between
pack formats, additionaly I’m not sure the -RR option has any effect
compared to -R as we already use a runtime that requires fuse.
The command will output a warning when the -R option is not used though:
« guix pack: warning: AppImages should be built with the --relocatable
flag »
> Are there plans to add support for .DirIcon in the future?
It was originally planned but with the added complexity it was kept for
a later version. Notably, you need a full XDG icon structure inside
your AppImage for the specification, that means multiple resolutions of
your image and other icon stuff I don’t know about. It’s worth retrying
though, as a single 256x256 png might work.
> The rest looks good to me, from a quick read. If you could send a v3,
> I'll then give it a real try.
I’ve applied the rest of your suggestions, sending the v3 just after
this.
Thanks for reviewing,
Noé
next prev parent reply other threads:[~2024-11-01 15:22 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-16 21:51 [bug#73842] [PATCH] pack: Add support for AppImage pack format Noé Lopez
2024-10-18 12:20 ` Ludovic Courtès
2024-10-18 12:22 ` Ludovic Courtès
2024-10-18 20:34 ` Ludovic Courtès
2024-10-26 17:28 ` [bug#73842] [PATCH v2 0/3] " Noé Lopez
2024-10-26 17:28 ` [bug#73842] [PATCH v2 1/3] gnu: appimage: New packages for the appimage runtime Noé Lopez
2024-11-01 13:24 ` Maxim Cournoyer
2024-10-26 17:28 ` [bug#73842] [PATCH v2 2/3] pack: Add support for AppImage pack format Noé Lopez
2024-11-01 13:19 ` Maxim Cournoyer
2024-11-01 15:22 ` Noé Lopez via Guix-patches via [this message]
2024-10-26 17:28 ` [bug#73842] [PATCH v2 3/3] news: Add entry for guix pack’s AppImage format Noé Lopez
2024-10-27 13:38 ` pelzflorian (Florian Pelz)
2024-11-01 13:27 ` Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r07vou6u.fsf@xn--no-cja.eu \
--to=guix-patches@gnu.org \
--cc=73842@debbugs.gnu.org \
--cc=code@sam-d.com \
--cc=dev@jpoiret.xyz \
--cc=guix@cbaines.net \
--cc=ludo@gnu.org \
--cc=maxim.cournoyer@gmail.com \
--cc=me@tobias.gr \
--cc=noe@xn--no-cja.eu \
--cc=noelopez@free.fr \
--cc=othacehe@gnu.org \
--cc=zimon.toutoune@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.