From f1ae4ee2876bee191b1bf79672d4bf834750c227 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sun, 21 Jun 2020 11:39:53 +0200 Subject: [PATCH] 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. --- src/ui/gui/org.fsf.pspp.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2