mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-12-22 13:55:08 -05:00
add comment about Terminal=true in .desktop file
This commit is contained in:
parent
439880b7fb
commit
93b4e1bbbe
@ -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`:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user