======OS - Linux - Distributions - Alpine - Notes======
=====XFCE - Set up VNC x11vnc to start on user login=====
// Tested on Alpine Linux 3.21. //
- Install x11vnc:apk add x11vnc
- From XFCE logged in as the user go to Applications -> Settings -> Sessions and Startup.
- Go to the Application AutoStart tab.
- Add an entry with the following settings:
- Name: x11vnc
- Description: none
- Command:/usr/bin/x11vnc -display :0 -many
- Trigger: on login
{{:os:linux:distributions:alpine:xfce_session_and_startup_application_autostart_add_x11vnc.png|}}
Sources:
* [[https://wiki.alpinelinux.org/wiki/X11vnc|Alpine Linux - Wiki - X11vnc]]