From 872e169c7a93d042e1e95831913d046501a819d4 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Fri, 23 Sep 2005 14:48:17 +0000 Subject: [PATCH] Removed code to get database from Zero Install. It should already be available when the editor is run (Thomas Leonard). git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/MIME-Editor@4177 66de3db3-b00d-0410-b41b-f4738ad19bea --- AppRun | 6 ------ Help/Changes | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/AppRun b/AppRun index ebecb24..0e8ccde 100755 --- a/AppRun +++ b/AppRun @@ -5,12 +5,6 @@ import os import sys, os __builtins__._ = rox.i18n.translation(os.path.join(rox.app_dir, 'Messages')) -if not os.environ.get('XDG_DATA_DIRS', ''): - # Try to get MIME database through Zero Install, if possible - os.system('0refresh zero-install.sourceforge.net/share/mime 2003-08-07') - if os.path.isdir('/uri/0install/zero-install.sourceforge.net'): - os.environ['XDG_DATA_DIRS'] = '/usr/local/share/:/usr/share/:/uri/0install/zero-install.sourceforge.net/share' - import type import editor diff --git a/Help/Changes b/Help/Changes index 55cf0f1..8c6fb46 100644 --- a/Help/Changes +++ b/Help/Changes @@ -2,6 +2,11 @@ Editor for the Shared MIME Database by Thomas Leonard +23-Sep-2005 +~~~~~~~~~~~ +Removed code to get database from Zero Install. It should already be available +when the editor is run (Thomas Leonard). + 20-Jul-2005 (Release 0.4) ~~~~~~~~~~~ Updated findrox.py to the latest version (Thomas Leonard). -- 2.11.4.GIT