[Xfce-bugs] [Bug 10974] libxfcegui4-4.10.0 is broken when built against libxfce4util-4.11.0 (git) with missing xfce_setenv()
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Tue Jun 24 15:35:37 CEST 2014
https://bugzilla.xfce.org/show_bug.cgi?id=10974
--- Comment #5 from Samuli Suominen <ssuominen at gentoo.org> ---
Turns out it simple as this:
--- libxfcegui4/xfce-exec.c
+++ libxfcegui4/xfce-exec.c
@@ -79,7 +79,7 @@
#ifndef G_OS_WIN32
gchar *dpyname = user_data;
- xfce_setenv ("DISPLAY", dpyname, TRUE);
+ g_setenv ("DISPLAY", dpyname, TRUE);
#endif
}
Please review & commit to git
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list