[kate] [Bug 364807] KWrite does not sport its icon.

2016-09-16 Thread RJVB via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364807

RJVB  changed:

   What|Removed |Added

 CC||rjvber...@gmail.com

--- Comment #2 from RJVB  ---
FWIW, the correct cross-platform way of getting the icon to show up in task
switchers, Docks etc. is something along the lines of

app.setWindowIcon(QIcon::fromTheme("appIconName", app.windowIcon()));

this avoids replacing the application icon (resource) installed in or with the
application with an empty icon; as a general rule of thumb one can say that
platforms either store the app icon resource with the app (OS X, MS Windows) or
else they use an icon from a user-selectable icon theme from some central
location.

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


[kate] [Bug 364807] KWrite does not sport its icon.

2016-09-06 Thread Christoph Cullmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364807

Christoph Cullmann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---
This seems to be fixed in 16.08.

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