Bug 508079 - kdeconnect remote input isn't compatible with wayland compositors other than kwin.
Summary: kdeconnect remote input isn't compatible with wayland compositors other than ...
Status: RESOLVED NOT A BUG
Alias: None
Product: kdeconnect
Classification: Applications
Component: common (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-10 10:32 UTC by r.kunschke
Modified: 2025-08-10 11:58 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description r.kunschke 2025-08-10 10:32:13 UTC
SUMMARY

kdeconnect's remote input system is depending on kwin-wayland. That's why it isn't compatible with anything other than kwin. Most of the rest of kdeconnect isn't depending on a plasma-session in any way. Thats why it would be nice to have a implementation which isn't depending on kwin. That could be done with ydotool.

STEPS TO REPRODUCE
1. install kde-connect
2. connect a device
3. Try out remote-input in a non kwin wayland session.

OBSERVED RESULT
remote-input isn't working.

EXPECTED RESULT
remote-input should work or at least there should be a error message.
Comment 1 r.kunschke 2025-08-10 10:35:54 UTC
I've found a relevant ticket on kdeconnect's own bug-tracker: https://invent.kde.org/network/kdeconnect-kde/-/issues/4
Comment 2 Nicolas Fella 2025-08-10 11:58:06 UTC
> kdeconnect's remote input system is depending on kwin-wayland. That's why it isn't compatible with anything other than kwin

That is not the case (any more). KDE Connect uses the RemoteDesktop portal, so it works on any system that implements the portal.

Most notably xdg-desktop-portal-wlr does not implement it currently (https://github.com/emersion/xdg-desktop-portal-wlr/issues/2), but that's up to them to add support for it.