After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 642599 - Allow choosing the on-screen keyboard
Allow choosing the on-screen keyboard
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Universal Access
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-17 17:59 UTC by Bastien Nocera
Modified: 2011-02-25 18:07 UTC
See Also:
GNOME target: 3.0
GNOME version: ---



Description Bastien Nocera 2011-02-17 17:59:02 UTC
The key is:
org.gnome.desktop.default-applications.at.mobility exec

And we'll need to install a small startup script, as well as a .desktop autostart file for it (to replace the removed gnome-at-visual script that got lost)
Comment 1 Bastien Nocera 2011-02-25 17:21:34 UTC
Wrote the code, then threw it away:

commit e065fe040984297c0ede7501dde6450985618162
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Feb 25 17:10:24 2011 +0000

    Revert "universal-access: Add typing assistant selection"
    
    We don't actually want to select on-screen keyboards. Dasher
    isn't an on-screen keyboard, and is complementary to OSKs.
    
    The only supported OSK is caribou, so we'll be using that instead.
    
    This reverts commit 35ae71247274656c2df7f9de1f2c7beb94abbc81.

We need to change the "Typing assistant" labels though.
Comment 2 Bastien Nocera 2011-02-25 18:07:14 UTC
Changed the label.

See bug 643311 for the caribou auto-start issue.