czkawka icon indicating copy to clipboard operation
czkawka copied to clipboard

XInput2 support not found on display

Open Mycah opened this issue 2 years ago • 3 comments

Trying to use gui with x forwarding to xming on windows, get the following error and a crash:

$ ./linux_czkawka_gui

(linux_czkawka_gui:2101266): Gdk-ERROR **: 18:28:52.855: XInput2 support not found on display Trace/breakpoint trap

Switched to VcXsrv and get:

$ ./linux_czkawka_gui No provider of glCreateShader found. Requires one of: Desktop OpenGL 2.0 OpenGL ES 2.0 GL_ARB_shader_objects Aborted

Anyone have this working?

Mycah avatar Jul 29 '22 16:07 Mycah

Same problem here within a x2go session:

~$ czkawka_gui 

(czkawka_gui:1010343): Gdk-ERROR **: 10:55:36.878: XInput2 support not found on display
Trace/breakpoint trap

It works through a ssh@server czkawka_gui, but this is not very helpful for my use case.

Installation from the PPA. I don't know it it's worth it to try other means.

Krysztophe avatar Mar 21 '23 10:03 Krysztophe

XInput2 support not found on display Trace/breakpoint trap

I believe this is a GDK4-specific error. I haven't found much information about it online but I've noticed it occurring on an app I ported to GTK4; it doesn't occur on the original GTK3 version.

antonok-edm avatar Jul 27 '23 19:07 antonok-edm

Have you found a solution ?

Co-7 avatar Jan 03 '24 16:01 Co-7