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

ERROR: openbox-xdg-autostart requires PyXDG to be installed #3

Open
1 task done
chengoak opened this issue Oct 11, 2024 · 12 comments
Open
1 task done

ERROR: openbox-xdg-autostart requires PyXDG to be installed #3

chengoak opened this issue Oct 11, 2024 · 12 comments

Comments

@chengoak
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

app-1  | [ls.io-init] done.
app-1  | Obt-Message: Xinerama extension is not present on the server
app-1  | 17
app-1  |  2024-10-11 19:41:14,075 [INFO] websocket 0: got client connection from 127.0.0.1
app-1  |  2024-10-11 19:41:14,084 [PRIO] Connections: accepted: @192.168.3.5_1728646874.75836::websocket
app-1  | /usr/bin/microsoft-edge: line 16:   794 Trace/breakpoint trap   (core dumped) ${BIN} --password-store=basic --no-sandbox --test-type "$@" > /dev/null 2>&1
app-1  | 
app-1  | ERROR: openbox-xdg-autostart requires PyXDG to be installed
app-1  |  2024-10-11 19:42:00,498 [PRIO] Connections: closed: @192.168.3.5_1728646874.75836::websocket (Clean disconnection)

Expected Behavior

No response

Steps To Reproduce

start the docker container

Environment

- OS:Ubuntu
- Docker version 27.3.1

CPU architecture

x86-64

Docker creation

docker run -p 3000:3000 -v /DATA/AppData/msedge/config:/config --restart always linuxserver/msedge

Container logs

app-1  | [ls.io-init] done.
app-1  | Obt-Message: Xinerama extension is not present on the server
app-1  | 17
app-1  |  2024-10-11 19:41:14,075 [INFO] websocket 0: got client connection from 127.0.0.1
app-1  |  2024-10-11 19:41:14,084 [PRIO] Connections: accepted: @192.168.3.5_1728646874.75836::websocket
app-1  | /usr/bin/microsoft-edge: line 16:   794 Trace/breakpoint trap   (core dumped) ${BIN} --password-store=basic --no-sandbox --test-type "$@" > /dev/null 2>&1
app-1  | 
app-1  | ERROR: openbox-xdg-autostart requires PyXDG to be installed
app-1  |  2024-10-11 19:42:00,498 [PRIO] Connections: closed: @192.168.3.5_1728646874.75836::websocket (Clean disconnection)
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.

@thelamer
Copy link
Member

Use seccomp unconfined on your host that is the core problem, that XDG error is non fatal and expected.

@TheTaran
Copy link

Hi ihave the same error. On my Composer file the option seccomp:unconfined is set. Any other idea for that error?
security_opt:
- seccomp:unconfined

@aptalca
Copy link
Member

aptalca commented Nov 17, 2024

that XDG error is non fatal and expected

What other error are you referring to?

@TheTaran
Copy link

TheTaran commented Nov 17, 2024

This is my console error log.

msedge  | [custom-init] No custom files found, skipping...
msedge  | _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
msedge  | 
msedge  | Xvnc KasmVNC 1.3.3 - built Nov  9 2024 19:12:18
msedge  | Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
msedge  | See http://kasmweb.com for information on KasmVNC.
msedge  | Underlying X server release 12014000, The X.Org Foundation
msedge  | 
msedge  | [ls.io-init] done.
msedge  | Obt-Message: Xinerama extension is not present on the server
msedge  | 
msedge  | ERROR: openbox-xdg-autostart requires PyXDG to be installed
msedge  | 17

@aptalca
Copy link
Member

aptalca commented Nov 17, 2024

That's all expected and harmless

@TheTaran
Copy link

Ok, strange. Since the last update, i dont see the browsser. The Windows just shows a black windows.
image

@thelamer
Copy link
Member

All our releases pass testing https://ci-tests.linuxserver.io/linuxserver/msedge/131.0.2903.51-1-ls44/index.html this is the last release. If it is not working on your system try seccomp unconfined would be my only recommendation.

@refreshcoder
Copy link

refreshcoder commented Nov 23, 2024

Ok, strange. Since the last update, i dont see the browsser. The Windows just shows a black windows. image

i had the same issue, and it was fixed after i deleted the files in container path: /config, but if i restart the edge docker container, this issue will back again.

@fbhikmawan
Copy link

I'm also experiencing similar problems.
I don't know how and why this happened, but I think I know how to prevent it so that we don't experience the same thing and no longer need to delete the configs.

It basically depends on how we stop using it (in sequence):

  1. close all active tabs in the edge browser docker, until the screen goes blank (leaving the KasmVNC sidebar).
  2. tabs that are open in the host browser, must also be closed first. this will make the websocker to be cleanly disconnect.

with those two final steps, in the end you are free to either stop or down the docker service and it will appear properly when you start it again.

@LinuxServer-CI
Copy link
Collaborator

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.

@nicgord
Copy link

nicgord commented Jan 16, 2025

I tested again today with latest version and following a restart getting a black screen as described above. (it does work initially really well)
Right click and edge will not restart. Delete config folder and restart docker and it comes back and is working until next restart.

I am running this standalone and not via KASM.

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

8 participants