diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-17 05:01:17 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-17 05:01:17 +0800 |
commit | aa526a8c07d7cb2ee018b7b6e6793ecdcb21178a (patch) | |
tree | cbfb842b1e814913f87664f471a46813ddecf61c /shell/evolution-nognome.in | |
parent | 8f066329486a3ea1373987ca7ab04635af4df360 (diff) | |
download | gsoc2013-evolution-aa526a8c07d7cb2ee018b7b6e6793ecdcb21178a.tar.gz gsoc2013-evolution-aa526a8c07d7cb2ee018b7b6e6793ecdcb21178a.tar.zst gsoc2013-evolution-aa526a8c07d7cb2ee018b7b6e6793ecdcb21178a.zip |
New script to run Evolution under a
non-GNOME session when using a non-default GNOME prefix and a
non-default Evolution prefix.
svn path=/trunk/; revision=18082
Diffstat (limited to 'shell/evolution-nognome.in')
-rw-r--r-- | shell/evolution-nognome.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/evolution-nognome.in b/shell/evolution-nognome.in new file mode 100644 index 0000000000..039eeb4b8c --- /dev/null +++ b/shell/evolution-nognome.in @@ -0,0 +1,9 @@ +#!/bin/sh + +PATH=@prefix@/bin:@GNOME_PREFIX@/bin:${PATH} +GNOME_PATH=@prefix@:@GNOME_PREFIX@ +LD_LIBRARY_PATH=@prefix@/lib:@GNOME_PREFIX@/lib:${LD_LIBRARY_PATH} + +export LD_LIBRARY_PATH GNOME_PATH PATH + +exec evolution |