Bugzilla – Bug 1212280
[doc] VNC session initiated using vncserver
Last modified: 2023-09-13 12:25:53 UTC
VNC session initiated using vncserver: https://doc.opensuse.org/documentation/leap/reference/single-html/book-reference/index.html#vnc-persistent-vncserver There doesn't appear to be a vncserver command available in the Leap 15.5 packages: % cnf vncserver vncserver: command not found % zypper se --provides /usr/bin/vncserver Loading repository data... Reading installed packages... No matching items found. I upgraded my Leap 15.4 system (which had a working VNC Server environment) to Leap 15.5. After doing so I was unable to start the vncserver like I normally do because there was no vncserver command installed.
Looks like the standalone server has been removed from tigervnc per https://github.com/TigerVNC/tigervnc/issues/1193 Instead we can start user specific standalone sessions using vncsession, e.g. % sudo vncsession ${USER} :${VNC_DISPLAY_NUMBER} However this does require that the vncsession command is run with root privileges, e.g. via the sudo command as shown above.
Thank you for reporting this bug! It is being tracked and processed as part of our queue.
*** Bug 1215105 has been marked as a duplicate of this bug. ***
fixed by https://github.com/SUSE/doc-sle/commit/f0ec95829de105b9e24273c138d6761a27fb025f