mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:41:17 -07:00
Summary: Adds a new framebuffer implementation, which uses xdg-desktop-portal to support remote desktop on Wayland and uses PipeWire to deliver the screen content. So far only mouse support is implemented, because keyboard support is missing on KWin side. Reviewers: Kanedias, romangg Reviewed By: Kanedias Subscribers: asturmlechner, pino, ngraham, romangg Differential Revision: https://phabricator.kde.org/D20402
16 lines
378 B
JSON
16 lines
378 B
JSON
{
|
|
"Encoding": "UTF-8",
|
|
"KPlugin": {
|
|
"Description": "X11 XFakeInput based event handler for KRfb",
|
|
"EnabledByDefault": true,
|
|
"Id": "x11",
|
|
"License": "GPL",
|
|
"Name": "X11 Event handler for KRfb",
|
|
"ServiceTypes": [
|
|
"krfb/events"
|
|
],
|
|
"Version": "0.1",
|
|
"Website": "http://www.kde.org"
|
|
}
|
|
}
|