Freeze on click of colour selector #116

Closed
Tapemaster21 opened this Issue Mar 22, 2017 · 5 comments

Comments

Projects
None yet
3 participants

Tapemaster21 commented Mar 22, 2017

Hello, I'm on Fedora WS 25. When I attempt to highlight 1 or more keys and open the colour selector button below and left of the keyboard picture, the program freezes and is unresponsive until I force quit it.

I was able to click on a key, click the new animation button, did some stuff, and nothing bad seemed to happen.

I ran it from terminal to catch problems. Hopefully they help.

[user@computer ~]$ ckb

(ckb:5167): GLib-GObject-WARNING **: g_object_get_valist: object class 'GtkSettings' has no property named 'gtk-application-prefer-dark-theme'

(ckb:5167): GLib-GObject-WARNING **: g_object_get_valist: object class 'GtkSettings' has no property named 'gtk-long-press-time'
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile

(ckb:5167): GLib-GObject-WARNING **: cannot register existing type 'GtkWidget'

(ckb:5167): GLib-GObject-WARNING **: cannot add class private field to invalid type '<invalid>'

(ckb:5167): GLib-GObject-WARNING **: cannot add private field to invalid (non-instantiatable) type '<invalid>'

(ckb:5167): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(ckb:5167): GLib-GObject-WARNING **: cannot register existing type 'GtkBuildable'

(ckb:5167): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: assertion 'G_TYPE_IS_INTERFACE (interface_type)' failed

(ckb:5167): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed

(ckb:5167): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(ckb:5167): GLib-GObject-CRITICAL **: g_type_register_static: assertion 'parent_type > 0' failed

(ckb:5167): GLib-GObject-WARNING **: cannot add private field to invalid (non-instantiatable) type '<invalid>'
Collaborator

tatokis commented Mar 22, 2017

Your Qt has a known bug, it has nothing to do with us. https://github.com/mattanger/ckb-next#linux

@tatokis tatokis added the invalid label Mar 22, 2017

Collaborator

light2yellow commented Mar 22, 2017

F25 ships with 5.7.1, #70, #51, ccMSC/ckb#500, ccMSC/ckb#461

light2yellow added a commit that referenced this issue Mar 22, 2017

light2yellow added a commit that referenced this issue Mar 22, 2017

Ah, sorry I'm stupid and didn't read.

I downloaded the qt5ct and it seems to allow me to change colors when I launch through terminal but it still is broken when launching from the super menu. Is there a way I can go about fixing that?

Collaborator

light2yellow commented Mar 23, 2017

You can try different combinations from an Arch Linux thread from #70 or #51. Pesky Qt!

UPD. Sorry for Czenglish.

Collaborator

light2yellow commented Mar 25, 2017

Anyway, merged into all the above issues as a duplicate. If you have tried all possible solutions from all the issues (including a long Arch Linux thread), please open a new one specifying what exactly was tried and didn't work out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment