[glade] associate application/x-gtk-builder with glade's .desktop file



commit 85108840f8e24ae8cd9edadb631bbcaafb99d0a5
Author: Caolán McNamara <caolanm redhat com>
Date:   Wed May 27 15:31:50 2020 +0100

    associate application/x-gtk-builder with glade's .desktop file
    
    so GtkBuilder UI file open in glade on double click in nautilus
    
    ref: https://bugs.freedesktop.org/show_bug.cgi?id=28020

 data/org.gnome.Glade.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Glade.desktop.in.in b/data/org.gnome.Glade.desktop.in.in
index ff8422e9..f3ff805a 100644
--- a/data/org.gnome.Glade.desktop.in.in
+++ b/data/org.gnome.Glade.desktop.in.in
@@ -11,7 +11,7 @@ Type=Application
 # Translators: Do NOT translate or transliterate this text (this is an icon file name)!
 Icon=org.gnome.Glade
 Categories=GNOME;GTK;Development;GUIDesigner;
-MimeType=application/x-glade;
+MimeType=application/x-gtk-builder;application/x-glade;
 X-GNOME-DocPath=glade/glade.xml
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=glade


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