Update d/p/ubuntu/dbus_request_shutdown.patch
The original implementation of the RequestReboot and RequestShutdown, introduced by this patch, were no longer working.
This fixes it by simply relaying the call to Reboot and Shutdown methods, instead of nearly duplicating them.
LP: #2100965
Test case:
Log into Gnome. Executing
dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.RequestReboot
and
dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown
should work as expected.