[Bug 308205] Set ConnectsAutomatically on all accounts

David Edmundson david at davidedmundson.co.uk
Thu Oct 11 17:29:38 BST 2012


https://bugs.kde.org/show_bug.cgi?id=308205

David Edmundson <david at davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidedmundson.co.uk
            Summary|KDE Telepathy doesn't       |Set ConnectsAutomatically
                   |always work when connection |on all accounts
                   |changes.                    |

--- Comment #1 from David Edmundson <david at davidedmundson.co.uk> ---
Turns out this is a bug
As a work around for you:
enable Settings->General->Restore last presence on login

---

Hijacking this thread for development purposes now.

MissionControl being network aware requires the account to have the
"connectsAutomatically" flag on the account enabled.  Currently this is worded
into "connect on login" which is wrong.

Tasks:
1) Find out if automaticPresence is saved across sessions
2) see if connectsAutomatically actually causes connect on login.

Worst case we simply change it to
if(connectOnLogin) {
   setAutomaticPresence(config.readEntry(...));
} else {
  setAutomaticPresence(Tp::offline());
}
setConnectsAutomatically(true);

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list