Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
home_server:home_server_setup:vnc_setup [2025-01-01 Wed wk01 19:12] – [VNC Server] baumkphome_server:home_server_setup:vnc_setup [2025-01-01 Wed wk01 21:12] (current) – [VNC Server] baumkp
Line 24: Line 24:
 dbus-launch --exit-with-session xfce4-session</code> dbus-launch --exit-with-session xfce4-session</code>
  
 +The parameter ''vncconfig -iconic'' is for X clipboard support.
 +
 +My ''~./vnc/config'':
 +<code share>session=xfce
 +geometry=2000x1200
 +localhost=false</code>
 +
 +The ''localhost=false'' parameter means that you do not need ssh to access.  As this is on my LAN only I do not see the need for SSH.  (If i need WAN access I can Wireguard VPN into my local LAN.)
 +
 +When I finally got tigervncserver with xfce on Debian 12 the XFCE session came up with an annoying authorisation request that I found a resolution at [[https://www.geekdecoder.com/how-to-fix-authentication-is-required-to-create-a-color-profile-managed-device-on-ubuntu-22-04/|How to fix “Authentication is required to create a color profile/managed device”]]