From: Friedrich Beckmann Date: Sun, 21 Jun 2020 09:39:53 +0000 (+0200) Subject: desktop: reversed mimetype to application/x-spss-sps X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ae4ee2876bee191b1bf79672d4bf834750c227;p=pspp desktop: reversed mimetype to application/x-spss-sps If the mimetype is of type text, then the icons are not found or displayed in gnome Files. No application except apt seems to define text based mime types. And for apt it does not work either. So I reverse. --- diff --git a/src/ui/gui/org.fsf.pspp.desktop.in b/src/ui/gui/org.fsf.pspp.desktop.in index 20d7216ac2..0727a434db 100644 --- a/src/ui/gui/org.fsf.pspp.desktop.in +++ b/src/ui/gui/org.fsf.pspp.desktop.in @@ -12,5 +12,5 @@ Type=Application 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 +MimeType=application/x-spss-sav;application/x-spss-por;application/x-spss-sps;application/x-spss-spv; StartupNotify=false