Comment 2 for bug 1205273

Revision history for this message
Sebastien Bacher (seb128) wrote :

duplicate states:

"indicator-session should lock the screen before switching to unity-greeter .

=== modified file 'src/service.c'
--- src/service.c 2013-07-12 12:42:07 +0000
+++ src/service.c 2013-07-29 19:18:36 +0000
@@ -707,6 +707,7 @@
                       GVariant * param G_GNUC_UNUSED,
                       gpointer gself)
 {
+ indicator_session_actions_switch_to_screensaver (get_backend_actions(gself));
   indicator_session_actions_switch_to_greeter (get_backend_actions(gself));
 }"