The spec is http://standards.freedesktop.org/desktop-entry-spec\ /desktop-entry-spec-latest.html but here are my suggested changes.
I have removed the extension for Icon (unnecessary, in case in future we want to provide for example SVG icon) and removed unnecessary keys. Do we know for fact that we will never ever support Notifications? And I guess if we provide the .desktop and executable as part of the same tarball/package there is not much chance we would have binary missing. I have also added a Czech translation of keys. What do you think? Matěj Signed-off-by: Matěj Cepl <[email protected]> --- src/ui/gui/pspp.desktop | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/gui/pspp.desktop b/src/ui/gui/pspp.desktop index d06df14..eaee1b4 100644 --- a/src/ui/gui/pspp.desktop +++ b/src/ui/gui/pspp.desktop @@ -3,13 +3,13 @@ Name=GNU PSPP GenericName=Statistical Software GenericName[de]=Statistiksoftware GenericName[lt]=Statistinė programinė įranga +GenericName[cs]=Statistický program Comment=Analyze statistical data with a free alternative to SPSS Comment[de]= Statistische Daten mit einer freien Alternative zu SPSS analysieren Comment[lt]= Statistinių duomenų analizavimas su nemokama SPSS alternatyva +Comment[cs]= Analyzuj statistická data se svobodnou variantou SPSS Exec=psppire %F -TryExec=psppire -Icon=psppicon.png -StartupNotify=false +Icon=psppicon Terminal=false Type=Application Categories=GTK;Education;Science;Math; -- 1.7.6 _______________________________________________ pspp-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-dev
