the skin editor has no application icon included in the binary. Reproducible: Always
Git commit 691f111ed52777c7dde27d67a9a58c86305cbf88 by Patrick Spendrin. Committed on 03/06/2013 at 00:00. Pushed by sengels into branch 'KDE/4.10'. add application icon for editor M +1 -1 ksirkskineditor/CMakeLists.txt http://commits.kde.org/ksirk/691f111ed52777c7dde27d67a9a58c86305cbf88
Git commit 12478767847693436e011550396b422d45155247 by Patrick Spendrin. Committed on 03/06/2013 at 00:18. Pushed by sengels into branch 'kde-4.10'. fix app icon for ksirk skin editor M +12 -0 portage/kde/kdegames/ksirk/ksirk-4.10.1-20130310.diff http://commits.kde.org/emerge/12478767847693436e011550396b422d45155247
I still have the problem with latest update. Is the fix contained in the new binaries ?
What is the status of this bug? Reopen?
Jekyll, if this is still a problem, please reopen the bug.
The problem still exists. Reopen.
The icon in the "About KsirK Skin Editor..." defaults to ksirkskineditor: ksirk/ksirkskineditor/main.cpp:42-51: KAboutData aboutData( "ksirkskineditor", 0, ki18n("KsirK Skin Editor"), KDE_VERSION_STRING, ki18n(description), KAboutData::License_GPL, ki18n("(c) 2008, Gaël de Chalendar\n"), ki18n("For help and user manual, please see\nThe KsirK Web site"), "http://games.kde.org/game.php?game=ksirk"); There is no such icon. I guess something like this needs to be appended to get the same icon as ksirk: aboutData.setProgramIconName("ksirk"); Now this contradicts to the .desktop file. Of course one can also use that other icon: aboutData.setProgramIconName("preferences-desktop-locale"); But in the latter case I do not see any more need for ksirkskineditor to depend on the ksirk icon.