| Summary: | onboard doesn't work, exits on AttributeError: get_layout_symbols | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James <james> |
| Component: | onboard | Assignee: | Orphan Owner <extras-orphan> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | 04mvs89, dornelas, linux.n.pkd |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-19 11:39:59 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
$ onboard
Traceback (most recent call last):
File "/usr/bin/onboard", line 15, in <module>
ob = Onboard()
File "/usr/lib/python2.7/site-packages/Onboard/OnboardGtk.py", line 80, in __init__
self.update_layout()
File "/usr/lib/python2.7/site-packages/Onboard/OnboardGtk.py", line 227, in update_layout
keyboard_state = (vk.get_layout_symbols(),
AttributeError: get_layout_symbols
$ rpm -q onboard
onboard-0.94.0-2.fc15.noarch
$ onboard -d DEBUG -l /usr/share/onboard/layouts/Default.onboard
DEBUG:Config:Leaving _init
DEBUG:KbdWindow:Entered in __init__
DEBUG:IconPalette:Entered in __init__
DEBUG:IconPalette:Leaving __init__
DEBUG:KbdWindow:Leaving __init__
INFO:OnboardGtk:Getting user settings
Traceback (most recent call last):
File "/usr/bin/onboard", line 15, in <module>
ob = Onboard()
File "/usr/lib/python2.7/site-packages/Onboard/OnboardGtk.py", line 80, in __init__
self.update_layout()
File "/usr/lib/python2.7/site-packages/Onboard/OnboardGtk.py", line 227, in update_layout
keyboard_state = (vk.get_layout_symbols(),
AttributeError: get_layout_symbols
Closing as onboard no longer appears to be in Fedora. |
Description of problem: $ onboard ** (onboard:4009): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. WARNING:Config:Can't load Default loading default layout instead Traceback (most recent call last): File "/usr/bin/onboard", line 15, in <module> ob = Onboard() File "/usr/lib/python2.7/site-packages/Onboard/OnboardGtk.py", line 80, in __init__ self.update_layout() File "/usr/lib/python2.7/site-packages/Onboard/OnboardGtk.py", line 227, in update_layout keyboard_state = (vk.get_layout_symbols(), AttributeError: get_layout_symbols Version-Release number of selected component (if applicable): onboard-0.94.0-2.fc15.noarch How reproducible: Always. Additional info: Many other on-screen keyboards (eekboard, CellWriter) work OK on this system's configuration.