Skip to content
This repository was archived by the owner on Jul 13, 2018. It is now read-only.

Conversation

@yugeshk
Copy link
Collaborator

@yugeshk yugeshk commented May 28, 2018

vext was only needed to by-pass the --system-site-packages issue with gi under a virtualenv. In a fresh environment with python3 and ``python3-gi` it is not required.

Also, I am not sure whether this is correct, but adding apt -y install xerver-xephyr to the Dockerfile fixed the error No protocol specified when trying to run the GUI app from the container; although GUIs still can't be run.

@dashohoxha
Copy link
Member

Also, I am not sure whether this is correct, but adding apt -y install xerver-xephyr to the Dockerfile fixed the error No protocol specified when trying to run the GUI app from the container; although GUIs still can't be run.

If GUI can't be run, then this cannot be the solution of the problem. Maybe you should install Xephyr on your host system. In Debian/Ubuntu somehow it is installed by default.

RUN apt -y install less man

### install xephyr to run GUI
RUN apt -y install xserver-xephyr
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be installed inside the conatiner.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants