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

Occasional back screen and no browser on Kubuntu with neko:google-chrome #462

Open
OnkelTem opened this issue Jan 5, 2025 · 3 comments
Open

Comments

@OnkelTem
Copy link

OnkelTem commented Jan 5, 2025

Every other time I get black screen without browser.

image

This is how I run neko:

#!/usr/bin/env bash

docker run --gpus all \
  -p 43271:8080 \
  -p 56000-56100:56000-56100/udp \
  -e NEKO_SCREEN=1920x1080@30 \
  -e NEKO_PASSWORD=... \
  -e NEKO_PASSWORD_ADMIN=... \
  -e NEKO_EPR=56000-56100 \
  -e NEKO_ICELITE=1 \
  -v $(pwd)/data:/path/to/neko/.config/google-chrome \
  --shm-size=4gb \
  --cap-add=SYS_ADMIN \
  m1k1o/neko:google-chrome

The only "solution" I found so far is to delete the browser profile and recreate the container (Which is not really a solution, because the point is to keep browser data across sessions)

@OnkelTem
Copy link
Author

OnkelTem commented Jan 5, 2025

Somehow removing the browser profile doesn't work anymore.

@m1k1o
Copy link
Owner

m1k1o commented Jan 5, 2025

There will be probably something relevant in the logs why is google chrome not starting.

@OnkelTem
Copy link
Author

OnkelTem commented Jan 6, 2025

Ok, I'll have a look. Logs are pretty verbose, I need to extract the part which is common for both failed and successful runnings.

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

No branches or pull requests

2 participants