The solution is to install package gnome-control-center-signon:
- Code: Select all
sudo apt-get install gnome-control-center-signon
This adds the missing Online Accounts manager to System Settings (gnome-control-center) and enables Shotwell's
"Add more accounts..." feature to invoke it.
The root of the bug is Ubuntu's patch shotwell 0.12.3-0ubuntu2. Changelog:
shotwell (0.12.3-0ubuntu2) quantal; urgency=low
* debian/patches/06_uoa.patch
- Added UOA support
* debian/control
- added build depends libsignon-glib-dev and libaccounts-glib-dev
which introduced online-account integration (UOA = Ubuntu Online Accounts) but
did not give the package the new dependency upon gnome-control-center-signon
that it would require for this functionality to work.
The bug does not appear in Ubuntu Quantal because it installs gnome-control-center-signon
by default.