Skip to content

Commit

Permalink
xconf: usr/local/static
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 22, 2023
1 parent 4bbb25d commit 7b325f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubt-core/src/xconf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}'`

0 comments on commit 7b325f0

Please sign in to comment.