From 93b4e1bbbe264dffe36a88f94803d80efdcaa0b8 Mon Sep 17 00:00:00 2001 From: taradiddles Date: Sat, 14 Apr 2018 09:12:49 +0300 Subject: [PATCH] add comment about Terminal=true in .desktop file --- docs/localization/keyboard-multiple-layouts.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/localization/keyboard-multiple-layouts.md b/docs/localization/keyboard-multiple-layouts.md index 14aeb7a..cce7a82 100644 --- a/docs/localization/keyboard-multiple-layouts.md +++ b/docs/localization/keyboard-multiple-layouts.md @@ -22,10 +22,12 @@ To automatically run the `setxkbmap` command when the VM starts, add a `/etc/xdg [Desktop Entry] Name=Configure multiple keyboard layouts Exec=setxkbmap -layout "us,bg(phonetic)" -option "grp:shifts_toggle" -Terminal=false +Terminal=true Type=Application ~~~ +Note: without `Terminal=true` the setxkbmap settings aren't applied for some reason, until one runs `setxkbmap` without options in a terminal. It is thus normal to notice a terminal flicker at startup. + If you prefer to have a per-vm setup rather than per-template, create a `/rw/config/setxkbmap.desktop` with the same content as above and add the following line to `/rw/config/rc.local`: ~~~