https://github.com/linuxdeepin/dde-clipboard
DDE optional clipboard manager componment
https://github.com/linuxdeepin/dde-clipboard
Last synced: 28 days ago
JSON representation
DDE optional clipboard manager componment
- Host: GitHub
- URL: https://github.com/linuxdeepin/dde-clipboard
- Owner: linuxdeepin
- License: gpl-3.0
- Created: 2020-04-27T05:20:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T11:24:10.000Z (29 days ago)
- Last Synced: 2026-01-15T16:22:48.072Z (29 days ago)
- Language: C++
- Size: 6.41 MB
- Stars: 12
- Watchers: 6
- Forks: 40
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dde-clipboard
dde-clipboard is a beautifully designed and simple clipboard management component developed by Deepin Technology.
## 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
### Build from source code
1. Make sure you have installed all dependencies.
```bash
sudo apt build-dep dde-clipboard
```
2. Build
```bash
mkdir build
cd build
cmake ..
make
```
3. Install
```bash
sudo make install
```
## Getting help
Any usage issues can ask for help via
* [Matrix](https://matrix.to/#/#deepin-community:matrix.org)
* [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)
## License
dde-clipboard is licensed under [GPL-3.0-or-later](LICENSE).