瀏覽代碼

Switch back to user service

bryan 2 年之前
父節點
當前提交
61a53c79dc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1386,8 +1386,8 @@ service_jriver-x11vnc() {
     setVNCPass x11vnc
 
     # If .Xauthority file is missing, generate a dummy for x11vnc -auth guess
+    debug "Generating $HOME/.Xauthority"
     if [[ ! -f "$HOME/.Xauthority" ]]; then
-        echo "Generating $HOME/.Xauthority"
         [[ $XDG_SESSION_TYPE == "wayland" ]] && 
         askOk "Unsupported Wayland session detected for x11vnc, continue?" || return 1
         touch "$HOME/.Xauthority"