I need to use a weston application which can enable input methods. Unfortunately weston-terminal does not implement zwp_text_input_v1_listener and it cannot enable input method. https://github.com/wayland-project/weston/blob/master/clients/terminal.c weston-editor implements zwp_text_input_v1_listener and I wish to package it in Fedora. https://github.com/wayland-project/weston/blob/master/clients/editor.c weston does not install the demo applications by default and could you create a sub package of the demo applications? I can create a pull request in Fedora. --- rpmbuild/SPECS/weston.spec.orig +++ rpmbuild/SPECS/weston.spec @@ -90,7 +98,8 @@ autoreconf -vfi --disable-setuid-install \ --enable-autotools \ --enable-xwayland \ - --enable-rdp-compositor + --enable-rdp-compositor \ + --enable-demo-clients-install # https://fedoraproject.org/wiki/Packaging:Guidelines#Beware_of_Rpath sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' li
Please do a PR and CC me there. Would be awesome if you could also help with updating it to 7.0.0 that just got released.
FEDORA-2019-7a51c7bd9c has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2019-7a51c7bd9c
weston-6.0.0-3.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-7a51c7bd9c
weston-6.0.0-3.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.