LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   scim with gtk3 segfaults on current (https://www.linuxquestions.org/questions/slackware-14/scim-with-gtk3-segfaults-on-current-4175544519/)

eldercitizen 06-04-2015 03:31 PM

scim with gtk3 segfaults on current
 
When I am using the scim (gtk3) im-module with a gtk3 application that provides an input-field on screen, the application segfaults. I am using Slackware-current.

I'm not using any desktop-environment (but a reparenting WM) and can reproduce the error with just (in .xinitrc or .xsession)

PHP Code:

scim -d
GTK_IM_MODULE
="scim"
gtk3-demo # open "text-widget/multiple views" for example 

I filed the issue to scim (https://github.com/scim-im/scim/issues/5). However, does anybody else experience this problem or could it be some problem with my installation? Or maybe glib2 or gtk3?
While I filed the issue for the current scim, I also encounter this problem with scim-1.4.15 from slackware-current.

eldercitizen 06-05-2015 01:12 PM

I mixed something up, I was apparently not using the current version, but the latest release (1.4.15, the same as slackware uses).
The current version works, especially because of this bugfix:
https://github.com/scim-im/scim/comm...1b25bf67c6806e

Slackware Maintainers, please import this patch to Slackware.

The bug is caused by having both the gtk2 and the gtk3 module using an object-file that has been compiled only for the gtk2 module. That should be a bug to all Slackware-current installations with scim installed.


All times are GMT -5. The time now is 08:50 PM.