summaryrefslogtreecommitdiffstats
path: root/run.in
diff options
context:
space:
mode:
Diffstat (limited to 'run.in')
-rwxr-xr-x[-rw-r--r--]run.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/run.in b/run.in
index 548ac207..cdcfa291 100644..100755
--- a/run.in
+++ b/run.in
@@ -115,6 +115,10 @@ if libtool --help >/dev/null 2>&1; then
libtool="libtool --mode=execute"
fi
+# Avoid GNOME keyring stupidity
+export GNOME_KEYRING_CONTROL=
+export GNOME_KEYRING_PID=
+
# Run the program.
if [ -z "$test_mode" ]; then
exec $libtool "$@"