I want to use QueryConnect with Xvnc, but the dialog box doesn't show up on the server side. Am I doing something wrong here? Do i need to configure somextra option here ?
I am running Xvnc as a systemd service, and below is the command that I am using. I also tried running the service in the foreground, but it says "Failed to display the dialog box" error:
/etc/X11/Xsession startxfce4 -- /usr/bin/Xvnc :1 -Queryconnect -SecurityTypes vncauth -auth /home/user1/.Xauthority -desktop Test:1 -pn -rfbauth /home/user1/.vnc/passwd -rfbport 5901 -rfbwait 30000
/usr/bin/Xvnc :1 -Queryconnect -SecurityTypes vncauth -auth /home/user1/.Xauthority -desktop Test:1 -pn -rfbauth /home/user1/.vnc/passwd -rfbport 5901 -rfbwait 30000