Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork198
Ubuntu Focal build container with HTML5 VNC interface and QtCreator (#343)#344
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The external dependencies are now built and installed.
Can you make anything out of it? Several xcb packages are installed. |
I found the missing packages. |
ksnip builds now in QtCreator inside the Docker container 🥳 |
I wanted to map the ksnip source code directory in the Docker container to the local ksnip directory in4e6dd97, but that has the disadvantage that the new owner will be root. Using an unprivileged user in the Docker container had the disadvantage that its home directory isn't yet available in the Dockerfile. 😬 |
I found a way around that. 👍 You could now test the container yourself if you like. |
DamirPorobic commentedJun 13, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
It fails to run the build script:
Under OpenSUSE I need to run docker with sudo, could it be related to that? |
Very strange, the file is there, I'm in the correct directory, I'm root, the file has the execute bit but still is says "file not found".
|
Maybe you need to do a |
Nah, it's not that, looks like something wrong with the fileformat of the script. I've started the container and tried to run the script from there and got this error: After fixing the file like describedhere in the solution it worked from the container. Now I'm trying to build again after I've fixed the file in the repo. |
Didn't work and now the container is also not coming up, running build or up results in same behavior or console output. Need to restart I guess. |
Strange, never saw that issue before. Meanwhile I pushed a version tohttps://hub.docker.com/r/pbeke/ksnip-desktop. |
Thanks a lot :) I'll try to fix the script tomorrow. |
If you want to test the pre-built container 😁 docker-compose up ksnip-desktop-pre-built |
Nice, I'm able to run the ksnip binary, built inside the container outside of the container. |