From: Friedrich Beckmann Date: Sat, 20 Jun 2020 13:24:04 +0000 (+0200) Subject: desktop file: added Keywords and removed Education category X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c051f691158eff5fd81ec2c6bf64bdd96f0b2f9;p=pspp desktop file: added Keywords and removed Education category During debian packaging of 1.2.0-5 the missing Keywords entry was mentionend. I removed the Education category because this was mentioned also. Education and Science are both toplevel categories. I added also two more mimetypes for .sps and .spv files. --- diff --git a/src/ui/gui/org.fsf.pspp.desktop.in b/src/ui/gui/org.fsf.pspp.desktop.in index 860652a86d..20d7216ac2 100644 --- a/src/ui/gui/org.fsf.pspp.desktop.in +++ b/src/ui/gui/org.fsf.pspp.desktop.in @@ -1,6 +1,7 @@ -# This file is processed by gettext to add translations - +# org.fsf.pspp.desktop file is generated with gettext to add +# translations. Edit org.fsf.pspp.desktop.in instead [Desktop Entry] +# TRANSLATORS: This is the application name in the desktop file Name=GNU PSPP GenericName=Statistical Software Comment=Analyze statistical data with a free alternative to SPSS @@ -8,6 +9,8 @@ Exec=psppire %F Icon=pspp Terminal=false Type=Application -Categories=GTK;Education;Science;Math; -MimeType=application/x-spss-sav;application/x-spss-por; +Categories=GTK;Science;Math; +# TRANSLATORS: You must keep all ";" - also at the end of line. +Keywords=statistics;analysis;spss; +MimeType=application/x-spss-sav;application/x-spss-por;text/x-spss-sps;application/x-spss-spv StartupNotify=false