add comment about Terminal=true in .desktop file

This commit is contained in:
taradiddles 2018-04-14 09:12:49 +03:00
parent 439880b7fb
commit 93b4e1bbbe

View File

@ -22,10 +22,12 @@ To automatically run the `setxkbmap` command when the VM starts, add a `/etc/xdg
[Desktop Entry] [Desktop Entry]
Name=Configure multiple keyboard layouts Name=Configure multiple keyboard layouts
Exec=setxkbmap -layout "us,bg(phonetic)" -option "grp:shifts_toggle" Exec=setxkbmap -layout "us,bg(phonetic)" -option "grp:shifts_toggle"
Terminal=false Terminal=true
Type=Application 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`: 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`:
~~~ ~~~