Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ukui/ukui-desktop-environment
https://github.com/ukui/ukui-desktop-environment
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ukui/ukui-desktop-environment
- Owner: ukui
- Created: 2018-09-29T08:24:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T03:54:51.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T13:29:14.549Z (6 months ago)
- Size: 38.1 KB
- Stars: 147
- Watchers: 21
- Forks: 18
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - UKUI is a desktop environment for Linux distributions and other UNIX-like operating systems, originally developed for Ubuntu Kylin, and written using the Qt framework. (Desktop Environments / Tools)
- Awesome-Linux-Software - ![Open-Source Software - UKUI is a desktop environment for Linux distributions and other UNIX-like operating systems, originally developed for Ubuntu Kylin, and written using the Qt framework. (Desktop Environments / Tools)
README
## UKUI
UKUI is a desktop environment for Linux distributions and other UNIX-like operating systems. It provides a simpler and more enjoyable experience for browsing, searching and managing your computer.
![ukui3.0](https://www.ukui.org/images/feature_li1.png)
## Homepage
[UKUI Homepage](https://www.ukui.org)## Components
### Core
* peony
* peony-extensions
* ukui-menu
* ukui-panel
* ukui-sidebar
* ukui-media
* ukui-greeter
* ukui-screensaver
* ukui-session-manager
* ukui-control-center
* ukui-settings-deamon
* ukui-power-manager
* kylin-nm
* ukui-biometric-auth
* ukui-kwin
* ukwm (Used when ukui-kwin is not available, and the side effect is no Gaussian blur)
* ukui-window-switch
* qt5-ukui-platformtheme
* ukui-themes (Or ubuntukylin-theme)
* ukui-wallpapers (Or ubuntukylin-wallpapers)### Optional
* kylin-display-switch (No need with ukui-settings-daemon >=3.1.1)
* ukui-notification-daemon
* ukui-biometric-manager
* ukui-system-monitor
* libinput-touch-translator
* biometric-authentication### Deprecated
* ukui-menus
* ukui-indicators## Install
### Ubuntu
```
$ sudo apt install ukui-desktop-environment
```Or you can get the latest version by:
```
$ sudo add-apt-repository ppa:ubuntukylin-members/ukui
$ sudo apt upgrade
```### Debian buster (UKUI 2.0)
```
$ sudo apt install ukui-session-manager ukui-menu ukui-control-center ukui-settings-daemon ukui-window-switch ukui-media ukui-power-manager peony ukui-themes ukui-greeter kylin-display-switch
$ sudo pip3 install requests
$ gsettings set org.mate.interface gtk-theme 'ukui-black'
$ gsettings set org.mate.interface icon-theme 'ukui-icon-theme'
```### Debian bulleye (UKUI 3.0)
```
$ sudo apt install ukui-session-manager ukui-menu ukui-control-center ukui-settings-daemon ukui-window-switch ukui-media ukui-power-manager peony ukui-themes ukui-greeter kylin-display-switch ukui-sidebar qt5-ukui-platformtheme kylin-nm ukui-wallpapers
$ gsettings set org.mate.interface gtk-theme 'ukui-black'
$ gsettings set org.ukui.style icon-theme-name 'ukui-icon-theme-default'
```### Arch
```
$ sudo pacman -S ukui xorg-server
$ sudo systemctl enable lightdm
```### Fedora
In progress...### openEuler
```
sudo dnf install ukui
```## Upgrade
```
sudo apt update
sudo apt upgrade
```## Issues
[UKUI issue](www.github.com/ukui/ukui-desktop-environment/issues)