Public bug reported:

(This is probably the source of all those 'have to enter password again
after login' bugs for UOA that are floating around)

Bug symtoms:
1. Have to enter password at every login again for EDS
2. loads of accounts pile up in .config/evolution/sources (a new one on every 
login)

What's going on:
ubuntu_online_accounts_bus_acquired_cb() in 
eds/modules/ubuntu-online-accounts/module-ubuntu-online-accounts.c gets 
connected to the "bus-aquired" signal.

Note also that evolution_source_registry_load_sources() from
eds/services/evolution-source-registry/evolution-source-registry.c is
connected to the same signal.  Given when the plugins are loaded, UOA
connects to the signal first, so UOA tries to match up EDS accounts to
UOA accounts before the EDS accounts (sources) have been loaded.

The patch is simply to use g_signal_connect_after in module-ubuntu-
online-accounts.c, which fixes the problem for me.

Note though that this change means a whole bunch of code in module-
ubuntu-online-accounts.c that has never run will now be run...

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: evolution-data-server 3.12.6-0ubuntu2 [modified: 
usr/lib/evolution/evolution-source-registry]
ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
Uname: Linux 3.16.0-17-generic x86_64
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Sep 25 22:08:54 2014
InstallationDate: Installed on 2014-09-03 (22 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140902)
SourcePackage: evolution-data-server
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: evolution-data-server (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug patch utopic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1373908

Title:
  UOA integration always creates new evolution-datat-server accounts on
  login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1373908/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to