/srv/irclogs.ubuntu.com/2022/11/14/#ubuntu-mate.txt

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

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!