This message will disappear after all relevant tasks have been resolved.
Semantic MediaWiki
There are 1 incomplete or pending task to finish installation of Semantic MediaWiki. An administrator or user with sufficient rights can complete it. This should be done before adding new data to avoid inconsistencies.Registered User mNo edit summary |
Registered User No edit summary |
||
Line 1: | Line 1: | ||
* Edit and change the value of the ''keymap_layout'' variable (e.g. from ''fr'' to ''us'') in the ''KEYBOARD'' section of the ''weston.ini'' Weston configuration file<ref name="weston.ini">[http://manpages.ubuntu.com/manpages/wily/man5/weston.ini.5.html Ubuntu weston.ini manpage]</ref> | * Edit and change the value of the ''keymap_layout'' variable (e.g. from ''fr'' to ''us'') in the ''KEYBOARD'' section of the ''weston.ini'' Weston configuration file<ref name="weston.ini">[http://manpages.ubuntu.com/manpages/wily/man5/weston.ini.5.html Ubuntu weston.ini manpage]</ref> | ||
{{Board$}} cat /etc/xdg/weston/weston.ini | {{Board$}} cat /etc/xdg/weston/weston.ini | ||
Line 25: | Line 17: | ||
==References== | ==References== | ||
<references /> | <references /> | ||
<noinclude> | |||
{{PublicationRequestId| 9279 | 2019-10-16 | AnneJ}} | |||
[[Category:How to run use cases]] | |||
[[Category:Wayland Weston]] | |||
</noinclude> |
Latest revision as of 11:05, 7 October 2019
- Edit and change the value of the keymap_layout variable (e.g. from fr to us) in the KEYBOARD section of the weston.ini Weston configuration file[1]
fr [...]cat /etc/xdg/weston/weston.ini [...] [keyboard] keymap_layout=
us [...]vi /etc/xdg/weston/weston.ini [...] [keyboard] keymap_layout=
- Restart Weston [2]
systemctl restart weston
1. References