intel / ozone-wayland

Wayland implementation for Chromium Ozone classes
BSD 3-Clause "New" or "Revised" License
218 stars 82 forks source link

Adapt to the latest master branch #430

Closed zoltan-ongithub closed 8 years ago

zoltan-ongithub commented 8 years ago

Tested with the latest Chromium master branch on an ARMv8 build with Mesa and Wayland 1.9.

kalyankondapally commented 8 years ago

LGTM @joone ping

joone commented 8 years ago

@kuscsik what latest commit of Chromium did you test with your changes?

kalyankondapally commented 8 years ago

@joone Thanks @kuscsik You need to update chromium revision here https://github.com/01org/ozone-wayland/blob/master/.DEPS.git

zoltan-ongithub commented 8 years ago

@joone @kalyankondapally Updated the .DEPS.git file as requested.

kalyankondapally commented 8 years ago

For some reason, keyboard input seems to be broken.

[6155:6155:1104/102321:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state [6155:6155:1104/102321:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state [6155:6155:1104/102321:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state [6155:6155:1104/102321:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state [6155:6155:1104/102322:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state [6155:6155:1104/102322:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state [6155:6155:1104/102322:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state

zoltan-ongithub commented 8 years ago

I tested the patch set only with a mouse. I can reproduce the issue with Mesa 11. Seem like an issue with the XKB initialisation.

Z

On Wed, Nov 4, 2015 at 7:28 PM, kalyan kondapally notifications@github.com wrote:

For some reason, keyboard input seems to be broken.

[6155:6155:1104/102321:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state [6155:6155:1104/102321:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state [6155:6155:1104/102321:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state [6155:6155:1104/102321:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state [6155:6155:1104/102322:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state [6155:6155:1104/102322:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state [6155:6155:1104/102322:ERROR:xkb_keyboard_layout_engine.cc(845)] No current XKB state

— Reply to this email directly or view it on GitHub https://github.com/01org/ozone-wayland/pull/430#issuecomment-153821249.

joone commented 8 years ago

I saw the same keyboard problem.

joone commented 8 years ago

I submitted a patch to fix the keyboard problem.

kalyankondapally commented 8 years ago

Merged