| Summary: | [abrt] ibus-typing-booster: main.py:166:__init__:AttributeError: 'NoneType' object has no attribute 'get_value' | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Parag Nemade <pnemade> | ||||||||
| Component: | ibus-typing-booster | Assignee: | Mike FABIAN <mfabian> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 24 | CC: | anish.developer, i18n-bugs, mfabian | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/d11d8a74ebba8f5e5e0a24bfcf574524d7b3659c | ||||||||||
| Whiteboard: | abrt_hash:2cd28acc1ce218123c7b4f482dacc643aa155af9;VARIANT_ID=workstation; | ||||||||||
| Fixed In Version: | ibus-typing-booster-1.4.0-3.fc23 ibus-typing-booster-1.4.0-3.fc24 ibus-typing-booster-1.4.0-3.fc22 | Doc Type: | Bug Fix | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2016-04-13 07:19:36 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Attachments: |
|
||||||||||
Created attachment 1145136 [details]
File: backtrace
Created attachment 1145137 [details]
File: environ
Yes, I also found this. It happens only on F24, not on F23. ibus-typing-booster-1.4.0-3.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-b2a544c507 ibus-typing-booster-1.4.0-3.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-b894295663 ibus-typing-booster-1.4.0-3.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-5b134fdd67 ibus-typing-booster-1.4.0-3.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-5b134fdd67 ibus-typing-booster-1.4.0-3.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-b2a544c507 ibus-typing-booster-1.4.0-3.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-b894295663 Created attachment 1145863 [details]
0001-Call-IBus.Bus-in-__main__-not-in-__init__-of-class-S.patch
The patch I used to fix this.
ibus-typing-booster-1.4.0-3.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. ibus-typing-booster-1.4.0-3.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. ibus-typing-booster-1.4.0-3.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Add any Indic related hunspell input method say "Oriya (Odiya - IN (Hunspell))" and click on its configuration/setup icon and i-t-b crashed Version-Release number of selected component: ibus-typing-booster-1.3.1-1.fc24 Additional info: reporter: libreport-2.6.4 cmdline: /usr/bin/python3 /usr/share/ibus-typing-booster/setup/main.py executable: /usr/share/ibus-typing-booster/setup/main.py kernel: 4.5.0-302.fc24.x86_64+debug runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: main.py:166:__init__:AttributeError: 'NoneType' object has no attribute 'get_value' Traceback (most recent call last): File "/usr/share/ibus-typing-booster/setup/main.py", line 551, in <module> SetupUi = SetupUI() File "/usr/share/ibus-typing-booster/setup/main.py", line 166, in __init__ self.config.get_value(self.config_section, 'tabenable')) AttributeError: 'NoneType' object has no attribute 'get_value' Local variables in innermost frame: tab_enable_checkbox: <Gtk.CheckButton object at 0x7ffaf3548af8 (GtkCheckButton at 0x5628de1724a0)> event_handler: <__main__.EventHandler object at 0x7ffafe9691d0> close_button: <Gtk.Button object at 0x7ffaf35488b8 (GtkButton at 0x5628de174370)> self: <__main__.SetupUI object at 0x7ffafc0a70b8> config_file_full_path: '/usr/share/ibus-typing-booster/hunspell-tables/pa_IN.conf' filename: '/usr/share/ibus-typing-booster/setup/setup.glade' maindialog: <Gtk.Dialog object at 0x7ffaf35486c0 (GtkDialog at 0x5628ddf662d0)> ibus_engine_name: 'typing-booster:pa_IN' service: <__main__.SetupService at /org/ibus/typingbooster at 0x7ffb013a4a90>