From 6852a210cd602faa7c303ddeb9b5512003f33029 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Thu, 4 Oct 2012 20:25:27 -0500 Subject: LinHES-config: add xhost + localhost to startup for vncsvc user --- abs/core/LinHES-config/PKGBUILD | 2 +- abs/core/LinHES-config/mv_vnc.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD index b3e135e..7471335 100755 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -159,7 +159,7 @@ md5sums=('59e18e35359bebcd9d639c5e5b5d290d' '23d0e12b7ca1cc6ea6b993c1d7ff20b9' '67b651a8cd0dcccb368fe7d2402f05f3' 'b4900090d841d3e390cb840cf16afd85' - '85101b79d1ee30bff8244c810828033f' + '6dd202ec664ede468e42edf600f7913d' '923197a517cb83d77263e8cea8b8c16a' 'f49d9ff1e6c3e484c9679079c74ad048' '2596460462cf6c889cf8f95485537b20' diff --git a/abs/core/LinHES-config/mv_vnc.py b/abs/core/LinHES-config/mv_vnc.py index bc1dcf5..7dbc986 100755 --- a/abs/core/LinHES-config/mv_vnc.py +++ b/abs/core/LinHES-config/mv_vnc.py @@ -17,6 +17,8 @@ def setupvnc_system(systemconfig,data_config): vncfile="%s/xstartup" %vncdir file_contents=''' #!/bin/bash +xhost + localhost +xhost + 127.0.0.1 vncconfig -iconic & if [ ! -e ~GNUstep ] then -- cgit v0.12