-
Notifications
You must be signed in to change notification settings - Fork 379
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
Issue with ~/.cache permission 700 #131
Comments
Thanks for reporting! Currently I am a bit confused and not sure what is going on. The same command works well here. (Debian 10, Xfce). You already found a core error message: Maybe it is some sort of privilege issue. Can you try with |
With Which permissions should I check? Shouldnt it not matter anyways, because it is all containerized..? |
Attaching to the idle (non-visible / waiting / non-cap-default) container and executing
and |
Another answer, hopefully the last one: Most files in |
Good!
So the question is: why
Currently I am not sure. Meanwhile I did a check in an archlinux VM and could not reproduce the issue. I also know of at least one archlinux user who uses x11docker on a daily base and reports every issue. Some possible checks:
That includes
That might be the reason. Let me think about it. |
Probably I found it due to the 700 access restriction.
Please try:
Maybe it helps if x11docker sets |
I've made an update that sets |
oh boi, you are quick. Makes sense what you are saying, thanks.
Running with your latest commit alone does not work (tested). Since
Now you know two. :-) |
I did a workaround: x11docker copies
:-) |
Works! |
I am sorry I cannot make this more specific: Trying to run anything in seamless mode, that is, wihtout
Xephyr
, but nothing visible is happening. Same with--hostdisplay
or--xpra
or--nxagent
, both installed. The below output is withXvfb
installed.x11docker -v --hostdisplay xorilog/telegram
--> https://pastebin.com/Hvvq9ECYLooks pretty normal to me, except for
and 4 minutes of
and, when it finally finishes,
System: Arch Linux 64 Linux 4.20 XFCE4 Xfwm
Any help will be appreciated. Thanks for this project @mviereck: Even though I cannot see anything, it looks awesome :D
edit: without
Xvfb
, the output contains/usr/lib/Xorg.wrap: Only console users are allowed to run the X server
but that was fixed by adding it.The text was updated successfully, but these errors were encountered: