GNOME Bugzilla – Bug 752422
direct messages don't show until you click the notification
Last modified: 2015-07-21 00:07:49 UTC
Currently when someone initiates a direct query to you, you don't see this in the channel sidebar until you actually activate the system notification. I think polari should expose these in the sidebar straight away and only activate/select one when you click the notification. They shouldn't remain hidden and rely on you going to the system popover.
Created attachment 307788 [details] [review] data: Renumber filters in client file Since commit 0b27b1347 removed the first handler filter, we no longer start counting from 0 as the hacker gods demand - rectify this.
Created attachment 307789 [details] [review] data: Add observer interface and filters to client file When a telepathy client appears on the bus, mission-control will only use the interface information exposed on the bus for the proxy object if it cannot locate a .client file matching the client's bus name[0]. As we do not set TpBaseClient:uniquify-name, our bus name does match the .client file added in commit 21df75d20 and the interface information from the file will be used instead. However our .client file currently only announces the Handler interface, so mission-control doesn't consider us an observer anymore - add appropriate information for the Observer interface to fix that regression. [0] http://cgit.freedesktop.org/telepathy/telepathy-mission-control/tree/src/mcd-client.c#n899
Attachment 307788 [details] pushed as d656ee4 - data: Renumber filters in client file Attachment 307789 [details] pushed as 49ffd75 - data: Add observer interface and filters to client file