From 930e91834ffa3048a4a3f4d81bb5d79d7332b21f Mon Sep 17 00:00:00 2001 From: deepend Date: Thu, 5 Feb 2026 15:24:17 -0700 Subject: [PATCH] Updated the tray menu callback compilation guard so the GtkStatusIcon popup handler is built for non-AppIndicator backends, fixing the missing symbol during linking. --- src/fe-gtk/plugin-tray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-gtk/plugin-tray.c b/src/fe-gtk/plugin-tray.c index 912c1ba6..9bce68e0 100644 --- a/src/fe-gtk/plugin-tray.c +++ b/src/fe-gtk/plugin-tray.c @@ -1112,7 +1112,7 @@ tray_menu_show_cb (GtkWidget *menu, gpointer userdata) } #endif -#if !HAVE_GTK3 || defined(WIN32) +#if !HAVE_APPINDICATOR_BACKEND static void tray_menu_cb (GtkWidget *widget, guint button, guint time, gpointer userdata) {