From 74d52f7c79271f0374735dabd9af02f802ed5e52 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 30 Oct 2014 21:18:38 +0530 Subject: [PATCH] ... --- manual/customize.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/manual/customize.rst b/manual/customize.rst index 59b113ddf4..8cb1f2d422 100644 --- a/manual/customize.rst +++ b/manual/customize.rst @@ -29,6 +29,7 @@ Environment variables * ``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. Set it to 1 to enable. + * ``CALIBRE_NO_NATIVE_MENUBAR`` - Causes calibre to not create a native (global) menu on Ubuntu Unity and similar linux desktop environments. The menu is instead placed inside the window, as traditional. * ``SYSFS_PATH`` - Use if sysfs is mounted somewhere other than /sys * ``http_proxy`` - Used on linux to specify an HTTP proxy