Created attachment 57731 [details] Patch to use the new binary name kst2 and fix the format of the mimetype entry Version: 2.0.3 (using KDE 4.6.0) OS: Linux This is somehow a follow up of bug 250555. There are a few problems with the desktop file shipped with kst 2.0.3 rc2 1.) The binary is called kst and not kst2 2.) The line with Mimetype does not end with a semicolon 3.) the kst icon does not get installed, which means no icon is shown the application menu (and for openSUSE the rpm does not even build) (Actually no icon from the src/images directory gets installed.) I attach a patch which solves the first two problems. Reproducible: Always OS: Linux
1. and 2. are fixed.
How about 3. Can we close this now?
SVN commit 1250601 by netterfield: CCBUG: 267828 Under Unix/not apple, install application and mimetype icons in the locations specified by the freedesktop.org spec. cmake runs, but I haven't tested if this actually does what we want. M +14 -0 cmake/src/kst/CMakeLists.txt A src/images/128x128 (directory) AM src/images/128x128/application-x-kst.png AM src/images/128x128/kst.png A src/images/32x32 (directory) AM src/images/32x32/application-x-kst.png AM src/images/32x32/kst.png A src/images/48x48 (directory) AM src/images/48x48/application-x-kst.png AM src/images/48x48/kst.png A src/images/64x64 (directory) AM src/images/64x64/application-x-kst.png AM src/images/64x64/kst.png A src/images/svg_icons/application-x-kst.svg M +1 -1 src/kst/x-kst2.desktop WebSVN link: http://websvn.kde.org/?view=rev&revision=1250601
This works AFAICT. I think this bug can be closed.
Fixed in 2.0.4 by SVN commit 1250601.