From 61a53c79dc0971d79c80e8a77a42e21cc4e1f0bc Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 24 Mar 2023 20:34:46 -0400 Subject: [PATCH] Switch back to user service --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index ca264e3..693aae9 100755 --- a/installJRMC +++ b/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"