This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.
Please visit our production wiki at https://wiki.gentoo.org
Talk:GNOME/Configuration
This is a talk page. Please add newer comments below older ones, and sign your comments using four tildes (
~~~~
).
When adding a new section (at the bottom of the page), please mark it as "open for discussion" by using {{talk|open}}
so it will show up in the list of open discussions.xdm? /me pukes a little bit.... systemd has no xdm references or unit files. gnome 3.8 apparently requires systemd. im moving gdm to GNOME/gdm 666threesixes666 (talk) 04:12, 7 January 2014 (UTC)
Disabling the Caribou onscreen keyboard
When using a touchscreen, GNOME 3 automatically enables the onscreen keyboard everytime it detects the cursor to be in a text-input field, e.g. the GNOME-Terminal.
I didn't find a sane way to disable this behavior, but rather a hackish workaround.
First, create the the respective parent directory and the following file. This is acts as a dummy-layout for the caribou onscreen keyboard.
/usr/share/caribou/layouts/off/us.xml
<?xml version="1.0"?> <layout xmlns:xi="http://www.w3.org/2001/XInclude"> </layout>
Next, select the off keyboard layout.
user $
gsettings set org.gnome.shell.keyboard keyboard-type off