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
12 lines
142 B
SYSTEMD
12 lines
142 B
SYSTEMD
[Unit]
|
|
Description=Xvnc Server
|
|
Before=xvnc.target
|
|
Wants=xvnc.target
|
|
|
|
[Socket]
|
|
ListenStream=5901
|
|
Accept=yes
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|