summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2009-05-20 09:00:16 +0000
committerAdam Tkac <atkac@redhat.com>2009-05-20 09:00:16 +0000
commitcb2f46753d80593a0ff823361c186560e89b5782 (patch)
tree0f25b020b0761d89e01aa386d6eae1fdbdf075c1
parent7e6cb6ab0cde7ef5a305399740a63048b4fce574 (diff)
downloadtigervnc-cb2f46753d80593a0ff823361c186560e89b5782.tar.gz
tigervnc-cb2f46753d80593a0ff823361c186560e89b5782.zip
[Bugfix] Start per session D-Bus daemon correctly.
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=497592 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3813 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rwxr-xr-xunix/vncserver1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/vncserver b/unix/vncserver
index f22d63b5..90ef0d24 100755
--- a/unix/vncserver
+++ b/unix/vncserver
@@ -57,6 +57,7 @@ $defaultXStartup
= ("#!/bin/sh\n\n".
"vncconfig -iconic &\n".
"unset SESSION_MANAGER\n".
+ "unset DBUS_SESSION_BUS_ADDRESS\n".
"OS=`uname -s`\n".
"if [ \$OS = 'Linux' ]; then\n".
" case \"\$WINDOWMANAGER\" in\n".