Skip to:
When launching an application that accepts keyboard input, the focus is not properly assigned.
# LayerManagerControl get input focus surface 843: pointer surface 2: surface 1:
Using LayerManagerControl to manually assign the keyboard input focus to the application surface makes it work as expected.
LayerManagerControl
Close for FF 6.0.4 and GG 7.0.0
Fixed as https://github.com/webosose/meta-agl-lge/pull/37 has been merged.
Temporary fix verified and as immediate solution for CES demo, it's gonna be applied at `meta-agl-lge` layer.
https://github.com/webosose/meta-agl-lge/pull/37
Possible temporary solution: Backporting GG patch working around this issue in xdg-launcher:
WIP:
https://gerrit.automotivelinux.org/gerrit/#/c/19331/https://gerrit.automotivelinux.org/gerrit/#/c/19329/
In order to workaround the issue and manually give the focus to the app, it's possible to do:
LayerManagerControl get input focus # get idLayerManagerControl set surfaces <id> input focus all
When launching an application that accepts keyboard input, the focus is not properly assigned.
# LayerManagerControl get input focus surface 843: pointer surface 2: surface 1:
Using
LayerManagerControl
to manually assign the keyboard input focus to the application surface makes it work as expected.