| Summary: | kdeconnect, remote input plugin does not seem to be working at all (no input on Desktop) | ||
|---|---|---|---|
| Product: | [Applications] kdeconnect | Reporter: | Gabriel Marcano <gabemarcano> |
| Component: | android-application | Assignee: | Albert Vaca Cintora <albertvaka> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | gabemarcano, i.newton, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Gabriel Marcano
2018-11-08 05:34:40 UTC
Same result of no connection or no response for remote input at KDE desktop. Operating System: Gentoo Linux KDE Plasma Version: 5.15.0 KDE Frameworks Version: 5.55.0 Qt Version: 5.11.3 Kernel Version: 4.19.0-sabayon Pre-compiled kdeconnect or compiled using emerge gives the same result. v1.3.3 Co-incidently using OnePlus 3T with Android 8.0.0. No error or message shown in system journal for connecting or using remote input. Is there anything to look at in QtDbusViewer? Checking other plugins Multimedia Control is working well but Persentation remote does not seem to control a Libre Office presentation. There is a recent change to the application behavior. I recompiled kdeconnect on Gentoo with support for libmouse or something like that, and I can now control the mouse. I am unable to type with the keyboard, but I suspect it's a bug on the Android side and 9.0 (I saw a commit on the Android app changing some behavior to fix 9.0 Android devices). I'll try to recompile the Android app and see if that fixes it. Thanks Gabriel! You were on the right track. Looking at plugins/mousepad/CMakeLists.txt indicates we need libFakeKey installed for it to work or KF5Wayland for Wayland. Since I'm using X11, compiling with libFakeKey fixes both the mousepad and remote keyboard. Checking the Sabayon compiled version it does not work so is not compiled with libFakeKey present I guess? Going the emerge route may work now. There may well be a warning if libFakeKey is not found? This could be fixed in the ebuild to ensure it is present for an X11 desktop. KF5Wayland is present on my system so maybe all is well for Wayland and I should try KDE Wayland again. There were some weird rendering problems last time I tried. Presentation remote also works now! |