User Tools

Site Tools


vnc

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
Last revisionBoth sides next revision
vnc [2020/10/16 08:43] – [Setting up port forwarding manually] jansenvnc [2023/01/04 11:59] jansen
Line 5: Line 5:
 ===== Configuration ===== ===== Configuration =====
  
-You don't have to configure much, but you can control what applications to run in yout VNC session. The startup script for VNC is **''~/.vnc/xstartup.''** +You don't have to configure much, but you can control what applications to run in yout VNC session. The startup script for VNC is **''~/.vnc/xstartup.''** (the directory ''.vnc'' will be created the first time you run a vnc session, or when you install one of our template configurations mentioned below, but if you want to create your own setup before starting a session, make sure to create the directory first)
 \\ \\
-Note: if you want to run KDE in your vnc session, this is the setup: +Note: if you want to run KDE Plasma in your vnc session, this is the setup: 
   #!/bin/sh   #!/bin/sh
   unset SESSION_MANAGER   unset SESSION_MANAGER
   vncconfig -iconic &   vncconfig -iconic &
-  startkde &+  startplasma-x11 &
  
 For Gnome, replace the last line with ''gnome-session''. Templates for the various desktops are available for installation. Run one of these commands to get the version of your liking: For Gnome, replace the last line with ''gnome-session''. Templates for the various desktops are available for installation. Run one of these commands to get the version of your liking:
vnc.txt · Last modified: 2023/10/13 14:50 by jansen