GNOME Bugzilla – Bug 567909
set session status as busy when playing a fullscreen movie
Last modified: 2011-02-26 02:15:00 UTC
gnome session now has a presence api: http://svn.gnome.org/viewvc/gnome-session/trunk/gnome-session/org.gnome.SessionManager.Presence.xml?view=markup Totem may wish to set the user status as busy when playing a fullscreen movie. I'd also like to have a good way to set application scoped status text. This text should go away when the application does. For totem it would likely say "Playing movie" or something. Having it per application would be nice so it doesn't replace or interfere with the global/persistent user status text.
A couple of questions: - How do I reset the status to what it previously was when getting out of fullscreen? - What happens when applications "fight out" for the status?
We don't yet have the app scoped status text api. But you'd just remove the status just like you remove an inhibitor. And since it is per app there will be no fighting.
commit ddfe98fba2418002ef19a0097aa0c025747c4218 Author: Bastien Nocera <hadess@hadess.net> Date: Wed Feb 23 14:06:04 2011 +0000 galago: Rename to im-status and use gnome-session No need for the galago stack any more, we'll use gnome-session's Presence API instead. Given that this isn't app scoped in gnome-session, I'll close this as fixed, as there would be no way for Totem to change the status back to its original correctly.