Repository: ukui/ukui-desktop-environment Branch: master Commit: 6848d67c343d Files: 7 Total size: 10.5 KB Directory structure: gitextract_vvjbsf88/ ├── README.md └── debian/ ├── changelog ├── control ├── copyright ├── rules ├── source/ │ └── format └── ukui-ubuntu.gschema.override ================================================ FILE CONTENTS ================================================ ================================================ FILE: README.md ================================================ ## 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) ================================================ FILE: debian/changelog ================================================ ukui-desktop-environment (3.0.1) jammy; urgency=medium * debian/control: drop kylin-display-switch since ukui-settings-daemon (>=3.1.1) took over the function. -- handsome_feng Tue, 22 Mar 2022 11:49:32 +0800 ukui-desktop-environment (3.0.0) impish; urgency=medium * Update README. * debian/control: add ukui-window-switch, kylin-display-switch, kylin-nm to depends. -- handsome_feng Wed, 18 Aug 2021 16:07:09 +0800 ukui-desktop-environment (2.0.3) groovy; urgency=medium * debian/control: remove the dependency on gvfs-bin, which was removed in groovy -- Olivier Tilloy Wed, 16 Sep 2020 17:37:19 +0200 ukui-desktop-environment (2.0.2) focal; urgency=medium * debian/control: add qt5-ukui-platformtheme to depends. -- handsome_feng Tue, 31 Mar 2020 20:34:10 +0800 ukui-desktop-environment (2.0.1) focal; urgency=medium * Change the default font size from 14 to 11. -- handsome_feng Mon, 30 Mar 2020 15:15:34 +0800 ukui-desktop-environment (2.0.0) focal; urgency=medium * Drop ukui-indicators and ukui-menus. * Add ukui-sidebar. * Set the default font to 'Noto Sans CJK SC'. * debian/control: - Bump standards-vertion to 4.5.0. - Use debhelper-compat instead of debhelper. -- handsome_feng Mon, 23 Mar 2020 10:43:33 +0800 ukui-desktop-environment (1.2.1) disco; urgency=medium * Drop notification-daemon. * Drop mate-polkit. * Add kylin-nm. * Bump standars-version to 4.3.0, compat level to 12. * Set NotificationDeamon theme to slide. -- handsome_feng Mon, 18 Mar 2019 10:20:59 +0800 ukui-desktop-environment (1.2.0) cosmic; urgency=medium * Drop ubuntu-wallpapers. * Add ubuntukylin-wallpapers. * Change default theme to ukui-black. * Bump standards-version to 4.2.1. -- handsome_feng Sat, 29 Sep 2018 16:09:58 +0800 ukui-desktop-environment (1.1.1) bionic; urgency=medium * Drop mate-settings-daemon, mate-media, mate-power-manager, marco. * Add ukui-settings-daemon, ukui-media, ukui-power-manager, ukwm. -- handsome_feng Sun, 01 Apr 2018 15:16:50 +0800 ukui-desktop-environment (1.1.0) bionic; urgency=medium * Drop mate-panel, mate-menus, mate-utils. * Add ukui-panel, ukui-menus, gnome-screenshot. -- handsome_feng Wed, 28 Feb 2018 09:26:08 +0800 ukui-desktop-environment (1.0.1) artful; urgency=medium * Drop gnome-terminal, evince, file-roller, eog, galculator, gedit. * Add mate-notification-daemon, mate-terminal, atril, engrampa, eom, mate-calc, pluma. -- handsome_feng Mon, 26 Jun 2017 16:24:39 +0800 ukui-desktop-environment (1.0.0) zesty; urgency=medium * Initial release. (LP: #1663477) -- handsome_feng Mon, 06 Mar 2017 10:17:34 +0800 ================================================ FILE: debian/control ================================================ Source: ukui-desktop-environment Section: x11 Priority: optional Maintainer: Ubuntu Developers Uploaders: handsome_feng , Build-Depends: debhelper-compat (= 12), lsb-release, Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: http://www.ukui.org/ Vcs-Git: https://github.com/ukui/ukui-desktop-environment.git Vcs-Browser: https://github.com/ukui/ukui-desktop-environment Package: ukui-desktop-environment-core Architecture: all Depends: peony, ukui-menu, ukui-sidebar, ukui-control-center, ukui-session-manager, gvfs-backends, ukui-kwin | ukwm, ukui-panel, mate-desktop, ukui-notification-daemon, ukui-polkit, ukui-settings-daemon, mate-terminal, ubuntukylin-theme (>= 1.6.2) | ukui-themes, ${misc:Depends}, Description: UKUI Desktop Environment (essential components, metapackage) The UKUI Desktop Environment is the continuation of MATE. It provides an intuitive and attractive desktop environment using traditional metaphors for Linux and other Unix-like operating systems. . UKUI is under active development to add support for new technologies while preserving a traditional desktop experience. . This package depends on a very basic set of programs that are necessary to start a UKUI desktop environment session. The set of programs includes the UKUI file manager (Peony), the UKUI control center and a limited set of other obligatory UKUI desktop components. Package: ukui-desktop-environment Architecture: all Depends: ukui-desktop-environment-core (= ${binary:Version}), ${misc:Depends}, Provides: ukui, Recommends: atril, desktop-base, ubuntukylin-wallpapers, engrampa, ffmpegthumbnailer, ukui-media, ukui-notification-daemon, ukui-power-manager, ukui-screensaver, ukui-window-switch, pluma, qt5-ukui-platformtheme, kylin-nm, Suggests: mail-reader | thunderbird, network-manager-gnome, x-www-browser | firefox, Description: UKUI Desktop Environment (metapackage) The UKUI Desktop Environment is the continuation of MATE. It provides an intuitive and attractive desktop environment using traditional metaphors for Linux and other Unix-like operating systems. . UKUI is under active development to add support for new technologies while preserving a traditional desktop experience. . This package installs the standard set of applications that are part of the official UKUI release. Package: ukui-desktop-environment-extras Architecture: all Provides: ukui-extras, Depends: ukui-desktop-environment (= ${binary:Version}), ${misc:Depends}, Recommends: dconf-editor, gnome-keyring, yelp, Description: UKUI Desktop Environment (extra components, metapackage) The UKUI Desktop Environment is the continuation of MATE. It provides an intuitive and attractive desktop environment using traditional metaphors for Linux and other Unix-like operating systems. . UKUI is under active development to add support for new technologies while preserving a traditional desktop experience. . This package installs an extra set of UKUI components that are also part of the official UKUI release. ================================================ FILE: debian/copyright ================================================ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Comment: This package is a meta-package. Files: debian/* Copyright: 2011-2014, Stefano Karapetsas 2014, Mike Gabriel 2016, Tianjin KYLIN Information Technology Co.,Ltd. License: GPL-2+ Files: README.md Copyright: 2021, KylinSoft Co.,Ltd. License: GPL-2+ License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . On Debian sysyems, the complete test of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". ================================================ FILE: debian/rules ================================================ #!/usr/bin/make -f %: dh $@ override_dh_install: dh_install # GSettings overrides for Ubuntu ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes) dh_install -pukui-desktop-environment-core debian/ukui-ubuntu.gschema.override /usr/share/glib-2.0/schemas/ endif ================================================ FILE: debian/source/format ================================================ 3.0 (native) ================================================ FILE: debian/ukui-ubuntu.gschema.override ================================================ [org.mate.interface] font-name='Noto Sans CJK SC 11' document-font-name='Noto Sans CJK SC 11' monospace-font-name='DejaVu sans Mono 11' gtk-theme='ukui' icon-theme='ukui' [org.gnome.desktop.wm.preferences] mouse-button-modifier='' theme='ukui-white' titlebar-font='Noto Sans CJK SC 11' button-layout=':minimize,maximize,close' [org.gnome.desktop.wm.keybindings] show-desktop=['d','d'] minimize=['F9'] [org.ukui.ukwm] edge-tiling=true [org.mate.NotificationDaemon] theme='slide' [org.ukui.peony.desktop] font='Noto Sans CJK SC 11'