https://bugs.kde.org/show_bug.cgi?id=435738
Konrad Materka <mate...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |UPSTREAM --- Comment #4 from Konrad Materka <mate...@gmail.com> --- Just checked and the application is not setting the icon correctly. You can run attached scrict to list DBus properties of all System Tray icons. On my system for Albert is returns: {"AttentionIconName" = [Variant(QString): ""], "AttentionIconPixmap" = [Variant: [Argument: a(iiay) {}]], "AttentionMovieName" = [Variant(QString): ""], "Category" = [Variant(QString): "ApplicationStatus"], "IconName" = [Variant(QString): ""], "IconPixmap" = [Variant: [Argument: a(iiay) {}]], "IconThemePath" = [Variant(QString): ""], "Id" = [Variant(QString): "Albert"], "ItemIsMenu" = [Variant(bool): false], "Menu" = [Variant: [ObjectPath: /MenuBar]], "OverlayIconName" = [Variant(QString): ""], "OverlayIconPixmap" = [Variant: [Argument: a(iiay) {}]], "Status" = [Variant(QString): "Active"], "Title" = [Variant(QString): "Albert"], "ToolTip" = [Variant: [Argument: (sa(iiay)ss) "", [Argument: a(iiay) {}], "", ""]], "WindowId" = [Variant(int): 0]} Both IconName and IconPixmap are empty. Maybe the problem is that Albert set's the icon in a weird way? https://github.com/albertlauncher/albert/blob/dev/src/app/trayicon.cpp#L15 Most probably QIcon::fromTheme should be used (as mention in app bug report). -- You are receiving this mail because: You are watching all bug changes.