# dde-tray-loader **Repository Path**: deepin-community/dde-tray-loader ## Basic Information - **Project Name**: dde-tray-loader - **Description**: mirror of https://github.com/linuxdeepin/dde-tray-loader - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/linuxdeepin/dde-tray-loader - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-26 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dde-tray-loader The `dde-tray-loader` project provides a set of tray plugins that integrated into task bar and the tool loader which can load the plugins. ## Dependencies Check `debian/control` for build-time and runtime dependencies, or use `cmake` to check the missing required dependencies. ## Building Regular CMake building steps applies, in short: ```shell $ cmake -Bbuild $ cmake --build build ``` After building, a `dde-tray-loader` binary can be found inside the build folder, you can run it by `dde-tray-loader -p xxx.so` to start an example. And you can optionally install it by: ```shell $ cmake --install build # only do this if you know what you are doing ``` A `debian` folder is provided to build the package under the *deepin* linux desktop distribution. To build the package, use the following command: ```shell $ sudo apt build-dep . # install build dependencies $ dpkg-buildpackage -uc -us -nc -b # build binary package(s) ``` ## Getting Involved - [Code contribution via GitHub](https://github.com/linuxdeepin/dde-shell/) - [Submit bug or suggestions to GitHub Issues or GitHub Discussions](https://github.com/linuxdeepin/developer-center/issues/new/choose) ## License **dde-tray-loader** is licensed under [GPL-3.0-or-later](LICENSE).