[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1110302: marked as done (unblock: artha/1.0.5-6)



Your message dated Thu, 14 Aug 2025 13:52:43 +0200
with message-id <906e549b-f761-4c21-b196-54e704c4bee0@debian.org>
and subject line close all open unblock requests, the trixie release happened
has caused the Debian Bug report #1110302,
regarding unblock: artha/1.0.5-6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1110302: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110302
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: artha@packages.debian.org
Control: affects -1 + src:artha
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package artha

The one-line patch forces GDK_BACKEND to x11

[ Reason ]
Segfault immediatly on a Wayland desktop.

[ Impact ]
Hard to debug silent failure

[ Tests ]
It's a gui application, I launched it from the menu
& the terminal.

[ Risks ]
No, leaf package

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

[ Other info ]
See RC bug #1108467

unblock artha/1.0.5-6


--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+artha (1.0.5-6) unstable; urgency=high
+
+  * Team upload
+  * Fix Team name
+  * Always force X11 as GDK_BACKEND (Closes: #1108467)
+
+ -- Alexandre Detiste <tchet@debian.org>  Sat, 02 Aug 2025 20:51:47 +0200
+
 artha (1.0.5-5) unstable; urgency=medium

   * Team upload
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: artha
-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
+Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
 Uploaders: Sundaram Ramaswamy <legends2k@yahoo.com>,
            Andreas Tille <tille@debian.org>
 Section: utils
--- /dev/null
+++ b/debian/patches/force_x11.patch
@@ -0,0 +1,19 @@
+--- a/src/gui.c
++++ b/src/gui.c
+@@ -22,6 +22,8 @@
+  * GUI Code
+  */
+
++#define _POSIX_C_SOURCE 200112L
++#include <stdlib.h>
+
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
+@@ -3663,6 +3665,7 @@
+ {
+       GtkApplication *app;
+       int status;
++      setenv("GDK_BACKEND", "x11", 1);
+
+ #ifdef G_OS_WIN32
+       /* logic for single instance apps. on Win32 */
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ make_sure_we_really_use_GTK_LIBS.patch
 spelling.patch
 no-dbus-glib.patch
 gtk3.patch
+force_x11.patch

--- End Message ---
--- Begin Message ---
Hi,

I'm sorry we couldn't unblock your request in time for trixie. I'm closing all open unblock requests in one go, so I'm not going into details of the particular request, but reasons are typically as follow:
- the request came after the deadline of 2025-07-30
- the request came late and we just didn't have the time to deal with it
- the request was waiting for action from the submitter (moreinfo tag)
- the request didn't appear to be in line with the freeze policy and we
  didn't have the energy to engage (sorry for that, see our FAQ [1])
- there was discussion in the unblock request but no agreement was
  reached in time for the release.

Paul

[1] https://release.debian.org/trixie/FAQ.html

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply to: