diff options
author | mads@kiilerich.com <mads@kiilerich.com> | 2011-09-07 16:07:57 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-09-07 16:08:32 -0400 |
commit | ad5b834df34d6a8f3919909b63ce97cc2bda53d4 (patch) | |
tree | 535161d8a474aae975ad5d97c956e137f4596ecc /data | |
parent | 8978c6375bbe0cd26fffded25bc4606cab2c88e6 (diff) | |
download | nautilus-ad5b834df34d6a8f3919909b63ce97cc2bda53d4.tar.gz |
nautilus-autorun-software: handle mime type x-content/unix-software only
This is a consequence of the fix for
https://bugs.freedesktop.org/show_bug.cgi?id=20562 .
This undoes the part of cffb9cf7025 that hardcodes that media with
x-content/win32-software are silently ignored, and thus improves on the
fix for #524270.
Wine or something could now provide a handler for win32-software.
https://bugzilla.gnome.org/show_bug.cgi?id=632510
Diffstat (limited to 'data')
-rw-r--r-- | data/nautilus-autorun-software.desktop.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/nautilus-autorun-software.desktop.in.in b/data/nautilus-autorun-software.desktop.in.in index 7178261e1..5d1c11b3c 100644 --- a/data/nautilus-autorun-software.desktop.in.in +++ b/data/nautilus-autorun-software.desktop.in.in @@ -7,7 +7,7 @@ NoDisplay=true Terminal=false StartupNotify=true Type=Application -MimeType=x-content/software; +MimeType=x-content/unix-software; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=nautilus X-GNOME-Bugzilla-Component=general |