| Summary: | clipboard sync unavailable | ||
|---|---|---|---|
| Product: | [Applications] kdeconnect | Reporter: | Florian Ludwig <vierzigundzwei> |
| Component: | android-application | Assignee: | Albert Vaca Cintora <albertvaka> |
| Status: | RESOLVED MOVED | ||
| Severity: | normal | CC: | andrew.g.r.holmes, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | 1.10 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Florian Ludwig
2019-04-04 13:54:57 UTC
Do you use the Wayland session? @nicolas Yes, I am using wayland - and have been for about two years. So it did work before. So it could be an issue on the server side? The server does influence which plugins are available in the app? Clipboard is disabled on Wayland since GSConnect v21: https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v21 > In order to facilitate proper Wayland support a custom DBusObjectManager was > implemented avoiding several hangs and bugs related to session startup. The GdkX11 > backend (XWayland) is no longer forced with the consequence that Clipboard is no > longer supported in Wayland sessions. This was done to solve several performance problems caused by forcing XWayland usage on Wayland, as well to address HiDPI bugs like #335 [1]. Clipboard support under Wayland will just have to wait until a Wayland extension for clipboard is supported. [1]: https://github.com/andyholmes/gnome-shell-extension-gsconnect/issues/335 |