Commit e08f4b0
committed
š fix: fix: keyboard layout not applied correctly on Cinnamon live session
The keyboard layout selected in the live wizard was not being applied
on Cinnamon sessions. Two issues were fixed:
1. The dconf path for Cinnamon keyboard input sources was wrong.
The wizard was writing only to org/gnome/desktop/input-sources,
but Cinnamon reads from org/cinnamon/desktop/input-sources.
Now writes to both paths for full compatibility.
2. The X11 keyboard configuration (/etc/X11/xorg.conf.d/00-keyboard.conf)
was not being updated. The cinnamon-settings-daemon syncs the X11
layout back to dconf on startup, overwriting the user's selection.
Added localectl set-x11-keymap call to persist the layout at the
X11 level as well.1 parent 4259bcd commit e08f4b0
2 files changed
Lines changed: 8 additions & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
144 | 148 | | |
145 | 149 | | |
146 | 150 | | |
| |||
151 | 155 | | |
152 | 156 | | |
153 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
154 | 161 | | |
155 | 162 | | |
156 | 163 | | |
| |||
0 commit comments