FS#38635 - [supertuxkart] Pixmap supertuxkart_64.png is missing

Attached to Project: Community Packages
Opened by UnicornDarkness (Xorg) - Thursday, 23 January 2014, 23:03 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 18 March 2014, 04:40 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
File '/usr/share/applications/supertuxkart.desktop' contains:
Icon=supertuxkart_64
But this file doesn't exist, so application icon is missing.


Additional info:
* package version : 0.8.1-3


Steps to reproduce:
We can verify it with 'pacman -Ql supertuxkart| grep /usr/share/pixmaps', and this is the output:
supertuxkart /usr/share/pixmaps/
supertuxkart /usr/share/pixmaps/supertuxkart_128.png
supertuxkart /usr/share/pixmaps/supertuxkart_32.png


How to simply fix it:
In 'PKGBUILD', change 'setconf "$_fn" Icon "$pkgname"_64' to 'setconf "$_fn" Icon "$pkgname"_128'.
I have attached a patch which do this.

Thanks.
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Tuesday, 18 March 2014, 04:40 GMT
Reason for closing:  Fixed
Comment by Sven-Hendrik Haase (Svenstaro) - Tuesday, 28 January 2014, 19:39 GMT
Will fix once I make supertuxkart compile again.

Loading...