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

containerization #244

Open
StijnMaes92 opened this issue Jul 5, 2023 · 1 comment
Open

containerization #244

StijnMaes92 opened this issue Jul 5, 2023 · 1 comment

Comments

@StijnMaes92
Copy link

Hello,

I am trying to containerize this.
For example:

  • start up ubuntu:23.04 image
  • add-apt-repository, update and install

When I type 'gpclient' or with parameters such as 'gpclient vpn.xxx.com' it says:

2023-07-05 15:40:26.938 INFO [8184] [main@24] GlobalProtect started, version: 1.4.9
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.

Aborted (core dumped)

The way I understand it, is that it wants to open the popup screen for login.
But since there's no GUI available in an ubuntu container.
Any extra parameters I need to use or is a non GUI connection unsupported at this moment?

@yuezk
Copy link
Owner

yuezk commented Jul 6, 2023

You could refer this discussion #215

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

2 participants