Bug 381010 - plasma-pa applet not showing up in systray
Summary: plasma-pa applet not showing up in systray
Status: RESOLVED FIXED
Alias: None
Product: plasma-pa
Classification: Plasma
Component: applet (show other bugs)
Version: 5.10.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
: 381042 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-06-09 10:52 UTC by Elvis Angelaccio
Modified: 2017-06-21 14:54 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elvis Angelaccio 2017-06-09 10:52:36 UTC
Some debug shows that the dbus reply received in SystemTray::serviceNameFetchFinished() does not contain "org.pulseaudio.Server", so we never call newTask("org.kde.plasma.volume") and the applet does not show up in the system tray.

Everything works fine in X11.

Workaround: manually add the applet elsewhere.
Comment 1 David Rosca 2017-06-09 19:21:28 UTC
So this is on Wayland?

https://cgit.kde.org/plasma-pa.git/commit/?id=50157cc0de87d391998938a3ab817836fa05d496

This commit should probably be reverted, as it is actually possible to build PulseAudio without dbus support in which case the applet will never show up.
Comment 2 Elvis Angelaccio 2017-06-10 09:23:41 UTC
Yes, happens only in the wayland session.
Comment 3 Texstar 2017-06-12 23:11:32 UTC
My plamsa pa applet only starts in the system tray on every other login and I'm not using wayland.

Login in and it is there
Login again and it is gone
Login again and damn it is back again!
Comment 4 David Rosca 2017-06-13 06:20:30 UTC
Git commit e32c8904683d4ccf6362d30236425fb3d2b54438 by David Rosca.
Committed on 13/06/2017 at 06:19.
Pushed by drosca into branch 'Plasma/5.10'.

Revert "Make the applet DBus activated"

Pulseaudio may be built without DBus support, in which case
it will never show up in tray.
Also, this seems to make the applet never show up under Wayland.

This reverts commit 50157cc0de87d391998938a3ab817836fa05d496.

Differential Revision: https://phabricator.kde.org/D6211

M  +0    -1    applet/metadata.desktop

https://commits.kde.org/plasma-pa/e32c8904683d4ccf6362d30236425fb3d2b54438
Comment 5 Texstar 2017-06-13 07:02:55 UTC
Resolved fixed indeed. Thank you.
Comment 6 Christoph Feck 2017-06-21 14:54:59 UTC
*** Bug 381042 has been marked as a duplicate of this bug. ***