Hide Forgot
libreport version: 2.0.7 abrt_version: 2.0.6 backtrace_rating: 3 cmdline: /usr/libexec/ibus-engine-unikey --ibus executable: /usr/libexec/ibus-engine-unikey kernel: 3.1.5-1.fc16.i686.PAE pid: 2232 pwd: /tmp reason: Process /usr/libexec/ibus-engine-unikey was killed by signal 6 (SIGABRT) time: Thu 15 Dec 2011 02:17:43 PM ICT uid: 1000 username: nhatthm var_log_messages: Dec 15 14:17:43 nhatthmpc abrt[31179]: Saved core dump of pid 2232 (/usr/libexec/ibus-engine-unikey) to /var/spool/abrt/ccpp-2011-12-15-14:17:43-2232 (18407424 bytes) xsession_errors: backtrace: Text file, 16383 bytes dso_list: Text file, 2497 bytes maps: Text file, 7433 bytes smolt_data: Text file, 3070 bytes environ: :SHELL=/bin/bash :DBUS_STARTER_ADDRESS=unix:abstract=/tmp/dbus-USzKGeMcB5,guid=0eee9db1f50878f0261395d100000053 :XDG_SESSION_COOKIE=981480c0a600af6dc6f1bbd800000010-1323914665.241114-2147422476 :XDG_RUNTIME_DIR=/run/user/nhatthm :DISPLAY=:0 :DESKTOP_SESSION=gnome :WINDOWPATH=1 :PATH=/usr/local/bin:/usr/bin:/bin :GDMSESSION=gnome :XDG_VTNR=1 :USERNAME=nhatthm :XDG_SESSION_ID=2 :DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-USzKGeMcB5,guid=0eee9db1f50878f0261395d100000053 :XDG_SEAT=seat0 :XAUTHORITY=/var/run/gdm/auth-for-nhatthm-5Sg1bX/database :USER=nhatthm :DBUS_STARTER_BUS_TYPE=session :GNOME_KEYRING_PID=1652 :SHLVL=1 :GDM_LANG=en_US.utf8 :PWD=/home/nhatthm :GNOME_KEYRING_CONTROL=/tmp/keyring-j91RHe :LANG=en_US.utf8 :_=/usr/bin/dbus-launch :LOGNAME=nhatthm :HOME=/home/nhatthm :LC_CTYPE=en_US.utf8 :GTK_IM_MODULE=ibus :QT_IM_MODULE=ibus :XMODIFIERS=@im=ibus
Created attachment 547133 [details] File: dso_list
Created attachment 547134 [details] File: smolt_data
Created attachment 547135 [details] File: backtrace
Created attachment 547136 [details] File: maps
I am contacting to ibus-unikey developer to investigate the problem. While I am working with him, could you please tell me more how to reproduce the issue?!
1. I focused on a text field on my browser 2. I pressed Alt + Z to change input method to unikey (it's my setting, nothin special :D) 3. ABRT reported that ibus-unikey was crahsed Hope you can fix this issue :-)
Thanks Tran for your quick response. Have you done updating all necessary patches (update all latest patches for easier).
Nope, I installed ibus-unikey from stable repo and run "yum upgrade" everyday :D
Thanks Tran. Could you please try this workaround: - Edit file: .gconf/desktop/ibus/engine/Unikey/Options/%gconf.xml - Change the value "MouseCapture" to "false". It should be something like: " <?xml version="1.0"?> <gconf> <entry name="SpellCheckEnabled" mtime="1313675856" type="bool" value="false"/> <entry name="MouseCapture" mtime="1313675850" type="bool" value="false"/> </gconf> " after editing. Try this way and update status to me. Thanks, Tuan
Here is my configuration file ---------------------------------- <?xml version="1.0"?> <gconf> <entry name="input_method" mtime="1322677648" type="string"> <stringvalue>Vni</stringvalue> </entry> <entry name="spell_check" mtime="1322677648" type="bool" value="false"/> <entry name="mouse_capture" mtime="1322677648" type="bool" value="false"/> <entry name="auto_restore_non_vn" mtime="1322677648" type="bool" value="false"/> </gconf> ---------------------------------- I have added mouse capture entry as you said (about the entry name, I read the source https://github.com/mrlequoctuan/ibus-unikey/blob/master/src/engine_const.h and it must be lower case with dash, not camel case, right?) Hope it works, please give me some days to check if there are any errors and I will notify you ;-) PS: I am not sure what happened with ibus-unikey because it just crashed while I was changing the input method. ------------------------- Sorry for the off topic but I don't know where to report this issue I am using F16 with gnome-shell 3.2, gtk3 and Input-Method Status Indicator Extension While I click on the extension in top panel and choose Input Method Menu, it only shows Input Method option (VNI or Telex) and Charset option (Unicode, VNI, ...), yeah, just 2 options, the others (spell check, restore, ...) are disappeared. Do you known what happened ? screenshots: http://files.myopera.com/CsXBlog/albums/10271982/ibus_unikey_step1.png http://files.myopera.com/CsXBlog/albums/10271982/ibus_unikey_step2.png
(In reply to comment #10) > > I have added mouse capture entry as you said (about the entry name, I read the > source > https://github.com/mrlequoctuan/ibus-unikey/blob/master/src/engine_const.h and > it must be lower case with dash, not camel case, right?) The parameter "MouseCapture" as above is in my real config file. Are you sure that you edited the right one: ~/.gconf/desktop/ibus/engine/Unikey/Options/%gconf.xml ? > Hope it works, please give me some days to check if there are any errors and I > will notify you ;-) Cool. > PS: I am not sure what happened with ibus-unikey because it just crashed while > I was changing the input method. It maybe a bug in MouseCapture method in ibus-unikey. Please review and tell us more. > ------------------------- > Sorry for the off topic but I don't know where to report this issue > > I am using F16 with gnome-shell 3.2, gtk3 and Input-Method Status Indicator > Extension > While I click on the extension in top panel and choose Input Method Menu, it > only shows Input Method option (VNI or Telex) and Charset option (Unicode, VNI, > ...), yeah, just 2 options, the others (spell check, restore, ...) are > disappeared. Do you known what happened ? > > screenshots: > http://files.myopera.com/CsXBlog/albums/10271982/ibus_unikey_step1.png > http://files.myopera.com/CsXBlog/albums/10271982/ibus_unikey_step2.png This should be discussed directly via email or ping me at #fedora on irc.freenode.net Rgds, Tuan
(In reply to comment #11) > (In reply to comment #10) > > > > I have added mouse capture entry as you said (about the entry name, I read the > > source > > https://github.com/mrlequoctuan/ibus-unikey/blob/master/src/engine_const.h and > > it must be lower case with dash, not camel case, right?) > > The parameter "MouseCapture" as above is in my real config file. > Are you sure that you edited the right one: > ~/.gconf/desktop/ibus/engine/Unikey/Options/%gconf.xml ? > Yes, absolutely sure ;-) ... so, please wait for my notification :-) Thanks in advance Nhat
Hi Tuan, It still crashed, I am wondering If ibus-unikey does not fully compatible with gnome-shell3 and gtk3 ? Or caused by the Input-Method extension ? Thanks for your support Nhat
I am currently using F16 with the same software versions so it should not a compatibility issue. Could you please backup your original %gconf.xml file then replace with my one (above); restart gnome-shell (F2 + r) and ibus; then retry. Thanks, Tuan
I haven't tried that wat yet, but ibus-unkey stop crashing in last 2 days :|
Great to hear that. I think the MouseCapture changed has been effected well. I will follow up this bug with upstream developer.