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
Hello,
I'm trying to run Instagraph (snap run instagraph) on Wayland with QT_QPA_PLATFORM=wayland-egl set in /etc/environment.
I get the following error:
This application failed to start because it could not find or load the Qt platform plugin "wayland-egl".
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, ubuntumirclient, xcb.
Reinstalling the application may fix this problem.
[1] 4665 abort (core dumped) snap run instagraph
Usually I solve this problem by overriding the variable with xcb, however this does not work with Snap as it doesn't use the current shell environment. I believe it gets a brand new one from PAM.
Is it possible to include the wayland-egl plugin in the Qt5 build?
Thank you.
The text was updated successfully, but these errors were encountered:
This is the output when I try tu run Instagraph from de command line:
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
This application failed to start because it could not find or load the Qt platform plugin "wayland-egl".
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, ubuntumirclient, xcb.
Reinstalling the application may fix this problem.
zsh: abort (core dumped) instagraph
Hello,
I'm trying to run Instagraph (
snap run instagraph
) on Wayland withQT_QPA_PLATFORM=wayland-egl
set in/etc/environment
.I get the following error:
Usually I solve this problem by overriding the variable with
xcb
, however this does not work with Snap as it doesn't use the current shell environment. I believe it gets a brand new one from PAM.Is it possible to include the
wayland-egl
plugin in the Qt5 build?Thank you.
The text was updated successfully, but these errors were encountered: