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
379 B
JSON
16 lines
379 B
JSON
{
|
|
"Encoding": "UTF-8",
|
|
"KPlugin": {
|
|
"Description": "PipeWire based Framebuffer for KRfb.",
|
|
"EnabledByDefault": true,
|
|
"Id": "pw",
|
|
"License": "GPL3",
|
|
"Name": "PipeWire Framebuffer for KRfb",
|
|
"ServiceTypes": [
|
|
"krfb/framebuffer"
|
|
],
|
|
"Version": "0.1",
|
|
"Website": "http://www.kde.org"
|
|
}
|
|
}
|