Bug 267828

Summary: Problems with the kst.desktop file shipped with 2.0.3 rc2
Product: [Applications] kst Reporter: Christian Trippe <christiandehne>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal CC: syntheticpp
Priority: NOR    
Version: 2.0.3   
Target Milestone: 2.0.3   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Patch to use the new binary name kst2 and fix the format of the mimetype entry

Description Christian Trippe 2011-03-06 21:23:48 UTC
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
Comment 1 Peter Kümmel 2011-03-15 22:19:12 UTC
1. and 2. are fixed.
Comment 2 Nicolas Brisset 2011-05-18 23:36:46 UTC
How about 3.
Can we close this now?
Comment 3 Netterfield 2011-08-31 16:08:32 UTC
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
Comment 4 Christian Trippe 2011-09-12 19:34:05 UTC
This works AFAICT. I think this bug can be closed.
Comment 5 Netterfield 2011-09-12 19:41:28 UTC
Fixed in 2.0.4 by SVN commit 1250601.