Bug#967826: xlog: depends on deprecated GTK 2

Bastian Germann <[email protected]>
Newsgroups gmane.linux.debian.devel.ham
Message-ID <aYj6zwZU5XYe5msp__38216.9391190232$1770584969$gmane$org@duagon-BXN3S64.localdomain>
Please find an additional patch attached that re-enables the menu icons.
Show-menu-icons.patch (text/x-diff, 685 B)
>From 06ff4e9f56cace6fbad943139a254cc0d9f49b48 Mon Sep 17 00:00:00 2001
From: Bastian Germann <[email protected]>
Date: Sun, 8 Feb 2026 21:59:47 +0100
Subject: [PATCH] Show menu icons

---
 src/main.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/main.c b/src/main.c
index a7baf0a..bcd9b8b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -235,6 +235,13 @@ main (int argc, char *argv[])
 #endif
 
 	gtk_init (&argc, &argv);
+
+	/* GTK3 hides menu/button icons by default; restore GTK2 behavior */
+	g_object_set (gtk_settings_get_default (),
+		"gtk-menu-images", TRUE,
+		"gtk-button-images", TRUE,
+		NULL);
+
 	gtk_mismatch = check_gtk_version ();
 	if (gtk_mismatch)
 	{
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.