diff -Nru accountsservice-0.6.40/debian/changelog accountsservice-0.6.40/debian/changelog --- accountsservice-0.6.40/debian/changelog 2016-04-06 03:02:18.000000000 +0000 +++ accountsservice-0.6.40/debian/changelog 2016-04-19 09:23:50.000000000 +0000 @@ -1,3 +1,14 @@ +accountsservice (0.6.40-2ubuntu10) xenial; urgency=medium + + * debian/patches/change-own-data-inactive.patch: + - let inactive user sessions update their own datas without + triggering authentification dialogs. Indicator-messages does that to + indicate to the greeter that the user received messages, which + currently leads to auth dialog to be stacked in the locked session, + thanks Alkis Georgopoulos (lp: #1512002) + + -- Sebastien Bacher Tue, 19 Apr 2016 11:23:47 +0200 + accountsservice (0.6.40-2ubuntu9) xenial; urgency=medium * debian/patches/0005-gdm_config_file_path_ubuntu.patch: diff -Nru accountsservice-0.6.40/debian/patches/change-own-data-inactive.patch accountsservice-0.6.40/debian/patches/change-own-data-inactive.patch --- accountsservice-0.6.40/debian/patches/change-own-data-inactive.patch 1970-01-01 00:00:00.000000000 +0000 +++ accountsservice-0.6.40/debian/patches/change-own-data-inactive.patch 2016-04-19 09:19:22.000000000 +0000 @@ -0,0 +1,13 @@ +Index: accountsservice-0.6.40/data/org.freedesktop.accounts.policy.in +=================================================================== +--- accountsservice-0.6.40.orig/data/org.freedesktop.accounts.policy.in ++++ accountsservice-0.6.40/data/org.freedesktop.accounts.policy.in +@@ -12,7 +12,7 @@ + <_message>Authentication is required to change your own user data + + auth_self +- auth_self ++ yes + yes + + diff -Nru accountsservice-0.6.40/debian/patches/series accountsservice-0.6.40/debian/patches/series --- accountsservice-0.6.40/debian/patches/series 2016-04-06 00:53:24.000000000 +0000 +++ accountsservice-0.6.40/debian/patches/series 2016-04-19 09:18:58.000000000 +0000 @@ -15,3 +15,4 @@ 0020-support-login.defs.patch 0021-support-extrausers.patch 1002-dont-override-standardoutput.patch +change-own-data-inactive.patch