Viktor Odintsev <[email protected]> has asked Eric Koegel <[email protected]> for review: Bug 13802: xfce4-session hanging on log out https://bugzilla.xfce.org/show_bug.cgi?id=13802
Attachment 7290: xfsm-manager: pass manager variable to g_timeout_add https://bugzilla.xfce.org/attachment.cgi?id=7290&action=edit --- Comment #2 from Viktor Odintsev <[email protected]> --- Created attachment 7290 --> https://bugzilla.xfce.org/attachment.cgi?id=7290&action=edit xfsm-manager: pass manager variable to g_timeout_add g_timeout_add now takes manager_quit_signal instead gtk_main_quit. In this function XfsmManager instance is used to emit MANAGER_QUIT signal which was forgotten to be passed to g_timeout_add. This patch fixes this problem, now Xfsm should shutdown the session after 7 seconds as it was before. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
