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 694689 - cursor: Don't force disable the OSK on non-touch
cursor: Don't force disable the OSK on non-touch
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: plugins
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
touch 3.10
Depends on:
Blocks:
 
 
Reported: 2013-02-25 17:09 UTC by Bastien Nocera
Modified: 2015-02-23 14:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2013-02-25 17:09:45 UTC
See bug 692771 comment 5.
Comment 1 Bastien Nocera 2015-02-23 14:39:39 UTC
That was fixed in gnome-settings-daemon 3.9.5.

commit 30584577f142199003c22c51851aec0058998d53
Author: David King <dking@redhat.com>
Date:   Wed Jul 24 09:00:24 2013 +0100

    cursor: Request the OSK when the cursor is disabled
    
    Register 'org.gnome.SettingsDaemon.Cursor' on the session bus. Add a
    D-Bus property 'ShowOSK' to indicate whether the on-screen keyboard
    should be enabled, which is triggered when a direct touch device is used
    for input.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692772