From 5dd0a5b419528477001b6b7ae2dc8eefdf1e034b Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Mon, 11 Nov 2002 13:25:24 +0000 Subject: [PATCH] r2083: Added note about checking permissions to message complaining that the MIME database can't be found (suggested by Keir Mierle). --- ROX-Filer/Help/Changes | 5 +++++ ROX-Filer/src/type.c | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ROX-Filer/Help/Changes b/ROX-Filer/Help/Changes index e7f479fc..2862bb0d 100644 --- a/ROX-Filer/Help/Changes +++ b/ROX-Filer/Help/Changes @@ -2,6 +2,11 @@ A RISC OS-like filer for X by Thomas Leonard +11-Nov-2002 +~~~~~~~~~~~ +Added note about checking permissions to message complaining that the MIME +database can't be found (suggested by Keir Mierle). + 07-Nov-2002 ~~~~~~~~~~~ Set hint to make panels appear on all workspaces, and support metacity-style diff --git a/ROX-Filer/src/type.c b/ROX-Filer/src/type.c index db992e17..d0f27fa5 100644 --- a/ROX-Filer/src/type.c +++ b/ROX-Filer/src/type.c @@ -1237,7 +1237,10 @@ static void load_mime_types(void) "types for different files. You should download and " "install the 'shared-mime-info-0.9' package from " "here:\n" - "http://www.freedesktop.org/standards/shared-mime-info.html")); + "http://www.freedesktop.org/standards/shared-mime-info.html\n\n" + "If you have already installed this package, check that the " + "permissions allow the files to be read (check " + "/usr/local/share/mime/globs or /usr/share/mime/globs).")); } filer_update_all(); -- 2.11.4.GIT