[
  {
    "path": "README.md",
    "content": "## UKUI\n\nUKUI 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.\n\n![ukui3.0](https://www.ukui.org/images/feature_li1.png)\n\n## Homepage\n[UKUI Homepage](https://www.ukui.org)\n\n## Components\n### Core\n* peony\n* peony-extensions\n* ukui-menu\n* ukui-panel\n* ukui-sidebar\n* ukui-media\n* ukui-greeter\n* ukui-screensaver\n* ukui-session-manager\n* ukui-control-center\n* ukui-settings-deamon\n* ukui-power-manager\n* kylin-nm\n* ukui-biometric-auth\n* ukui-kwin\n* ukwm (Used when ukui-kwin is not available, and the side effect is no Gaussian blur)\n* ukui-window-switch\n* qt5-ukui-platformtheme\n* ukui-themes (Or ubuntukylin-theme)\n* ukui-wallpapers (Or ubuntukylin-wallpapers)\n\n### Optional\n* kylin-display-switch (No need with ukui-settings-daemon >=3.1.1)\n* ukui-notification-daemon\n* ukui-biometric-manager\n* ukui-system-monitor\n* libinput-touch-translator\n* biometric-authentication\n\n### Deprecated\n* ukui-menus\n* ukui-indicators\n\n## Install\n\n### Ubuntu\n```\n$ sudo apt install ukui-desktop-environment\n```\n\nOr you can get the latest version by:\n```\n$ sudo add-apt-repository ppa:ubuntukylin-members/ukui\n$ sudo apt upgrade\n```\n\n### Debian buster (UKUI 2.0)\n```\n$ 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\n$ sudo pip3 install requests\n$ gsettings set org.mate.interface gtk-theme 'ukui-black'\n$ gsettings set org.mate.interface icon-theme 'ukui-icon-theme'\n```\n\n### Debian bulleye (UKUI 3.0)\n```\n$ 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\n$ gsettings set org.mate.interface gtk-theme 'ukui-black'\n$ gsettings set org.ukui.style icon-theme-name 'ukui-icon-theme-default'\n```\n\n### Arch\n```\n$ sudo pacman -S ukui xorg-server\n$ sudo systemctl enable lightdm\n```\n\n### Fedora\nIn progress...\n\n### openEuler\n```\nsudo dnf install ukui\n```\n\n## Upgrade\n```\nsudo apt update\nsudo apt upgrade\n```\n\n## Issues\n[UKUI issue](www.github.com/ukui/ukui-desktop-environment/issues)\n"
  },
  {
    "path": "debian/changelog",
    "content": "ukui-desktop-environment (3.0.1) jammy; urgency=medium\n\n  * debian/control: drop kylin-display-switch since\n    ukui-settings-daemon (>=3.1.1) took over the function.\n\n -- handsome_feng <jianfengli@ubuntukylin.com>  Tue, 22 Mar 2022 11:49:32 +0800\n\nukui-desktop-environment (3.0.0) impish; urgency=medium\n\n  * Update README.\n  * debian/control: add ukui-window-switch, kylin-display-switch,\n    kylin-nm to depends.\n\n -- handsome_feng <jianfengli@ubuntukylin.com>  Wed, 18 Aug 2021 16:07:09 +0800\n\nukui-desktop-environment (2.0.3) groovy; urgency=medium\n\n  * debian/control: remove the dependency on gvfs-bin, which was removed in\n    groovy\n\n -- Olivier Tilloy <olivier.tilloy@canonical.com>  Wed, 16 Sep 2020 17:37:19 +0200\n\nukui-desktop-environment (2.0.2) focal; urgency=medium\n\n  * debian/control: add qt5-ukui-platformtheme to depends.\n\n -- handsome_feng <jianfengli@ubuntukylin.com>  Tue, 31 Mar 2020 20:34:10 +0800\n\nukui-desktop-environment (2.0.1) focal; urgency=medium\n\n  * Change the default font size from 14 to 11.\n\n -- handsome_feng <jianfengli@ubuntukylin.com>  Mon, 30 Mar 2020 15:15:34 +0800\n\nukui-desktop-environment (2.0.0) focal; urgency=medium\n\n  * Drop ukui-indicators and ukui-menus.\n  * Add ukui-sidebar.\n  * Set the default font to 'Noto Sans CJK SC'.\n  * debian/control:\n    - Bump standards-vertion to 4.5.0.\n    - Use debhelper-compat instead of debhelper.\n\n -- handsome_feng <jianfengli@ubuntukylin.com>  Mon, 23 Mar 2020 10:43:33 +0800\n\nukui-desktop-environment (1.2.1) disco; urgency=medium\n\n  * Drop notification-daemon.\n  * Drop mate-polkit.\n  * Add kylin-nm.\n  * Bump standars-version to 4.3.0, compat level to 12.\n  * Set NotificationDeamon theme to slide.\n\n -- handsome_feng <jianfengli@ubuntukylin.com>  Mon, 18 Mar 2019 10:20:59 +0800\n\nukui-desktop-environment (1.2.0) cosmic; urgency=medium\n\n  * Drop ubuntu-wallpapers.\n  * Add ubuntukylin-wallpapers.\n  * Change default theme to ukui-black.\n  * Bump standards-version to 4.2.1.\n\n -- handsome_feng <jianfengli@ubuntukylin.com>  Sat, 29 Sep 2018 16:09:58 +0800\n\nukui-desktop-environment (1.1.1) bionic; urgency=medium\n\n  * Drop mate-settings-daemon, mate-media, mate-power-manager, marco.\n  * Add ukui-settings-daemon, ukui-media, ukui-power-manager, ukwm.\n\n -- handsome_feng <jianfengli@ubuntukylin.com>  Sun, 01 Apr 2018 15:16:50 +0800\n\nukui-desktop-environment (1.1.0) bionic; urgency=medium\n\n  * Drop mate-panel, mate-menus, mate-utils.\n  * Add ukui-panel, ukui-menus, gnome-screenshot.\n\n -- handsome_feng <jianfengli@ubuntukylin.com>  Wed, 28 Feb 2018 09:26:08 +0800\n\nukui-desktop-environment (1.0.1) artful; urgency=medium\n\n  * Drop gnome-terminal, evince, file-roller, eog, galculator, gedit.\n  * Add mate-notification-daemon, mate-terminal, atril, engrampa,\n    eom, mate-calc, pluma.\n\n -- handsome_feng <jianfengli@ubuntukylin.com>  Mon, 26 Jun 2017 16:24:39 +0800\n\nukui-desktop-environment (1.0.0) zesty; urgency=medium\n\n  * Initial release. (LP: #1663477)\n\n -- handsome_feng <jianfengli@ubuntukylin.com>  Mon, 06 Mar 2017 10:17:34 +0800\n"
  },
  {
    "path": "debian/control",
    "content": "Source: ukui-desktop-environment\nSection: x11\nPriority: optional\nMaintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>\nUploaders: handsome_feng <jianfengli@ubuntukylin.com>,\nBuild-Depends: debhelper-compat (= 12),\n               lsb-release,\nStandards-Version: 4.5.0\nRules-Requires-Root: no\nHomepage: http://www.ukui.org/\nVcs-Git: https://github.com/ukui/ukui-desktop-environment.git\nVcs-Browser: https://github.com/ukui/ukui-desktop-environment\n\nPackage: ukui-desktop-environment-core\nArchitecture: all\nDepends: peony,\n         ukui-menu,\n         ukui-sidebar,\n         ukui-control-center,\n         ukui-session-manager,\n         gvfs-backends,\n         ukui-kwin | ukwm,\n         ukui-panel,\n         mate-desktop,\n         ukui-notification-daemon,\n         ukui-polkit,\n         ukui-settings-daemon,\n         mate-terminal,\n         ubuntukylin-theme (>= 1.6.2) | ukui-themes,\n         ${misc:Depends},\nDescription: UKUI Desktop Environment (essential components, metapackage)\n The UKUI Desktop Environment is the continuation of MATE. It provides an\n intuitive and attractive desktop environment using traditional metaphors for\n Linux and other Unix-like operating systems.\n .\n UKUI is under active development to add support for new technologies while\n preserving a traditional desktop experience.\n .\n This package depends on a very basic set of programs that are necessary to\n start a UKUI desktop environment session. The set of programs includes the\n UKUI file manager (Peony), the UKUI control center and a limited set of\n other obligatory UKUI desktop components.\n\nPackage: ukui-desktop-environment\nArchitecture: all\nDepends: ukui-desktop-environment-core (= ${binary:Version}),\n         ${misc:Depends},\nProvides: ukui,\nRecommends: atril,\n            desktop-base,\n            ubuntukylin-wallpapers,\n            engrampa,\n            ffmpegthumbnailer,\n            ukui-media,\n            ukui-notification-daemon,\n            ukui-power-manager,\n            ukui-screensaver,\n            ukui-window-switch,\n            pluma,\n            qt5-ukui-platformtheme,\n            kylin-nm,\nSuggests: mail-reader | thunderbird,\n          network-manager-gnome,\n          x-www-browser | firefox,\nDescription: UKUI Desktop Environment (metapackage)\n The UKUI Desktop Environment is the continuation of MATE. It provides an\n intuitive and attractive desktop environment using traditional metaphors for\n Linux and other Unix-like operating systems.\n .\n UKUI is under active development to add support for new technologies while\n preserving a traditional desktop experience.\n .\n This package installs the standard set of applications that are\n part of the official UKUI release.\n\nPackage: ukui-desktop-environment-extras\nArchitecture: all\nProvides: ukui-extras,\nDepends: ukui-desktop-environment (= ${binary:Version}),\n         ${misc:Depends},\nRecommends: dconf-editor,\n            gnome-keyring,\n            yelp,\nDescription: UKUI Desktop Environment (extra components, metapackage)\n The UKUI Desktop Environment is the continuation of MATE. It provides an\n intuitive and attractive desktop environment using traditional metaphors for\n Linux and other Unix-like operating systems.\n .\n UKUI is under active development to add support for new technologies while\n preserving a traditional desktop experience.\n .\n This package installs an extra set of UKUI components that are\n also part of the official UKUI release.\n"
  },
  {
    "path": "debian/copyright",
    "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nComment:\n This package is a meta-package.\n\nFiles: debian/*\nCopyright: 2011-2014, Stefano Karapetsas <stefano@karapetsas.com>\n           2014, Mike Gabriel <sunweaver@debian.org>\n           2016, Tianjin KYLIN Information Technology Co.,Ltd.\nLicense: GPL-2+\n\nFiles: README.md\nCopyright: 2021, KylinSoft Co.,Ltd.\nLicense: GPL-2+\n\nLicense: GPL-2+\n This package is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n .\n This package is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n On Debian sysyems, the complete test of the GNU General Public\n License version 2 can be found in \"/usr/share/common-licenses/GPL-2\".\n"
  },
  {
    "path": "debian/rules",
    "content": "#!/usr/bin/make -f\n\n%:\n\tdh $@\n\noverride_dh_install:\n\tdh_install\n\t# GSettings overrides for Ubuntu\nifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes)\n\tdh_install -pukui-desktop-environment-core debian/ukui-ubuntu.gschema.override /usr/share/glib-2.0/schemas/\nendif\n"
  },
  {
    "path": "debian/source/format",
    "content": "3.0 (native)\n"
  },
  {
    "path": "debian/ukui-ubuntu.gschema.override",
    "content": "[org.mate.interface]\nfont-name='Noto Sans CJK SC 11'\ndocument-font-name='Noto Sans CJK SC 11'\nmonospace-font-name='DejaVu sans Mono 11'\ngtk-theme='ukui'\nicon-theme='ukui'\n\n[org.gnome.desktop.wm.preferences]\nmouse-button-modifier='<Alt>'\ntheme='ukui-white'\ntitlebar-font='Noto Sans CJK SC 11'\nbutton-layout=':minimize,maximize,close'\n\n[org.gnome.desktop.wm.keybindings]\nshow-desktop=['<Control><Alt>d','<Super>d']\nminimize=['<Alt>F9']\n\n[org.ukui.ukwm]\nedge-tiling=true\n\n[org.mate.NotificationDaemon]\ntheme='slide'\n\n[org.ukui.peony.desktop]\nfont='Noto Sans CJK SC 11'\n"
  }
]