Files
xembed-fluff/Readme.md
2025-12-19 10:28:57 +08:00

23 lines
944 B
Markdown

## XEmbed TrayManager1 Proxy
The goal of this project is to make xembed system trays available in DDE Treeland (wayland) session.
This is to allow legacy apps (xchat, pidgin, tuxguitar) etc. system trays[1] available in DDE Treeland which only supports StatusNotifierItem [2].
> [!NOTE]
> The initial commit was a minimal KF6 dependency version of KDE's `xembed-sni-proxy` project, extracted from `plasma-workspace`.
> Currently this project is a standalone project that provides Xembed tray information on TrayManager1 D-Bus, so `dde-tray-loader` could consume it and provide Xembed tray icons.
> This project will be integrated into `dde-tray-loader` project.
## Build instructions
```shell
$ cmake -Bbuild .
$ cmake --build build
```
After building, run `xembed-traymanager-proxy`.
[1] http://standards.freedesktop.org/systemtray-spec/systemtray-spec-latest.html
[2] http://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/