Stefan Dirsch
463444d854
creates a symlink from /tmp/.X11-unix to /mnt/wslg/.X11-unix and therefore prevents Xvnc from creating this needed directory (bsc#1230755) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=260
19 lines
489 B
Plaintext
19 lines
489 B
Plaintext
# This file contains configuration of libvnc.so module
|
|
#
|
|
# To get libvnc.so module working, do this:
|
|
# 1. run "vncpasswd" as root user
|
|
# 2. uncomment configuration lines below
|
|
#
|
|
# Please note you can specify any option which Xvnc accepts.
|
|
# Refer to `Xvnc -help` output for detailed list of options.
|
|
|
|
#Section "Module"
|
|
# Load "vnc"
|
|
#EndSection
|
|
|
|
#Section "Screen"
|
|
# Identifier "Screen0"
|
|
# Option "SecurityTypes" "VncAuth"
|
|
# Option "PasswordFile" "/root/.vnc/passwd"
|
|
#EndSection
|