You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
enroot create -n Test ubuntu.sqsh
enroot start -r Test
apt-get update && apt-get upgrade
apt-get install x11-apps
$ xeyes
MoTTY X11 proxy: Unsupported authorisation protocol
Error: Can't open display: localhost:50.0
The text was updated successfully, but these errors were encountered: