Crash is triggred When webbrowwser-app tries to create OpenGLContext. and it happens with creation of qml window. this context is shared with oxide so oxide shows error while using context.
I could get same egl error log[1] by triggering this call:
QOpenGLContext ctx;
ctx.create()
So In theory it should trigger crash for all Qt5 app (if window is created and they have apparmor profile). I couldn't find any app in current desktop to test it.
[1]
QEGLPlatformContext: Failed to create context: 3009
QEGLPlatformContext: Failed to create context: 3009
Crash is triggred When webbrowwser-app tries to create OpenGLContext. and it happens with creation of qml window. this context is shared with oxide so oxide shows error while using context.
I could get same egl error log[1] by triggering this call:
QOpenGLContext ctx;
ctx.create()
So In theory it should trigger crash for all Qt5 app (if window is created and they have apparmor profile). I couldn't find any app in current desktop to test it.
[1] text: Failed to create context: 3009 text: Failed to create context: 3009
QEGLPlatformCon
QEGLPlatformCon