Alright, I installed 1.4.4-2 from unstable, and it still crashes. Here's the gdb output
(gdb) bt #0 0x00007ffff6514339 in XGetModifierMapping () at /usr/lib/x86_64-linux-gnu/libX11.so.6 #1 0x000055555556389a in reload_modmap (modmap=0x5555556142c0, keymap=0x55555559ed80) at eggaccelerators.c:549 #2 0x000055555556389a in egg_keymap_get_modmap (keymap=0x55555559ed80) at eggaccelerators.c:646 #3 0x0000555555563ae0 in egg_keymap_resolve_virtual_modifiers (keymap=0x55555559ed80, virtual_mods=EGG_VIRTUAL_LOCK_MASK, concrete_mods=0x555555569114 <caps_lock_mask>) at eggaccelerators.c:475 #4 0x000055555555e245 in lookup_ignorable_modifiers (keymap=0x55555559ed80) at keybinder.c:54 #5 0x000055555555e61e in keybinder_init () at keybinder.c:242 #6 0x000055555555b34a in clipit_init () at main.c:972 #7 0x000055555555b34a in main (argc=<optimized out>, argv=<optimized out>) at main.c:1046 I'm running Gnome with Wayland, and it seems to be doing some X11 stuff? /Calle