https://github.com/linuxdeepin/dde-appearance
https://github.com/linuxdeepin/dde-appearance
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxdeepin/dde-appearance
- Owner: linuxdeepin
- License: gpl-3.0
- Created: 2023-01-12T02:52:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-02T08:03:49.000Z (11 days ago)
- Last Synced: 2026-02-02T17:22:34.689Z (10 days ago)
- Language: C++
- Size: 854 KB
- Stars: 2
- Watchers: 3
- Forks: 37
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## dde-appearance
dde-appearance is a program used to set the theme and appearance of deepin desktop.
## Dependencies
You can also check the "Depends" provided in the debian/control file.
### Build dependencies
You can also check the "Build-Depends" provided in the debian/control file.
## Installation
### Deepin
Install prerequisites
```shell
sudo apt-get build-dep dde-appearance
```
Build
```shell
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.
```shell
sudo make install
```
## Usage
run directly`/usr/bin/dde-appearance`, it will provide `org.deepin.dde.Appearance1` services.
## Getting help
Any usage issues can ask for help via
* [Matrix](https://matrix.to/#/#deepin-community:matrix.org)
* [Official Forum](https://bbs.deepin.org/)
* [Wiki](https://wiki.deepin.org/)
* [Developer Center](https://github.com/linuxdeepin/developer-center/issues)
## Getting involved
We encourage you to report issues and contribute changes
- [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English)
- [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文)
## License
dde-appearance is licensed under [GPL-3.0-or-later](LICENSE).