[frogr] Don't install frogr as a MIME handler for text/plain and text/html



commit c4fc93fb9f38b54db3db2ffa2ff5f0fdaaf38c6d
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Fri Apr 27 13:08:56 2018 +0100

    Don't install frogr as a MIME handler for text/plain and text/html
    
    I don't know what I was thinking but this is a terrible idea, expecially
    now that we're distributing frogr as a flatpak, since the flatpak exports
    will take precedence over OS installed packages, meaning that it would not
    be uncommon that frogr attempt to open text files by default!

 data/org.gnome.frogr.desktop.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.frogr.desktop.in.in b/data/org.gnome.frogr.desktop.in.in
index 6da6098..b77493f 100644
--- a/data/org.gnome.frogr.desktop.in.in
+++ b/data/org.gnome.frogr.desktop.in.in
@@ -13,4 +13,4 @@ Categories=GNOME;GTK;Graphics;
 StartupNotify=true
 # Translators: Do NOT translate or transliterate this text (this is an icon file name)!
 Icon=org.gnome.frogr
-MimeType=image/jpg;image/jpeg;image/png;image/bmp;image/gif;video/mpeg;video/mp4;video/quicktime;video/x-msvideo;video/ogg;video/x-ms-wmv;video/3gpp;video/m2ts;video/avchd-stream;video/mp2t;video/vnd.dlna.mpeg-tts;application/ogg;text/plain;text/html;
+MimeType=image/jpg;image/jpeg;image/png;image/bmp;image/gif;video/mpeg;video/mp4;video/quicktime;video/x-msvideo;video/ogg;video/x-ms-wmv;video/3gpp;video/m2ts;video/avchd-stream;video/mp2t;video/vnd.dlna.mpeg-tts;application/ogg;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]