czkawka
czkawka copied to clipboard
XInput2 support not found on display
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?
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.
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.
Have you found a solution ?