Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Compositing Remains Enabled Despite Changes (debian-xfce) #294

Open
1 task done
Pooyahmti opened this issue Jan 29, 2025 · 1 comment
Open
1 task done

[BUG] Compositing Remains Enabled Despite Changes (debian-xfce) #294

Pooyahmti opened this issue Jan 29, 2025 · 1 comment

Comments

@Pooyahmti
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

- 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
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

1 participant