From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH installer 0/2] Close app gracefully
Date: Fri, 16 Jun 2023 12:57:41 +0200 [thread overview]
Message-ID: <20230616105743.105209-1-m.sandoval@proxmox.com> (raw)
We make sure that the Glib main loop is closed before exiting the application.
Ideally all of this, among other things, is handled automatically when using
Gtk3::ApplicationWindow and Glib::IO::Application->run(), but that needs
https://metacpan.org/pod/Glib::IO to be packaged for debian.
As a side note, gtk_main() and related functions were removed for GTK 4.
Maximiliano Sandoval (2):
exit process gracefully
stop main loop when closing the main window
proxinstall | 32 ++++++++++++++++++++------------
1 file changed, 20 insertions(+), 12 deletions(-)
--
2.39.2
next reply other threads:[~2023-06-16 10:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-16 10:57 Maximiliano Sandoval [this message]
2023-06-16 10:57 ` [pve-devel] [PATCH installer 1/2] exit process gracefully Maximiliano Sandoval
2023-06-16 10:57 ` [pve-devel] [PATCH installer 2/2] stop main loop when closing the main window Maximiliano Sandoval
2023-06-19 7:36 ` [pve-devel] applied: [PATCH installer 0/2] Close app gracefully Thomas Lamprecht
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=20230616105743.105209-1-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pve-devel@lists.proxmox.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.
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.