User Tools

Site Tools


vnc

Differences

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

Link to this comparison view

Next revision
Previous revision
vnc [2026/07/01 07:46] – created ealmrvnc [2026/07/05 15:41] (current) ealmr
Line 4: Line 4:
  
 <code> <code>
-apt install tigervnc-standalone-server supervisor xfce4 xfce4-terminal xterm dbus-x11 libdbus-glib-1-2+apt install --no-install-recommends tigervnc-standalone-server tigervnc-tools supervisor xfce4 xfce4-terminal xterm dbus-x11 libdbus-glib-1-2
 apt purge pm-utils *screensaver* apt purge pm-utils *screensaver*
 </code> </code>
  
-/etc/systemd/system/vncserver@.service:+create systemd service:
  
 <code> <code>
 +cat > /etc/systemd/system/[email protected] << EOF
 [Unit] [Unit]
 Description=Start TigerVNC server at startup Description=Start TigerVNC server at startup
Line 28: Line 29:
 [Install] [Install]
 WantedBy=multi-user.target WantedBy=multi-user.target
 +EOF
 </code> </code>
  
-chmod +x ~/.vnc/xstartup +setup xstartup per user:
- +
-~/.vnc/xstartup:+
  
 <code> <code>
 +mkdir -p ~/.vnc
 +cat > ~/.vnc/xstartup << EOF
 #!/bin/sh #!/bin/sh
 unset SESSION_MANAGER unset SESSION_MANAGER
 unset DBUS_SESSION_BUS_ADDRESS unset DBUS_SESSION_BUS_ADDRESS
 startxfce4 startxfce4
 +EOF
 +chmod +x ~/.vnc/xstartup
 </code> </code>
  
-setup tigervnc:+setup tigervnc per user:
  
 <code> <code>
vnc.1782892009.txt.gz · Last modified: by ealmr

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki