Hi,
Im working on i.MX8 M Mini board , with weston 5.0 and kernel 4.14.98 version. My query is
1. whether it is possible to add icons on weston main screen[below panel] not on panel toolbar?
2. How to add weston- keyboard, I checked weston-keyboard exe file
It is available in the path /usr/libexec/weston-keyboard
In /etc/xdg/weston/weston.ini , I added below lines but when I reboot and click on panel icon
virtual keyboard is not displaying
# on screen keyboard input method
[input-method]
path=/usr/libexec/weston-keyboard
[keyboard]
keymap_rules=evdev
keymap_layout=us,de
keymap_variant=colemak,
keymap_options=grp:shifts_toggle
keymap_options=caps:ctrl_modifier,shift:both_capslock_cancel repeat-rate=30 repeat-delay=300
Thanks in advance,
Regards,
Deeksha
whether it is possible to add icons on weston main screen[below panel] not on panel toolbar?
-->From technicial side , it can be realized ,but it should realized by yourself.
How to add weston- keyboard, I checked weston-keyboard exe file
-->You should open weston-editor to check keyboard. The keyboard api is used by editor, but not in desktop.