Please provide a package for qtvirtualkeyboard which is a new module in Qt 5.7 and make it a runtime dependency of kwin_wayland. Reproducible: Always Steps to Reproduce: 1. Use kwin_wayland 2. Try to open virtual keyboard Actual Results: It's not there because there is no qtvirtualkeyboard Expected Results: Virtual keyboard just working in kwin_wayland
I did initial packaging for it at : https://github.com/plasma-phone-packaging/qtvirtualkeyboard for Plasma mobile.. Though I guess someone needs to take a closer look at it and clean it up.. and submit it to debian perhaps...
I think you just volunteered to upstream this. - copyright file is incomplete - should put examples into -dev package - should put cmake file into -dev package - possibly should split qml from actual inputplugin (not actually sure that is useful though) - build-depends on kde-pkg-tools but doesn't seem to use it at all - shouldn't buildpdep on qt5-default - all qt builddeps should be tightly versioned - the rules file seems a bit ugh should export these flags: export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed export QT_SELECT := qt5 - shouldn't phony override_dh_auto_test or document why that is absolutely necessary
voila http://build.neon.kde.org/job/xenial_unstable_qt_qtvirtualkeyboard/
also added as recommends to kwin_x11 in master (neon dev unstable) packaging
It should be recommends of kwin_wayland and not kwin_x11