Talk:GNOME/Configuration

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using ~~~~:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally|Sally]] 17:22, 6 July 2024 (UTC)
:: Your reply ~~~~

666threesixes666

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.

FILE /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