https://bugzilla.xfce.org/show_bug.cgi?id=10974
--- Comment #5 from Samuli Suominen <[email protected]> --- 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. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
