https://bugs.kde.org/show_bug.cgi?id=425403

Nicolas Fella <nicolas.fe...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.fe...@gmx.de

--- Comment #4 from Nicolas Fella <nicolas.fe...@gmx.de> ---
kcmshell tries to set an icon, but that only works on X11, not Wayland.

It boils down to 
    QDialog d;
    d.setWindowIcon(QIcon::fromTheme("cuttlefish"));
    d.show();

not working on Wayland

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to