You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script /root/defaults/startwm.sh sets use_compositing to false but after running the container, the XML configuration file still shows the property as true. Adding an echo statement in the if test reveals that the condition is not evaluating to true.
Expected Behavior
If test should evaluate to true and change the line, disabling compositing.
Steps To Reproduce
Pull linuxserver/webtop:debian-xfce and run the container.
Environment
- OS: WSL
- How docker service was installed: Docker repo
CPU architecture
x86-64
Docker creation
docker run -p 3500:3000 --security-opt seccomp=unconfined linuxserver/webtop:debian-xfce
Container logs
[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 911
User GID: 911
───────────────────────────────────────
...+......+.+..+..................+.......+...+............+..+....+.....+......+.+.....+...................+...+........+....+.....+.++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++*..........+.+........+......+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*..+..+...+.........
[custom-init] No custom files found, skipping...
[ls.io-init] done.
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
Xvnc KasmVNC 1.3.3 - built Jan 25 2025 18:58:27
Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
See http://kasmweb.com for information on KasmVNC.
Underlying X server release 12101007
[mi] mieq: warning: overriding existing handler (nil) with 0x556528aa2290 for event 2
[mi] mieq: warning: overriding existing handler (nil) with 0x556528aa2290 for event 3
17
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
The script /root/defaults/startwm.sh sets use_compositing to false but after running the container, the XML configuration file still shows the property as true. Adding an echo statement in the if test reveals that the condition is not evaluating to true.
Expected Behavior
If test should evaluate to true and change the line, disabling compositing.
Steps To Reproduce
Pull linuxserver/webtop:debian-xfce and run the container.
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: