mirror of
https://github.com/DCsunset/docker-archlinux-vnc
synced 2025-12-07 01:18:16 +01:00
5 lines
97 B
Bash
5 lines
97 B
Bash
#!/bin/sh
|
|
|
|
unset SESSION_MANAGER
|
|
unset DBUS_SESSION_BUS_ADDRESS
|
|
exec dbus-launch startplasma-x11
|