2020-09-09 17:00:49 +08:00
|
|
|
# dde
|
|
|
|
|
|
|
|
|
|
#### Description
|
|
|
|
|
Deepin New Desktop Environment - Next
|
|
|
|
|
|
|
|
|
|
#### Software Architecture
|
|
|
|
|
Software architecture description
|
|
|
|
|
|
|
|
|
|
#### Installation
|
|
|
|
|
|
2021-08-10 13:13:50 +08:00
|
|
|
1. Download Openeuler ISO image and install the system
|
2020-09-09 17:00:49 +08:00
|
|
|
|
2021-08-10 13:13:50 +08:00
|
|
|
```
|
|
|
|
|
https://openeuler.org/zh/download/
|
|
|
|
|
```
|
2020-09-09 17:00:49 +08:00
|
|
|
|
2021-08-10 13:13:50 +08:00
|
|
|
2. Update software source
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
sudo dnf update
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
3. Install DDE
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
sudo dnf install dde
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
4. The settings are started as a graphical interface
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
sudo systemctl set-default graphical.target
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
5. restart
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
sudo reboot
|
|
|
|
|
```
|
|
|
|
|
|
2023-12-04 15:36:51 +08:00
|
|
|
6. After the restart is completed, login to the desktop using the user created during the installation
|
2021-08-10 13:13:50 +08:00
|
|
|
|
|
|
|
|
```
|
2023-12-04 15:36:51 +08:00
|
|
|
DDE desktop support login with root account.
|
2021-08-10 13:13:50 +08:00
|
|
|
```
|
2020-09-09 17:00:49 +08:00
|
|
|
|
|
|
|
|
#### Contribution
|
|
|
|
|
|
|
|
|
|
1. Fork the repository
|
|
|
|
|
2. Create Feat_xxx branch
|
|
|
|
|
3. Commit your code
|
|
|
|
|
4. Create Pull Request
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### Gitee Feature
|
|
|
|
|
|
|
|
|
|
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
|
|
|
|
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
|
|
|
|
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
|
|
|
|
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
|
|
|
|
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
|
|
|
|
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|