dde-appearance is a program used to set the theme and appearance of deepin desktop.
You can also check the "Depends" provided in the debian/control file.
You can also check the "Build-Depends" provided in the debian/control file.
Install prerequisites
sudo apt-get build-dep dde-appearance
Build
mkdir build && cd build && cmake ../ -DCMAKE_INSTALL_PREFIX=/usr && make
If you have isolated testing build environment (say a docker container), you can install it directly.
sudo make install
run directly/usr/bin/dde-appearance
, it will provide org.deepin.dde.Appearance1
services.
Any usage issues can ask for help via
We encourage you to report issues and contribute changes
- Contribution guide for developers. (English)
- 开发者代码贡献指南 (中文)
dde-appearance is licensed under GPLv3.