-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Can open a gui application like firefox only in he second attempt. #43
Comments
It's not likely issue of this image. Please provides more detailed command and configure file or I will close it in this week. |
Doesn't look like a problem with this image. |
I had the same issue as you can see in the following video: |
@sotoremydocuments I'm sorry the video is too distorted for me to gather anything. Is the solution just appending "--no-sandbox"? |
I made a server program on Node.js. Firefox cannot display the webpage retrieving from the server. Thus, I tried to install Chrome or Chromium. The Chrome browser does not run when I click on the start menu. It showed the dialog as you have seen in the video. I do not know whether it has some other solutions. |
The video is distorted for me too. Is it the same as you saw in ur
browser? What's ur exact problem? Distorted screen or Firefox or Chrome.
Could you list them?
John Pekl <[email protected]> 於 2017年8月14日 週一 21:34 寫道:
… I made a server program on Node.js. Firefox cannot display the webpage
retrieving from the server. Thus, I tried to install Chrome or Chromium.
The Chrome browser does not run when I click on the start menu. It showed
the dialog as you have seen in the video. I do not know whether it has some
other solutions.
How can I help you to gather logs or something else which you want to fix
the bug?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKF-lT1bB6zqz23skkEwm7tW7rsvpOsks5sYEzngaJpZM4Oqq8O>
.
|
I have just made a new video here. We do not have distorted screen problem here. |
No idea what's going on about Firefox and Chrome crash. You may try to
start the container appending parameter like
`-v /dev/shm:/dev/shm --privileged`
About Chrome cannot open without --no-sandbox, that's design of Chrome for
security reason. You can find many discussion about this.
John Pekl <[email protected]> 於 2017年8月16日 週三 下午8:59寫道:
… I have just made a new video here.
I cannot open Chrome or Chromium after selecting from the start menu. I
must run the command '--no-sandbox.' When I open my webpage made by
Node.js, It closed unexpectedly while the browsers normally run outside of
the docker.
We do not have distorted screen problem here.
https://www.youtube.com/watch?v=uGL3ECNi3Ak
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKF-oEGilK3OumhmCUvGFe6H4uQa5T-ks5sYueUgaJpZM4Oqq8O>
.
|
If I want to run another gui program like firefox to the supervisor.conf file, it doesn't open when I launch my VNCServer for the first time.
If I kill supervisord and I run it the second time, firefox opens as it's supposed to. The only new process that I could see was LXDE's menu-cache.
What could be a possible work around for this?
The text was updated successfully, but these errors were encountered: