https://bugzilla.xfce.org/show_bug.cgi?id=12579
Eric Koegel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Eric Koegel <[email protected]> --- Hey thanks for pointing that out. It should now be fixed with 2 patches: commit 95617f7759eb99eda65defe9f65944062a494a91 Author: Eric Koegel <[email protected]> Date: Sat May 21 08:16:51 2016 +0300 Fix the shutdown/reboot in xfsm-manager With the new GDBUS setup, we can't just call gtk_main_quit to exit since we'll never run the name_lost function which actually calls shutdown/reboot. This patch changes the gtk_main_quit calls to be a manager-quit signal which the main.c source will watch and react to. http://git.xfce.org/xfce/xfce4-session/commit/?id=95617f7759eb99eda65defe9f65944062a494a91 commit 769c1d1e92f06772499faaf9196163e9d9cb0c1f Author: Eric Koegel <[email protected]> Date: Fri May 20 20:25:40 2016 +0300 Fix shutdown and reboot gdbus calls http://git.xfce.org/xfce/xfce4-session/commit/?id=769c1d1e92f06772499faaf9196163e9d9cb0c1f -- 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
