Bug 1501173 - No icon in system tray under kde plasma
Summary: No icon in system tray under kde plasma
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Virtualization Tools
Classification: Community
Component: virt-manager
Version: unspecified
Hardware: Unspecified
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Cole Robinson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-10-12 07:57 UTC by Jetchko Jekov
Modified: 2018-10-08 19:12 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-08 19:12:12 UTC
Embargoed:


Attachments (Terms of Use)

Description Jetchko Jekov 2017-10-12 07:57:00 UTC
Description of problem:
There is no icon showing in system tray under kde plasma even if you enable it in preferences.
The problem is that virt-manager uses AppIndicator3.IndicatorCategory.OTHER which is wrong(?). At least in spec under this value is written " ... please don’t use unless you really need it."
Maybe better category will be APPLICATION_STATUS.

The real reason is that there is a misalignment between indicator category enum definition in Appindicator3 and KNotifications but maybe thats reason for another bug.

Version-Release number of selected component (if applicable): 1.4.3


Additional info:

virt-manager-1.4.3-1.fc26.noarch

Comment 1 Cole Robinson 2018-10-08 19:12:12 UTC
Thanks for the report, I fixed this a while ago but forgot to close it:

commit 9617d1267dfb283b6a13762f7c03d391b644db84
Author: Cole Robinson <crobinso>
Date:   Wed Oct 18 18:50:42 2017 -0400

    systray: Use APPLICATION_STATUS for appindicator
    
    Not OTHER, as the reporter points out this shouldn't be used, and
    causes issues on KDE
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1501173


Note You need to log in before you can comment on or make changes to this bug.