From 04ec3b82560c053708931fe73a68ddc7a7619748 Mon Sep 17 00:00:00 2001 From: sam#gemmi-win10 Date: Sun, 22 Oct 2023 20:59:21 +0800 Subject: [PATCH] core: xconf: usr/local/static link: Xvnc, vncpasswd --- ubt-core/src/xconf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubt-core/src/xconf.sh b/ubt-core/src/xconf.sh index 4f37cbe..ee564b6 100644 --- a/ubt-core/src/xconf.sh +++ b/ubt-core/src/xconf.sh @@ -114,8 +114,8 @@ $RUN \ sed -i "s^OSH_THEME=\"font\"^OSH_THEME=\"axin\"^g" /home/headless/.bashrc; # link: Xvnc, vncpasswd -$RUN rm -f /usr/bin/Xvnc; ln -s /usr/local/tigervnc/bin/Xvnc /usr/bin/Xvnc; \ - rm -f /usr/bin/vncpasswd; ln -s /usr/local/tigervnc/bin/vncpasswd /usr/bin/vncpasswd; +$RUN rm -f /usr/bin/Xvnc; ln -s /usr/local/static/bin/Xvnc /usr/bin/Xvnc; \ + rm -f /usr/bin/vncpasswd; ln -s /usr/local/static/bin/vncpasswd /usr/bin/vncpasswd; # for core: avoid multi> 'dbus-daemon --syslog --fork --print-pid 4 --print-address 6 --session'; #(headless x2, root x1) kill -9 `ps -ef |grep dbus |grep -v grep |awk '{print $2}'` \ No newline at end of file