https://github.com/linuxdeepin/deepin-terminal
deepin-terminal-reborn
https://github.com/linuxdeepin/deepin-terminal
Last synced: 3 months ago
JSON representation
deepin-terminal-reborn
- Host: GitHub
- URL: https://github.com/linuxdeepin/deepin-terminal
- Owner: linuxdeepin
- License: gpl-3.0
- Created: 2020-04-28T09:48:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-04-10T08:09:56.000Z (3 months ago)
- Last Synced: 2026-04-10T09:36:10.389Z (3 months ago)
- Language: C++
- Size: 99.4 MB
- Stars: 170
- Watchers: 12
- Forks: 85
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ricing - deepin-terminal - Terminal for deepin DE. (C++) (Packages / Terminals)
README
# Deepin Terminal
Deepin Terminal is an advanced terminal emulator with workspace , multiple windows, remote management, quake mode and other features.
## Dependencies
### Build dependencies
* cmake
* pkg-config
* Qt5(>= 5.7.1) with modules:
- qtbase5-dev
- qtbase5-private-dev
- qttools5-dev-tools
* libdtkwidget-dev(>=5.2.2) with modules:
- dtkcore-dev
- dtkwidget-dev
- dtkgui-dev
* lxqt-build-tools(>= 0.6.0)
* libutf8proc-dev
* libatspi2.0-dev
* libglib2.0-dev
* libsecret-1-dev
## Installation
### Build from source code
1. Make sure you have installed all dependencies, you can use the following command.
```
$ cd deepin-terminal
$ sudo apt build-dep .
```
2. Build:
```
$ cd deepin-terminal
$ mkdir build
$ cd build
$ cmake ..
$ make
```
3. Install:
```
$ sudo make install
```
The executable binary file could be found at `/usr/bin/deepin-terminal` after the installation is finished.
### Other distro
CMake will tell you which package you are missing.
## Config file
* Terminal Settings's configure save at:
~/.config/deepin/deepin-terminal/config.conf
* Remote Servers' configure save at:
~/.config/deepin/deepin-terminal/server-config.conf
* Custom Command's configure save at:
~/.config/deepin/deepin-terminal/command-config.conf
## Usage
Execute `deepin-terminal -h` to get more details.
## Getting help
Any usage issues can ask for help via
* [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
* [IRC channel](https://webchat.freenode.net/?channels=deepin)
* [Forum](https://bbs.deepin.org)
* [WiKi](https://wiki.deepin.org/)
## 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
Deepin Terminal is licensed under [GPL-3.0-or-later](LICENSE).