aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/thunar/files
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2015-03-27 23:32:47 +0800
committerolivierd <olivierd@FreeBSD.org>2015-03-27 23:32:47 +0800
commitdb1a072fcb759532c3671722f026e1ba65daab93 (patch)
treebb5fc5561e9513017efec14a20a9860016f4ebb5 /x11-fm/thunar/files
parentad611c853c7c7222861f5fe948576e7e3edfd963 (diff)
downloadfreebsd-ports-gnome-db1a072fcb759532c3671722f026e1ba65daab93.tar.gz
freebsd-ports-gnome-db1a072fcb759532c3671722f026e1ba65daab93.tar.zst
freebsd-ports-gnome-db1a072fcb759532c3671722f026e1ba65daab93.zip
- Add workaround for missing 'inode/directory' content-type icon (removed in
Adwaita icons theme) - Bump PORTREVISION Mime-type is fixed in master branch of shared-mime-info (> 1.4) Obtained from: Xfce dev repo
Diffstat (limited to 'x11-fm/thunar/files')
-rw-r--r--x11-fm/thunar/files/patch-Thunar-folder-handler.desktop.in.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-fm/thunar/files/patch-Thunar-folder-handler.desktop.in.in b/x11-fm/thunar/files/patch-Thunar-folder-handler.desktop.in.in
new file mode 100644
index 000000000000..dc91047ad7ec
--- /dev/null
+++ b/x11-fm/thunar/files/patch-Thunar-folder-handler.desktop.in.in
@@ -0,0 +1,12 @@
+Workaround for https://bugs.freedesktop.org/show_bug.cgi?id=89150
+
+--- Thunar-folder-handler.desktop.in.in.orig 2013-07-30 05:44:48 UTC
++++ Thunar-folder-handler.desktop.in.in
+@@ -10,6 +10,6 @@ Terminal=false
+ StartupNotify=true
+ Type=Application
+ Categories=System;Utility;Core;GTK;FileTools;FileManager;
+-MimeType=inode/directory;
++MimeType=inode/directory;folder;
+
+ # vi:set encoding=UTF-8: