This is a ubuntu specific bug. This comes from SetXHasMessages property
added to accountsservice from 0013-add-has-message-support.patch , used
by indicator-message .
The reason being, mismatch of uid between local user and one provided by
remote server.
from fn accountsservice : user_set_xhas_messages
+gboolean
+user_set_xhas_messages (User *user,
+ gboolean has_messages,
+ DBusGMethodInvocation *context)
+{
+ gchar *sender;
+ DBusConnection *connection;
...
+ if (user->uid == uid)
+ action_id = "org.freedesktop.accounts.change-own-user-data";
The workaround I could think of, would be to fix the uid mismatch or revert the
merge
https://code.launchpad.net/~mterry/indicator-messages/tell-accounts-services/+merge/93290
Cheers
ritz
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1192300
Title:
prompts for permissions on startup when username is both local &
networkauth
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1192300/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs