linuxserver / docker-webtop

Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.
GNU General Public License v3.0
1.78k stars 176 forks source link

[BUG] All applications close immediately after opening. #256

Open techcow2 opened 1 month ago

techcow2 commented 1 month ago

Is there an existing issue for this?

Current Behavior

All software, including essential system software, closes right after opening. This includes the gnome store, software update, etc.

Expected Behavior

Software should run at least until the system is restarted (from what I understand they need to be reinstalled)

Steps To Reproduce

  1. sudo apt install gnome-software -y
  2. Double-click to open
  3. it closes right after opening

Environment

- OS: ubuntu-kde
- How docker service was installed: I didn't install docker in the VM. I installed Docker on my VPS using sudo apt install docker.io

CPU architecture

x86-64

Docker creation

I used docker-compose.yml
services:
  webtop:
    image: lscr.io/linuxserver/webtop:ubuntu-kde
    container_name: webtop
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/Detroit
      - SUBFOLDER=/ #optional
      - TITLE=CloudOS #optional
      - PASSWORD=***********
      - CUSTOM_USER=*********************
    volumes:
      - /home/mancow/data:/config
      - /var/run/docker.sock:/var/run/docker.sock #optional
    ports:
      - 3000:3000
      - 3001:3001
#   devices:
#     - /dev/dri:/dev/dri #optional
    shm_size: "1gb" #optional
    restart: unless-stopped

Container logs

webtop  | [migrations] started
webtop  | [migrations] no migrations found
webtop  | ───────────────────────────────────────
webtop  |
webtop  |       ██╗     ███████╗██╗ ██████╗
webtop  |       ██║     ██╔════╝██║██╔═══██╗
webtop  |       ██║     ███████╗██║██║   ██║
webtop  |       ██║     ╚════██║██║██║   ██║
webtop  |       ███████╗███████║██║╚██████╔╝
webtop  |       ╚══════╝╚══════╝╚═╝ ╚═════╝
webtop  |
webtop  |    Brought to you by linuxserver.io
webtop  | ───────────────────────────────────────
webtop  |
webtop  | To support LSIO projects visit:
webtop  | https://www.linuxserver.io/donate/
webtop  |
webtop  | ───────────────────────────────────────
webtop  | GID/UID
webtop  | ───────────────────────────────────────
webtop  |
webtop  | User UID:    1000
webtop  | User GID:    1000
webtop  | ───────────────────────────────────────
webtop  | [custom-init] No custom files found, skipping...
webtop  | _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
webtop  |
webtop  | Xvnc KasmVNC 1.2.0 - built Aug  3 2024 19:09:14
webtop  | Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
webtop  | See http://kasmweb.com for information on KasmVNC.
webtop  | Underlying X server release 12014000, The X.Org Foundation
webtop  |
webtop  | [ls.io-init] done.
webtop  | The XKEYBOARD keymap compiler (xkbcomp) reports:
webtop  | > Warning:          Could not resolve keysym XF86CameraAccessEnable
webtop  | > Warning:          Could not resolve keysym XF86CameraAccessDisable
webtop  | > Warning:          Could not resolve keysym XF86CameraAccessToggle
webtop  | > Warning:          Could not resolve keysym XF86NextElement
webtop  | > Warning:          Could not resolve keysym XF86PreviousElement
webtop  | > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
webtop  | > Warning:          Could not resolve keysym XF86MarkWaypoint
webtop  | > Warning:          Could not resolve keysym XF86Sos
webtop  | > Warning:          Could not resolve keysym XF86NavChart
webtop  | > Warning:          Could not resolve keysym XF86FishingChart
webtop  | > Warning:          Could not resolve keysym XF86SingleRangeRadar
webtop  | > Warning:          Could not resolve keysym XF86DualRangeRadar
webtop  | > Warning:          Could not resolve keysym XF86RadarOverlay
webtop  | > Warning:          Could not resolve keysym XF86TraditionalSonar
webtop  | > Warning:          Could not resolve keysym XF86ClearvuSonar
webtop  | > Warning:          Could not resolve keysym XF86SidevuSonar
webtop  | > Warning:          Could not resolve keysym XF86NavInfo
webtop  | Errors from xkbcomp are not fatal to the X server
webtop  | 19
webtop  | The XKEYBOARD keymap compiler (xkbcomp) reports:
webtop  | > Warning:          Could not resolve keysym XF86CameraAccessEnable
webtop  | > Warning:          Could not resolve keysym XF86CameraAccessDisable
webtop  | > Warning:          Could not resolve keysym XF86CameraAccessToggle
webtop  | > Warning:          Could not resolve keysym XF86NextElement
webtop  | > Warning:          Could not resolve keysym XF86PreviousElement
webtop  | > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
webtop  | > Warning:          Could not resolve keysym XF86MarkWaypoint
webtop  | > Warning:          Could not resolve keysym XF86Sos
webtop  | > Warning:          Could not resolve keysym XF86NavChart
webtop  | > Warning:          Could not resolve keysym XF86FishingChart
webtop  | > Warning:          Could not resolve keysym XF86SingleRangeRadar
webtop  | > Warning:          Could not resolve keysym XF86DualRangeRadar
webtop  | > Warning:          Could not resolve keysym XF86RadarOverlay
webtop  | > Warning:          Could not resolve keysym XF86TraditionalSonar
webtop  | > Warning:          Could not resolve keysym XF86ClearvuSonar
webtop  | > Warning:          Could not resolve keysym XF86SidevuSonar
webtop  | > Warning:          Could not resolve keysym XF86NavInfo
webtop  | Errors from xkbcomp are not fatal to the X server
webtop  |  2024-08-07 23:16:01,767 [INFO] websocket 0: got client connection from 127.0.0.1
webtop  |  2024-08-07 23:16:01,783 [PRIO] Connections: accepted: @REDACT::websocket
webtop  | (EE)
webtop  | (EE) Backtrace:
webtop  | (EE) 0: /usr/local/bin/Xvnc (OsSigHandler+0x2d) [0x5e9c5e47191d]
webtop  | (EE) 1: /lib/x86_64-linux-gnu/libc.so.6 (__sigaction+0x50) [0x7e07d0204320]
webtop  | (EE) 2: /usr/local/bin/Xvnc (_ZN3rfb11VNCServerST11writeUpdateEv+0x91a) [0x5e9c5e3adfba]
webtop  | (EE) 3: /usr/local/bin/Xvnc (_ZN3rfb11VNCServerST13handleTimeoutEPNS_5TimerE+0x55) [0x5e9c5e3ae405]
webtop  | (EE) 4: /usr/local/bin/Xvnc (_ZN3rfb5Timer13checkTimeoutsEv+0x8a) [0x5e9c5e3a59ca]
webtop  | (EE) 5: /usr/local/bin/Xvnc (_ZN3rfb11VNCServerST13checkTimeoutsEv+0x1b) [0x5e9c5e3aaddb]
webtop  | (EE) 6: /usr/local/bin/Xvnc (_ZN14XserverDesktop12blockHandlerEPi+0x19e) [0x5e9c5e36d58e]
webtop  | (EE) 7: /usr/local/bin/Xvnc (vncCallBlockHandlers+0x30) [0x5e9c5e35fdd0]
webtop  | (EE) 8: /usr/local/bin/Xvnc (BlockHandler+0x40) [0x5e9c5e422780]
webtop  | (EE) 9: /usr/local/bin/Xvnc (WaitForSomething+0x153) [0x5e9c5e46ba13]
webtop  | (EE) 10: /usr/local/bin/Xvnc (Dispatch+0xb6) [0x5e9c5e41d9c6]
webtop  | (EE) 11: /usr/local/bin/Xvnc (dix_main+0x34a) [0x5e9c5e421dca]
webtop  | (EE) 12: /lib/x86_64-linux-gnu/libc.so.6 (__libc_init_first+0x8a) [0x7e07d01e91ca]
webtop  | (EE) 13: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0x8b) [0x7e07d01e928b]
webtop  | (EE) 14: /usr/local/bin/Xvnc (_start+0x25) [0x5e9c5e296d35]
webtop  | (EE)
webtop  | (EE) Segmentation fault at address 0x7ffe48e9c0cf
webtop  | (EE)
webtop  | Fatal server error:
webtop  | (EE) Caught signal 11 (Segmentation fault). Server aborting
webtop  | (EE)
webtop  | _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
webtop  |
webtop  | Xvnc KasmVNC 1.2.0 - built Aug  3 2024 19:09:14
webtop  | Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
webtop  | See http://kasmweb.com for information on KasmVNC.
webtop  | Underlying X server release 12014000, The X.Org Foundation
webtop  |
webtop  | The XKEYBOARD keymap compiler (xkbcomp) reports:
webtop  | > Warning:          Could not resolve keysym XF86CameraAccessEnable
webtop  | > Warning:          Could not resolve keysym XF86CameraAccessDisable
webtop  | > Warning:          Could not resolve keysym XF86CameraAccessToggle
webtop  | > Warning:          Could not resolve keysym XF86NextElement
webtop  | > Warning:          Could not resolve keysym XF86PreviousElement
webtop  | > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
webtop  | > Warning:          Could not resolve keysym XF86MarkWaypoint
webtop  | > Warning:          Could not resolve keysym XF86Sos
webtop  | > Warning:          Could not resolve keysym XF86NavChart
webtop  | > Warning:          Could not resolve keysym XF86FishingChart
webtop  | > Warning:          Could not resolve keysym XF86SingleRangeRadar
webtop  | > Warning:          Could not resolve keysym XF86DualRangeRadar
webtop  | > Warning:          Could not resolve keysym XF86RadarOverlay
webtop  | > Warning:          Could not resolve keysym XF86TraditionalSonar
webtop  | > Warning:          Could not resolve keysym XF86ClearvuSonar
webtop  | > Warning:          Could not resolve keysym XF86SidevuSonar
webtop  | > Warning:          Could not resolve keysym XF86NavInfo
webtop  | Errors from xkbcomp are not fatal to the X server
webtop  | The XKEYBOARD keymap compiler (xkbcomp) reports:
webtop  | > Warning:          Could not resolve keysym XF86CameraAccessEnable
webtop  | > Warning:          Could not resolve keysym XF86CameraAccessDisable
webtop  | > Warning:          Could not resolve keysym XF86CameraAccessToggle
webtop  | > Warning:          Could not resolve keysym XF86NextElement
webtop  | > Warning:          Could not resolve keysym XF86PreviousElement
webtop  | > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
webtop  | > Warning:          Could not resolve keysym XF86MarkWaypoint
webtop  | > Warning:          Could not resolve keysym XF86Sos
webtop  | > Warning:          Could not resolve keysym XF86NavChart
webtop  | > Warning:          Could not resolve keysym XF86FishingChart
webtop  | > Warning:          Could not resolve keysym XF86SingleRangeRadar
webtop  | > Warning:          Could not resolve keysym XF86DualRangeRadar
webtop  | > Warning:          Could not resolve keysym XF86RadarOverlay
webtop  | > Warning:          Could not resolve keysym XF86TraditionalSonar
webtop  | > Warning:          Could not resolve keysym XF86ClearvuSonar
webtop  | > Warning:          Could not resolve keysym XF86SidevuSonar
webtop  | > Warning:          Could not resolve keysym XF86NavInfo
webtop  | Errors from xkbcomp are not fatal to the X server
webtop  |  2024-08-07 23:26:08,374 [INFO] websocket 0: got client connection from 127.0.0.1
webtop  |  2024-08-07 23:26:08,401 [PRIO] Connections: accepted: @REDACT.375408::websocket
webtop  |  2024-08-07 23:26:14,354 [PRIO] Selection: Text clipboard paste requested, but client sent no text
webtop  |  2024-08-08 00:09:09,710 [PRIO] VNCSConnST: Failed to flush remaining socket data on close: write: Broken pipe (32)
webtop  |  2024-08-08 00:09:09,713 [PRIO] Connections: closed: REDACT.375408::websocket (write: Broken pipe (32))
webtop  |  2024-08-08 00:10:05,908 [INFO] websocket 1: got client connection from 127.0.0.1
webtop  |  2024-08-08 00:10:05,934 [PRIO] Connections: accepted: @REDACT09114::websocket
webtop  |  2024-08-08 00:25:07,997 [PRIO] Connections: closed: @REDACT4::websocket (Clean disconnection)
webtop  |  2024-08-08 00:25:16,319 [INFO] websocket 2: got client connection from 127.0.0.1
webtop  |  2024-08-08 00:25:16,341 [PRIO] Connections: accepted: @REDACT6.319973::websocket
webtop  |  2024-08-08 00:25:47,316 [PRIO] Connections: closed: REDACT3::websocket (Clean disconnection)
webtop  |  2024-08-08 00:25:48,978 [INFO] websocket 3: got client connection from 127.0.0.1
webtop  |  2024-08-08 00:25:49,012 [PRIO] Connections: accepted: REDACTwebsocket
webtop  |  2024-08-08 00:26:30,403 [PRIO] Connections: closed: @REDACT48.979177::websocket (Clean disconnection)
webtop  |  2024-08-08 00:26:35,549 [INFO] websocket 4: got client connection from 127.0.0.1
webtop  |  2024-08-08 00:26:35,568 [PRIO] Connections: accepted: @6REDACT549831::websocket
webtop  |  2024-08-08 00:33:16,742 [PRIO] Connections: closed: @REDACT5.549831::websocket (Clean disconnection)
webtop  |  2024-08-08 00:33:17,213 [INFO] websocket 5: got client connection from 127.0.0.1
webtop  |  2024-08-08 00:33:17,244 [PRIO] Connections: accepted: @REDACT.214238::websocket
github-actions[bot] commented 1 month ago

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

thelamer commented 1 month ago

Use Debian KDE, noble is kind of a crapshoot for KDE. Linking: https://github.com/linuxserver/docker-webtop/issues/251

techcow2 commented 1 month ago

Use Debian KDE, noble is kind of a crapshoot for KDE. Linking: #251

Okay, thank you!

LinuxServer-CI commented 3 days ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.