GNOME Bugzilla – Bug 619120
[GsmClient] Export _stop method
Last modified: 2010-05-20 14:38:05 UTC
This allows the shell to request that a client quit.
Created attachment 161487 [details] [review] [GsmClient] Export _stop method
Review of attachment 161487 [details] [review]: Looks good otherwise. Wondering: why do you need this? ::: gnome-session/org.gnome.SessionManager.Client.xml @@ +66,3 @@ + <doc:doc> + <doc:description> + <doc:para>Inititate a reuquest that this application terminate via XSMP.</doc:para> Typo in request. Maybe a better version is "Initiate a request to terminate this application via XSMP"?
Attachment 161487 [details] pushed as 017b5ee - [GsmClient] Export _stop method
(In reply to comment #2) > Review of attachment 161487 [details] [review]: > > Looks good otherwise. Wondering: why do you need this? So the implementation of GNOME Shell's "Quit" menu item can take advantage of an XSMP connection if available. And also so that we can cleanly terminate apps before upgrading them. > ::: gnome-session/org.gnome.SessionManager.Client.xml > @@ +66,3 @@ > + <doc:doc> > + <doc:description> > + <doc:para>Inititate a reuquest that this application terminate via > XSMP.</doc:para> > > Typo in request. Maybe a better version is "Initiate a request to terminate > this application via XSMP"? Fixed, thanks!