[Github-comments] [geany/geany] Geany crashes when I press "Ctrl + Shift + V" (#2813)

elextr notifications at xxxxx
Sun May 23 08:28:37 UTC 2021


AFAICT Geany does not bind ctrl+shift+V to anything.

Looking at the traceback above (the "geany" one, the other threads are GTK/Glib internal) there is no Geany code in the traceback except the initial call to `gtk_main()` so its nothing Geany does, must be something VTE binds in GTK itself.  This is probably supported by the `gtk_accel_groups_activate()` calls in the traceback.

Whilst ctrl+shift+v does always paste in the VTE here, irrespective of the widget with focus, it doesn't crash.  

Not sure what else to say except, "don't do that" and bind ctrl+shift+v to something innocuous in Geany so it hopefully will hide the crashy VTE accelerator and you won't do it accidentally.

Otherwise need a GTK/VTExpert :-)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2813#issuecomment-846525516
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210523/03561a1c/attachment.htm>


More information about the Github-comments mailing list