[13:30] hi everyone! [13:31] is there a way to request a reboot dialog from the mate session manager via dbus? [13:32] as far as I understand, the mate session manager implements only a subset of the org.gnome.SessionManager interface - 'Reboot' seems to have been omitted [13:32] is this by design, since the shutdown dialog offers 'suspend', 'reboot' and 'shutdown' all at once? [16:07] dbus-send --session --type=method_call --print-reply --reply-timeout=2000 \ [16:07] --dest=org.mate.SessionManager /org/mate/SessionManager \ [16:07] org.mate.SessionManager.RequestReboot 2>&1 && return [16:07] loose: this is what I have in my notes, check it out ^