mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
修复/tmp问题
This commit is contained in:
@@ -3,10 +3,10 @@ CURRENT_DIR=$(dirname $(readlink -f "$0"))
|
||||
if [[ ! -d $TMPDIR/tmp ]]; then
|
||||
mkdir -p $TMPDIR/tmp
|
||||
fi
|
||||
|
||||
if [[ $DISPLAY == "" ]] && [[ $WAYLAND_DISPLAY == "" ]]; then
|
||||
# 自动配置 NoVNC
|
||||
export DISPLAY=:5
|
||||
vncserver -kill :5
|
||||
vncserver $DISPLAY &
|
||||
sleep 3
|
||||
xfwm4 &
|
||||
|
||||
Reference in New Issue
Block a user