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

Can not open Display (GUI apps) error inside the Enroot container #163

Open
SheelendraSharma opened this issue Aug 18, 2023 · 0 comments
Open

Comments

@SheelendraSharma
Copy link

Hi Team,

I cannot launch any GUI (Graphical User Interface) application from the Enroot container. But I can launch any GUI application outside Enroot container (i.e., regular Terminal of HPC cluster), and it works fine.

I am using an Ubuntu container (ubuntu.sqsh) and installing GUI packages like xeyes, xterm, etc., from the root(apt-get install x11-apps).

The commands are available to use, but whenever I try to launch xeyes, it shows:

MoTTY X11 proxy: Unsupported authorisation protocol
Error: Can't open display: localhost:50.0

Can you guys please help me to resolve the above issue?

Steps that I have followed:

  1. enroot create -n Test ubuntu.sqsh

  2. enroot start -r Test

apt-get update && apt-get upgrade
apt-get install x11-apps

  1. enroot start Test

$ xeyes
MoTTY X11 proxy: Unsupported authorisation protocol
Error: Can't open display: localhost:50.0

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

1 participant