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
deb10:vnc [2022/12/02 13:49] – [Snap] Bernard Condraudeb10:vnc [2025/08/04 14:59] (current) Bernard Condrau
Line 1: Line 1:
 ====== VNC ====== ====== VNC ======
 +  * [[https://www.howtoforge.de/anleitung/wie-installiere-ich-vnc-server-unter-debian-12/|VNC Server unter Debian 12 installieren]]
 +
 ===== Installation ===== ===== Installation =====
   - Install [[https://www.tightvnc.com/|TightVNC]]:<code>$ sudo apt install tightvncserver</code>   - Install [[https://www.tightvnc.com/|TightVNC]]:<code>$ sudo apt install tightvncserver</code>
Line 45: Line 47:
   - If you need to access applications installed with ''snapd'' through your VNC connection you need to tweak the permissions to access the X server.   - If you need to access applications installed with ''snapd'' through your VNC connection you need to tweak the permissions to access the X server.
   - Run the following command before invoking such an application<code>$ xhost +</code>   - Run the following command before invoking such an application<code>$ xhost +</code>
-  - The initial access control list for display number n may be set by the file ''/etc/Xn.hosts'', where ''n'' is the display number of the server. This file may contain the following line, in which case running ''xhost'' is not necessary.<code>local:</code>+  - The initial access control list for display number n may be set by the file ''/etc/Xn.hosts'', where ''n'' is the display number of the server. If this file exists and contains the following line running ''xhost'' is not required.<code>local:</code>
  
 ===== Links ===== ===== Links =====