desktop: reversed mimetype to application/x-spss-sps
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 21 Jun 2020 09:39:53 +0000 (11:39 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 21 Jun 2020 11:34:09 +0000 (13:34 +0200)
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.

src/ui/gui/org.fsf.pspp.desktop.in

index 20d7216ac2a60263bfbf7af35724efc399c250a5..0727a434db5199c366ce559636dc8d631c8985d1 100644 (file)
@@ -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