Hide Forgot
Created attachment 489032 [details] Data in core dump Description of problem: I am attempting to use onboard as the GDM on-screen keyboard, without much luck. The following appears in :0-greeter.log: WARNING:Config:Can't load Default loading default layout instead Traceback (most recent call last): File "/usr/bin/onboard", line 14, in <module> from Onboard.OnboardGtk import OnboardGtk as Onboard File "/usr/lib/python2.7/site-packages/Onboard/OnboardGtk.py", line 24, in <module> from Onboard.KeyboardSVG import KeyboardSVG File "/usr/lib/python2.7/site-packages/Onboard/KeyboardSVG.py", line 22, in <module> from Onboard.KeyboardGTK import KeyboardGTK File "/usr/lib/python2.7/site-packages/Onboard/KeyboardGTK.py", line 10, in <module> from X11 import * File "/usr/lib/python2.7/site-packages/Onboard/X11.py", line 2, in <module> from ctypes import *ucwh File "/usr/lib64/python2.7/ctypes/__init__.py", line 549, in <module> CFUNCTYPE(c_int)(lambda: None) MemoryError I've configured GDM to use onboard by creating /usr/share/gdm/autostart/LoginWindow/onboard.desktop with the following content: [Desktop Entry] Encoding=UTF-8 Name=Onboard Onscreen Keyboard Comment=Use an on-screen keyboard TryExec=onboard Exec=onboard --size 500x180 -x 20 -y 10 Terminal=false Type=Application StartupNotify=true Categories=GNOME;GTK;Accessibility; AutostartCondition=GNOME /desktop/gnome/applications/at/screen_keyboard_enabled Note that there is a core file dumped, I've attached the output that Abrt obtained. Version-Release number of selected component (if applicable): onboard-0.93.0-3.fc14.noarch gdm-2.32.0-1.fc14.x86_64 How reproducible: Always. Steps to Reproduce: 1. Configure GDM OSK for onboard 2. Enable OSK in GDM a11y options. Actual results: No OSK. Expected results: onboard. :
Since onboard seems to have been removed from F16, closing this WONTFIX.