qtui: Fix duplication of tray icon with StatusNotifier
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 14 Jun 2018 22:55:07 +0000 (00:55 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 15 Jun 2018 23:30:32 +0000 (01:30 +0200)
Don't register a custom D-Bus service for the StatusNotifierItem.
Instead, just use the base service that is already registered.

Fixes the duplication of the tray icon that sporadically happened
with Plasma's SNI visualization, which sometimes forgot to properly
track the custom service name.


No differences found