[telepathy] [Bug 305508] Option to always open chats in the plasmoid instead of window.

David Edmundson kde at davidedmundson.co.uk
Mon May 13 12:05:46 BST 2013


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

--- Comment #7 from David Edmundson <kde at davidedmundson.co.uk> ---
Yeah I was slightly wrong in comment 5.

I think I explained to you in an IM chat once. 

with the plasmoid running _and_ already handling a channel
startChat(account, contact, "org....TextUI", false) will reactive the chat
plasmoid
startChat(account, contact, "org....TextUI", true) will open the text-ui

with the plasmoid running but not handling the channel
startChat(account, contact, "org....TextUI", false) will open the text-ui
startChat(account, contact, "org....TextUI", true) will open the text-ui

with the plasmoid running (either handling the channel or not)
startChat(account, contact, "org....Plasmoid", false) will open the chat
plasmoid
startChat(account, contact, "org....Plasmoid", true) will open the chat
plasmoid
(unless you merged that patch that gives it a unique DBus path name :S)

with the plasmoid running but not handling the channel
Tp::Account::ensureTextChat(contact) will open in the plasmoid
Tp::Account::ensureTextChat(contact) will open in the plasmoid

with the plasmoid not running:
Tp::Account::ensureTextChat(contact) will open in the text-ui (or potentially
empathy / other random app)
Tp::Account::ensureTextChat(contact) will open in the text-ui (or potentially
empathy / other random app)

with the plasmoid not running:
startChat(account, contact, "org....Plasmoid", false) will open the text-ui (or
potentially empathy / other random app)
startChat(account, contact, "org....Plasmoid", true) will open the text-ui (or
potentially empathy / other random app)

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



More information about the Kde-telepathy-bugs mailing list