Changeset 3f06f142 for gnome/platform/gdm.xml
- Timestamp:
- 08/29/2019 08:29:12 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a5d213d0
- Parents:
- 1b2b75a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/gdm.xml
r1b2b75a1 r3f06f142 123 123 -g gdm -s /bin/false gdm && 124 124 passwd -ql gdm</userinput></screen> 125 126 <note revision="sysv"> 127 <para> 128 The <application>gdm</application> login screen is managed by 129 <application>gnome-shell</application>, which relies on the 130 <command>systemd-localed</command> daemon to get the system 131 settings. Since this daemon is not present on this system, a 132 <command>sed</command> is applied in the <xref 133 linkend="gnome-shell"/> instructions to change this behavior, 134 but then <application>gdm</application> uses the system settings, 135 which default to a US <quote>qwerty</quote> keyboard layout. This may 136 be an inconvience to enter a password when the machine keyboard 137 has a different layout. One possibility is to use the screen-keyboard 138 from the accessibility menu. Another possibility is to change the 139 defaults at compile time, by creating the following file: 140 </para> 141 142 <screen><userinput>cat > data/dconf/defaults/01-keyboard << EOF 143 <literal>[org/gnome/desktop/input-sources] 144 sources=[('xkb','<replaceable>layout</replaceable>')]</literal> 145 EOF</userinput></screen> 146 147 <para> 148 where <replaceable>layout</replaceable> should be replaced with 149 the acronym for your keyboard layout (one of the filenames in 150 <filename class="directory">/usr/share/X11/xkb/symbols</filename>). 151 </para> 152 </note> 125 153 126 154 <para>
Note:
See TracChangeset
for help on using the changeset viewer.