From b79113cff90e3d80b83d2d1ff77a03db411e6056 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 29 Oct 2013 08:48:47 +0530 Subject: [PATCH] Add instructions on setting environment variables in OS X --- manual/customize.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manual/customize.rst b/manual/customize.rst index 5dde2b226d..cfd63cea66 100644 --- a/manual/customize.rst +++ b/manual/customize.rst @@ -30,11 +30,12 @@ Environment variables * ``CALIBRE_OVERRIDE_DATABASE_PATH`` - allows you to specify the full path to metadata.db. Using this variable you can have metadata.db be in a location other than the library folder. Useful if your library folder is on a networked drive that does not support file locking. * ``CALIBRE_DEVELOP_FROM`` - Used to run from a calibre development environment. See :ref:`develop`. * ``CALIBRE_OVERRIDE_LANG`` - Used to force the language used by the interface (ISO 639 language code) - * ``CALIBRE_NO_NATIVE_FILEDIALOGS`` - Causes calibre to not use native file dialogs for selecting files/directories. + * ``CALIBRE_NO_NATIVE_FILEDIALOGS`` - Causes calibre to not use native file dialogs for selecting files/directories. Set it to 1 to enable. * ``SYSFS_PATH`` - Use if sysfs is mounted somewhere other than /sys * ``http_proxy`` - Used on linux to specify an HTTP proxy -See `How to set environment variables in windows `_. +See `How to set environment variables in windows `_ or +`How to set environment variables in OS X `_. Tweaks ------------