[gnome-initial-setup] Allow gnome-initial-setup to copy the data



commit 6cfc146a7af7e7716da9bf13b45b0b4271a89928
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 5 20:06:56 2012 -0400

    Allow gnome-initial-setup to copy the data
    
    Due to the fact that we are now copying the data after another
    session has been created on the same vt, polkit doesn't consider
    the gnome-initial-setup user active anymore.

 data/20-gnome-initial-setup.rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/20-gnome-initial-setup.rules b/data/20-gnome-initial-setup.rules
index 3c37da3..51657c6 100644
--- a/data/20-gnome-initial-setup.rules
+++ b/data/20-gnome-initial-setup.rules
@@ -16,7 +16,7 @@ polkit.addRule(function(action, subject) {
                          action.id.indexOf('org.freedesktop.RealtimeKit1.') === 0);
 
     if (actionMatches) {
-        if (subject.local && subject.active)
+        if (subject.local)
             return 'yes';
         else
             return 'auth_admin';



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]