[arch-commits] Commit in deepin-control-center/repos/community-x86_64 (5 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun Jul 31 11:54:44 UTC 2022


    Date: Sunday, July 31, 2022 @ 11:54:43
  Author: felixonmars
Revision: 1259314

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
    (from rev 1259313, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/deepin-control-center-systeminfo-deepin-icon.patch
    (from rev 1259313, deepin-control-center/trunk/deepin-control-center-systeminfo-deepin-icon.patch)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD
  deepin-control-center/repos/community-x86_64/deepin-control-center-no-user-experience.patch
  deepin-control-center/repos/community-x86_64/deepin-control-center-systeminfo-deepin-icon.patch

----------------------------------------------------+
 PKGBUILD                                           |  126 ++++----
 deepin-control-center-no-user-experience.patch     |   29 --
 deepin-control-center-systeminfo-deepin-icon.patch |  272 +++++++++----------
 3 files changed, 197 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-31 11:54:21 UTC (rev 1259313)
+++ PKGBUILD	2022-07-31 11:54:43 UTC (rev 1259314)
@@ -1,65 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-control-center
-pkgver=5.4.70
-pkgrel=2
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center"
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 'geoip' 'libpwquality'
-         'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 'networkmanager-qt'
-         'deepin-qt-dbus-factory' 'deepin-qt5integration' 'deepin-network-utils' 'deepin-pw-check')
-makedepends=('cmake' 'deepin-dock' 'gmock' 'gtest' 'ninja' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support'
-            'networkmanager-openconnect: for OpenConnect support'
-            'networkmanager-openvpn: for OpenVPN support'
-            'networkmanager-pptp: for PPTP support'
-            'networkmanager-strongswan: for StrongSwan support'
-            'networkmanager-vpnc: for VPNC support'
-            'network-manager-sstp: for SSTP support')
-# Not packaged: network-manager-l2tp
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("https://github.com/linuxdeepin/dde-control-center/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-        $pkgname-systeminfo-deepin-icon.patch
-        $pkgname-no-user-experience.patch
-        $pkgname-hide-end-user-license.patch::https://github.com/linuxdeepin/dde-control-center/pull/387.patch)
-sha512sums=('95e10dbc450ef20224d36634e27535f3175a6ea3b802ad8089e2352d3a0ef9b3e337cc5a6981afeb1e4a60ace1e3b9c838ada1a2fe7f39e6f12a23fa34e62271'
-            '74fd63391e923ca37f4559f30da967ba7f33d4426b60d58d1ece8cd9a154578e8184b1a376a8d7ff3ef81ffce530915f79d0845a2612ae4e06522b96855ab3dd'
-            'b7f766e4dad9840a716ac22458b387626da712f56a546475f71639182273417bd3135b978a3926fe234bf7bae0c353c1d7cbb08ad386c2691f6b1223b1938bfa'
-            'c3f2366d1ac361d3577548329910fe218ae076078084a72543d67b1804ebe437479bf0f592166d3b00d120fe9cf16e4e89fb6ddb82430d9e0e4d0a90266b51ee')
-
-prepare() {
-  rm dde-control-center-$pkgver/src/frame/window/icons/icons/dcc_nav_systeminfo_{42,84}px.svg
-  patch -d dde-control-center-$pkgver -Np1 < $pkgname-systeminfo-deepin-icon.patch
-  patch -d dde-control-center-$pkgver -Np1 < $pkgname-no-user-experience.patch
-  patch -d dde-control-center-$pkgver -Np1 < $pkgname-hide-end-user-license.patch
-  mkdir -p build
-
-  cd dde-control-center-$pkgver
-  # remove after they obey -DDISABLE_SYS_UPDATE properly
-  sed -i '/new UpdateModule/d' src/frame/window/mainwindow.cpp
-
-  sed -i '/#include <QPointer>/i #include <QDBusMetaType>' src/frame/window/modules/network/connectioneditpage.h
-}
-
-build() {
-  cd build
-  cmake -GNinja -DDISABLE_SYS_UPDATE=YES -DDISABLE_RECOVERY=YES -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    ../dde-control-center-$pkgver
-  ninja
-}
-
-check() {
-  cd build
-  ninja test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 1259313, deepin-control-center/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-31 11:54:43 UTC (rev 1259314)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-control-center
+pkgver=5.5.77
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-control-center"
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 'geoip' 'libpwquality'
+         'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 'networkmanager-qt'
+         'deepin-qt-dbus-factory' 'deepin-qt5integration' 'deepin-network-utils' 'deepin-pw-check')
+makedepends=('cmake' 'deepin-dock' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support'
+            'networkmanager-openconnect: for OpenConnect support'
+            'networkmanager-openvpn: for OpenVPN support'
+            'networkmanager-pptp: for PPTP support'
+            'networkmanager-strongswan: for StrongSwan support'
+            'networkmanager-vpnc: for VPNC support'
+            'network-manager-sstp: for SSTP support')
+# Not packaged: network-manager-l2tp
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/dde-control-center/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+        $pkgname-systeminfo-deepin-icon.patch
+        $pkgname-add-option-to-disable-deepin-authentication.patch::https://github.com/linuxdeepin/dde-control-center/pull/407.patch)
+sha512sums=('f1be8efcb3ba3293612ebf191e424f6ac3e90c0d3708ba3079a25de794bdde2e8a49679ac0bfba6aab9e9208944ae4e525a7455e48017eacf997ad2f604bb41b'
+            '74fd63391e923ca37f4559f30da967ba7f33d4426b60d58d1ece8cd9a154578e8184b1a376a8d7ff3ef81ffce530915f79d0845a2612ae4e06522b96855ab3dd'
+            '6e7d1e3b23b0a0918be664506ed90248e484392f00188242cbd4bfe6eaf91ddd18bc9b2d9bba28d06f72f7deb46532eb4ae3c210ac17094d4b4607c086cc7a31')
+
+prepare() {
+  rm dde-control-center-$pkgver/src/frame/window/icons/icons/dcc_nav_systeminfo_{42,84}px.svg
+  patch -d dde-control-center-$pkgver -Np1 < $pkgname-systeminfo-deepin-icon.patch
+  mkdir -p build
+
+  cd dde-control-center-$pkgver
+  # remove after they obey -DDISABLE_SYS_UPDATE properly
+  sed -i '/new UpdateModule/d' src/frame/window/mainwindow.cpp
+
+  patch -p1 -i ../$pkgname-add-option-to-disable-deepin-authentication.patch
+}
+
+build() {
+  cd build
+  cmake -GNinja -DDISABLE_SYS_UPDATE=YES -DDISABLE_AUTHENTICATION=YES -DDISABLE_RECOVERY=YES -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    ../dde-control-center-$pkgver
+  ninja
+}
+
+check() {
+  cd build
+  ninja test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: deepin-control-center-no-user-experience.patch
===================================================================
--- deepin-control-center-no-user-experience.patch	2022-07-31 11:54:21 UTC (rev 1259313)
+++ deepin-control-center-no-user-experience.patch	2022-07-31 11:54:43 UTC (rev 1259314)
@@ -1,29 +0,0 @@
-From 15a3b5101853ee0b1b62e5e7dde217cbf9a454bf Mon Sep 17 00:00:00 2001
-From: wangwei <wangwei at uniontech.com>
-Date: Fri, 10 Apr 2020 22:55:46 +0800
-Subject: [PATCH] =?UTF-8?q?feat(commoninfo):=20=E7=A4=BE=E5=8C=BA=E7=89=88?=
- =?UTF-8?q?=E6=B2=A1=E6=9C=89=E2=80=9C=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?=
- =?UTF-8?q?=E8=AE=A1=E5=88=92=E2=80=9D=E9=A1=B9?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Feat(19420) 社区版去掉用户体验计划
----
- src/frame/window/modules/commoninfo/commoninfowidget.cpp | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/frame/window/modules/commoninfo/commoninfowidget.cpp b/src/frame/window/modules/commoninfo/commoninfowidget.cpp
-index 47c1424e8..8c6ff52d3 100644
---- a/src/frame/window/modules/commoninfo/commoninfowidget.cpp
-+++ b/src/frame/window/modules/commoninfo/commoninfowidget.cpp
-@@ -108,9 +108,6 @@ void CommonInfoWidget::initData()
-             m_itemList.append({"dcc_developer_mode", tr("Developer Mode"),
-                                QMetaMethod::fromSignal(&CommonInfoWidget::requestShowDeveloperModeWidget), nullptr, "developerMode"});
-         }
--        //~ contents_path /commoninfo/User Experience Program
--        m_itemList.append({"dcc_ue_plan", tr("User Experience Program"),
--                           QMetaMethod::fromSignal(&CommonInfoWidget::requestShowUEPlanWidget), nullptr, "userExperienceProgram"});
- 
- #if 0
-         m_itemList.append({"", tr("Tablet Mode"),

Deleted: deepin-control-center-systeminfo-deepin-icon.patch
===================================================================
--- deepin-control-center-systeminfo-deepin-icon.patch	2022-07-31 11:54:21 UTC (rev 1259313)
+++ deepin-control-center-systeminfo-deepin-icon.patch	2022-07-31 11:54:43 UTC (rev 1259314)
@@ -1,136 +0,0 @@
-diff --git /dev/null b/src/frame/window/icons/icons/dcc_nav_systeminfo_42px.svg
-index e895c347d..bf20f6ea8 100644
---- /dev/null
-+++ b/src/frame/window/icons/icons/dcc_nav_systeminfo_42px.svg
-@@ -0,0 +1,59 @@
-+<?xml version="1.0" encoding="UTF-8"?>
-+<svg width="42px" height="42px" viewBox="0 0 42 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-+    <!-- Generator: Sketch 62 (91390) - https://sketch.com -->
-+    <title>nav_info_42px</title>
-+    <desc>Created with Sketch.</desc>
-+    <defs>
-+        <linearGradient x1="50%" y1="-6.47675357%" x2="50%" y2="98.3804729%" id="linearGradient-1">
-+            <stop stop-color="#4F4F4F" offset="0%"></stop>
-+            <stop stop-color="#393939" offset="100%"></stop>
-+        </linearGradient>
-+        <path d="M23.875,0 C26.1531746,-4.18493883e-16 28,1.84682541 28,4.125 L28,11.35 L27.8651793,11.3565475 C26.9658167,11.4295539 26.2587065,12.1825729 26.2587065,13.1007463 C26.2587065,14.0645411 27.0378311,14.8463616 28.0006003,14.8507279 L28,22.875 C28,25.1531746 26.1531746,27 23.875,27 L4.125,27 C1.84682541,27 2.78995922e-16,25.1531746 0,22.875 L0.000543245912,14.8507276 C0.00326285881,14.8507401 0.0059839372,14.8507463 0.00870646766,14.8507463 C0.97520478,14.8507463 1.75870647,14.0672446 1.75870647,13.1007463 C1.75870647,12.134248 0.97520478,11.3507463 0.00870646766,11.3507463 L0,11.35 L0,4.125 C-2.78995922e-16,1.84682541 1.84682541,4.18493883e-16 4.125,0 L23.875,0 Z M2.5,24 C2.22385763,24 2,24.2238576 2,24.5 C2,24.7761424 2.22385763,25 2.5,25 C2.77614237,25 3,24.7761424 3,24.5 C3,24.2238576 2.77614237,24 2.5,24 Z M25.5,24 C25.2238576,24 25,24.2238576 25,24.5 C25,24.7761424 25.2238576,25 25.5,25 C25.7761424,25 26,24.7761424 26,24.5 C26,24.2238576 25.7761424,24 25.5,24 Z M2
 .5,2 C2.22385763,2 2,2.22385763 2,2.5 C2,2.77614237 2.22385763,3 2.5,3 C2.77614237,3 3,2.77614237 3,2.5 C3,2.22385763 2.77614237,2 2.5,2 Z M25.5,2 C25.2238576,2 25,2.22385763 25,2.5 C25,2.77614237 25.2238576,3 25.5,3 C25.7761424,3 26,2.77614237 26,2.5 C26,2.22385763 25.7761424,2 25.5,2 Z" id="path-2"></path>
-+        <filter x="-25.0%" y="-18.5%" width="150.0%" height="151.9%" filterUnits="objectBoundingBox" id="filter-3">
-+            <feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-+            <feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-+            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.418378497 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-+        </filter>
-+        <linearGradient x1="25.1955489%" y1="-1.10818286%" x2="90.2645875%" y2="103.4512%" id="linearGradient-4">
-+            <stop stop-color="#A8E8FF" offset="0%"></stop>
-+            <stop stop-color="#CDBEFF" offset="100%"></stop>
-+        </linearGradient>
-+        <path d="M6,3 L22,3 C23.6568542,3 25,4.34314575 25,6 L25,21 C25,22.6568542 23.6568542,24 22,24 L6,24 C4.34314575,24 3,22.6568542 3,21 L3,6 C3,4.34314575 4.34314575,3 6,3 Z" id="path-5"></path>
-+        <filter x="-9.1%" y="-4.8%" width="118.2%" height="119.0%" filterUnits="objectBoundingBox" id="filter-6">
-+            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-+            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-+            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-+        </filter>
-+        <filter x="-6.8%" y="-2.4%" width="113.6%" height="114.3%" filterUnits="objectBoundingBox" id="filter-7">
-+            <feOffset dx="0" dy="-1" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
-+            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-+            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.15 0" type="matrix" in="shadowInnerInner1" result="shadowMatrixInner1"></feColorMatrix>
-+            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetInner2"></feOffset>
-+            <feComposite in="shadowOffsetInner2" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner2"></feComposite>
-+            <feColorMatrix values="0 0 0 0 1   0 0 0 0 1   0 0 0 0 1  0 0 0 0.25 0" type="matrix" in="shadowInnerInner2" result="shadowMatrixInner2"></feColorMatrix>
-+            <feMerge>
-+                <feMergeNode in="shadowMatrixInner1"></feMergeNode>
-+                <feMergeNode in="shadowMatrixInner2"></feMergeNode>
-+            </feMerge>
-+        </filter>
-+        <linearGradient x1="42.8823737%" y1="38.6612862%" x2="54.3020741%" y2="62.109223%" id="linearGradient-8">
-+            <stop stop-color="#000000" stop-opacity="0.25" offset="0%"></stop>
-+            <stop stop-color="#000000" stop-opacity="0.2" offset="100%"></stop>
-+        </linearGradient>
-+    </defs>
-+    <g id="nav_info_42px" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-+        <g id="编组" transform="translate(7.000000, 8.000000)">
-+            <g id="形状结合">
-+                <use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
-+                <use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
-+            </g>
-+            <g id="矩形">
-+                <use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
-+                <use fill="url(#linearGradient-4)" fill-rule="evenodd" xlink:href="#path-5"></use>
-+                <use fill="black" fill-opacity="1" filter="url(#filter-7)" xlink:href="#path-5"></use>
-+            </g>
-+            <path d="M11.7534899,10.4878376 C11.875314,10.4878376 11.8760222,10.3840001 11.8759042,10.3735376 C11.8757861,10.3345001 11.8751959,10.0789001 11.8751959,10.0396376 C11.8751959,9.92713761 11.7553786,9.92533761 11.7553786,9.92533761 C11.7553786,9.92533761 9.89675659,9.92353761 9.74671937,9.92353761 C9.5088555,9.92353761 9.51251494,9.70416261 9.51251494,9.70416261 C9.50944573,9.68987511 9.51263299,9.47533761 9.51251494,9.47533761 L11.4021832,9.47533761 C12.057814,9.47533761 11.9914718,9.02533761 11.9914718,9.02533761 C11.9914718,8.74217511 11.9914718,8.98675011 11.9914718,8.69188761 C11.9914718,8.69188761 12.0554531,7.90033761 11.1670344,7.90033761 L9.64944898,7.90033761 C8.74521211,7.90033761 8.80647829,8.68142511 8.80647829,8.68142511 C8.80647829,9.10431261 8.80671438,9.14301261 8.80671438,9.69943761 C8.80671438,10.4878376 9.63422097,10.4842376 9.63422097,10.4842376 M16.2417484,7.90033761 C16.4266618,7.90033761 16.4728742,7.90069502 16.5263727,7.90107229 L17.3990556,7.9
 0168806 C18.522387,7.90056269 18.7209413,8.81245415 18.7221218,9.24763671 C18.7231842,9.68293181 18.527581,10.4876125 17.4166446,10.4871624 L17.4166446,10.4871624 L16.3600311,10.4871624 C16.3600311,10.4871624 16.3600155,10.516504 16.3599899,10.564573 L16.3595589,11.3839738 C16.3595589,11.5 16.2416303,11.5 16.2416303,11.5 L15.759019,11.4990997 C15.7287085,11.4954985 15.652932,11.4774925 15.652932,11.3874625 L15.652932,11.3874625 L15.652932,8.45976159 C15.652932,8.45976159 15.6526959,7.90033761 16.2417484,7.90033761 Z M8.46270742,7.0009003 C8.49321703,7.0045015 8.56949107,7.0225075 8.56949107,7.11253751 L8.56949107,7.11253751 L8.56926793,9.93600418 C8.56640626,10.004899 8.52685158,10.4871624 7.98020807,10.4871624 C7.71608878,10.4871624 7.73472822,10.486433 7.61091194,10.4859583 L6.82252808,10.4858119 C5.69965724,10.4869373 5.50118427,9.57504585 5.50000429,9.13986329 C5.4989423,8.70468073 5.69446532,7.9 6.80494634,7.90033761 L6.80494634,7.90033761 L7.86114789,7.90033761 L7.86114789,7.9
 0033761 L7.86161989,7.11602618 C7.86161989,7 7.97985408,7 7.97985408,7 Z M19.5487707,7.90033761 C19.6139324,7.90033761 19.6668173,7.95073761 19.6668173,8.01283761 L19.6668173,10.3753376 C19.6668173,10.4374376 19.6139324,10.4878376 19.5487707,10.4878376 L19.0765844,10.4878376 C19.0114226,10.4878376 18.9585378,10.4374376 18.9585378,10.3753376 L18.9585378,8.01283761 C18.9585378,7.95073761 19.0114226,7.90033761 19.0765844,7.90033761 L19.5487707,7.90033761 Z M21.1386606,7.90091235 L21.3195341,7.90112511 C22.1867044,7.90224998 22.5,8.23801256 22.5,8.86153062 L22.5,8.86153062 L22.5,10.375162 C22.5,10.4372551 22.4472332,10.487537 22.3820715,10.4876495 L22.3820715,10.4876495 L21.9101212,10.4878745 C21.8447234,10.487987 21.7918385,10.4374801 21.7919566,10.375162 L21.7919566,10.375162 L21.7953799,8.91271242 C21.7953799,8.35961152 21.3383035,8.46367496 21.3185897,8.46367496 C21.1781405,8.46367496 21.0227955,8.46385271 20.8935384,8.46405022 L20.611158,8.46457486 L20.6145814,10.3715624 C20.614581
 4,10.3715624 20.6193033,10.5072223 20.4566351,10.4851748 L20.3240775,10.4855748 C20.2275591,10.4858747 20.1212647,10.4862247 20.0442983,10.4865246 C19.9372301,10.4995732 19.9029966,10.4243191 19.9029966,10.3732498 L19.9029966,10.3732498 L19.9029966,7.90078764 C19.9029966,7.90078764 20.4523639,7.90000023 21.3195341,7.90112511 Z M14.5906975,7.90033761 C15.4791162,7.90033761 15.4151349,8.69188761 15.4151349,8.69188761 L15.4157859,9.03107095 C15.4207718,9.08333761 15.4377684,9.47533761 14.8258463,9.47533761 L14.8258463,9.47533761 L12.9361781,9.47533761 C12.9362961,9.47533761 12.9331088,9.68987511 12.9361781,9.70416261 C12.9361781,9.70416261 12.9325186,9.92353761 13.1703825,9.92353761 C13.2851168,9.92353761 14.398989,9.92459021 14.9168121,9.92508555 L15.1790417,9.92533761 C15.1790417,9.92533761 15.298859,9.92713761 15.298859,10.0396376 C15.298859,10.0553426 15.2989535,10.1056616 15.2990743,10.162889 L15.2990006,10.3856371 C15.2960849,10.4157282 15.2786731,10.4878376 15.177153,10.4878376 
 L15.177153,10.4878376 L13.0578841,10.4842376 C13.0578841,10.4842376 12.2303775,10.4878376 12.2303775,9.69943761 L12.2303775,9.69943761 L12.2301414,8.68142511 C12.2301414,8.68142511 12.1688752,7.90033761 13.0731121,7.90033761 L13.0731121,7.90033761 Z M7.38085949,8.46588093 L6.99646286,8.46561705 C6.66823926,8.46665822 6.2098376,8.49616372 6.21016813,9.14706569 C6.21040422,9.84434812 6.68388909,9.92526259 7.07013753,9.92627543 L7.07013753,9.92627543 L7.74097478,9.92605035 C7.86091012,9.92605035 7.85902137,9.81632628 7.85902137,9.81632628 C7.85902137,9.80205009 7.85901174,9.76431251 7.85899522,9.71010814 L7.85854919,8.46685145 C7.85854919,8.46685145 7.63036977,8.46624487 7.38085949,8.46588093 Z M17.1493415,8.46122457 C16.90801,8.46052122 16.7565129,8.46078498 16.6454137,8.4610817 L16.4783862,8.46144965 C16.3585689,8.46144965 16.3603396,8.57128626 16.3603396,8.57128626 L16.3603396,8.57128626 L16.3609298,9.92076109 C16.3609298,9.92076109 16.4028403,9.92086237 16.4703788,9.92100417 L17.29
 51277,9.92100808 C17.6143852,9.91345632 18.0096178,9.84484328 18.0093109,9.24043431 C18.0090748,8.54315188 17.5355899,8.46234995 17.1493415,8.46122457 Z M11.0536947,8.46482578 C11.1606449,8.46482578 11.2848299,8.57905135 11.2842397,8.6899008 C11.2837675,8.77756752 11.2823509,8.71874792 11.2823509,8.80247583 C11.2823509,8.80247583 11.2823509,8.91478826 11.1681999,8.91478826 L9.67840322,8.91498993 C9.5767306,8.91500433 9.51356237,8.91501334 9.51356237,8.91501334 L9.51398545,8.7318947 C9.51401567,8.71475058 9.51403456,8.70047933 9.51403456,8.69158886 C9.51403456,8.57736329 9.62794952,8.46516339 9.75154429,8.46482578 L11.0536947,8.46482578 L11.0536947,8.46482578 Z M14.4770243,8.46482578 L13.1748739,8.46482578 C13.0512791,8.46516339 12.9373641,8.57736329 12.9373641,8.69158886 C12.9373641,8.73604118 12.9368919,8.91501334 12.9368919,8.91501334 C12.9368919,8.91501334 13.0000602,8.91500433 13.1017328,8.91498993 L14.5915295,8.91478826 C14.7056805,8.91478826 14.7056805,8.80247583 14.7056805,8.
 80247583 C14.7056805,8.71874792 14.7070971,8.77756752 14.7075693,8.6899008 C14.7081595,8.57905135 14.5839745,8.46482578 14.4770243,8.46482578 L14.4770243,8.46482578 Z M19.5487707,7 C19.6139324,7 19.6668173,7.05041681 19.6668173,7.11253751 L19.6668173,7.56268756 C19.6668173,7.62480827 19.6139324,7.67522508 19.5487707,7.67522508 L19.0765844,7.67522508 C19.0114226,7.67522508 18.9585378,7.62480827 18.9585378,7.56268756 L18.9585378,7.11253751 C18.9585378,7.05041681 19.0114226,7 19.0765844,7 L19.5487707,7 Z" id="Combined-Shape" fill-opacity="0.4" fill="#000000"></path>
-+            <path d="M20,19 L20,20 L6,20 L6,19 L20,19 Z M22.5,17 L22.5,18 L6,18 L6,17 L22.5,17 Z M14.5,15 L14.5,16 L6,16 L6,15 L14.5,15 Z M9,13 L9,14 L6,14 L6,13 L9,13 Z" id="形状结合" fill="url(#linearGradient-8)"></path>
-+        </g>
-+    </g>
-+</svg>
-\ No newline at end of file
-diff --git /dev/null b/src/frame/window/icons/icons/dcc_nav_systeminfo_84px.svg
-index 38c5142b6..6a3b3ac5b 100644
---- /dev/null
-+++ b/src/frame/window/icons/icons/dcc_nav_systeminfo_84px.svg
-@@ -0,0 +1,65 @@
-+<?xml version="1.0" encoding="UTF-8"?>
-+<svg width="84px" height="84px" viewBox="0 0 84 84" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-+    <!-- Generator: Sketch 62 (91390) - https://sketch.com -->
-+    <title>nav_info_84px</title>
-+    <desc>Created with Sketch.</desc>
-+    <defs>
-+        <linearGradient x1="50%" y1="-6.47675357%" x2="50%" y2="98.3804729%" id="linearGradient-1">
-+            <stop stop-color="#4F4F4F" offset="0%"></stop>
-+            <stop stop-color="#393939" offset="100%"></stop>
-+        </linearGradient>
-+        <path d="M47.75,0 C52.3063492,-8.36987767e-16 56,3.69365081 56,8.25 L56,22.701 L55.8253777,22.7066714 C53.9816905,22.8063661 52.5174129,24.3329291 52.5174129,26.2014925 C52.5174129,28.1287841 54.0751803,29.6922397 56.0003075,29.7014516 L56,45.75 C56,50.3063492 52.3063492,54 47.75,54 L8.25,54 C3.69365081,54 5.57991845e-16,50.3063492 0,45.75 L0.00021794927,29.7014512 C0.00594636885,29.7014787 0.0116780413,29.7014925 0.0174129353,29.7014925 C1.95040956,29.7014925 3.51741294,28.1344892 3.51741294,26.2014925 C3.51741294,24.2684959 1.95040956,22.7014925 0.0174129353,22.7014925 L0,22.701 L0,8.25 C-5.57991845e-16,3.69365081 3.69365081,8.36987767e-16 8.25,0 L47.75,0 Z M5,48 C4.44771525,48 4,48.4477153 4,49 C4,49.5522847 4.44771525,50 5,50 C5.55228475,50 6,49.5522847 6,49 C6,48.4477153 5.55228475,48 5,48 Z M51,48 C50.4477153,48 50,48.4477153 50,49 C50,49.5522847 50.4477153,50 51,50 C51.5522847,50 52,49.5522847 52,49 C52,48.4477153 51.5522847,48 51,48 Z M5,4 C4.44771525,4 4,4.44771525
  4,5 C4,5.55228475 4.44771525,6 5,6 C5.55228475,6 6,5.55228475 6,5 C6,4.44771525 5.55228475,4 5,4 Z M51,4 C50.4477153,4 50,4.44771525 50,5 C50,5.55228475 50.4477153,6 51,6 C51.5522847,6 52,5.55228475 52,5 C52,4.44771525 51.5522847,4 51,4 Z" id="path-2"></path>
-+        <filter x="-25.0%" y="-18.5%" width="150.0%" height="151.9%" filterUnits="objectBoundingBox" id="filter-3">
-+            <feOffset dx="0" dy="4" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-+            <feGaussianBlur stdDeviation="4" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-+            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.418378497 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-+        </filter>
-+        <filter x="-15.2%" y="-8.3%" width="130.4%" height="131.5%" filterUnits="objectBoundingBox" id="filter-4">
-+            <feOffset dx="0" dy="-1" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
-+            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-+            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.3 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-+        </filter>
-+        <linearGradient x1="25.1955489%" y1="-1.10818286%" x2="90.2645875%" y2="103.4512%" id="linearGradient-5">
-+            <stop stop-color="#A8E8FF" offset="0%"></stop>
-+            <stop stop-color="#CDBEFF" offset="100%"></stop>
-+        </linearGradient>
-+        <path d="M12,6 L44,6 C47.3137085,6 50,8.6862915 50,12 L50,42 C50,45.3137085 47.3137085,48 44,48 L12,48 C8.6862915,48 6,45.3137085 6,42 L6,12 C6,8.6862915 8.6862915,6 12,6 Z" id="path-6"></path>
-+        <filter x="-4.5%" y="-2.4%" width="109.1%" height="109.5%" filterUnits="objectBoundingBox" id="filter-7">
-+            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-+            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-+            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-+        </filter>
-+        <filter x="-3.4%" y="-1.2%" width="106.8%" height="107.1%" filterUnits="objectBoundingBox" id="filter-8">
-+            <feOffset dx="0" dy="-1" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
-+            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-+            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.15 0" type="matrix" in="shadowInnerInner1" result="shadowMatrixInner1"></feColorMatrix>
-+            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetInner2"></feOffset>
-+            <feComposite in="shadowOffsetInner2" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner2"></feComposite>
-+            <feColorMatrix values="0 0 0 0 1   0 0 0 0 1   0 0 0 0 1  0 0 0 0.25 0" type="matrix" in="shadowInnerInner2" result="shadowMatrixInner2"></feColorMatrix>
-+            <feMerge>
-+                <feMergeNode in="shadowMatrixInner1"></feMergeNode>
-+                <feMergeNode in="shadowMatrixInner2"></feMergeNode>
-+            </feMerge>
-+        </filter>
-+        <linearGradient x1="42.8823737%" y1="40.2232518%" x2="54.3020741%" y2="60.4411158%" id="linearGradient-9">
-+            <stop stop-color="#000000" stop-opacity="0.25" offset="0%"></stop>
-+            <stop stop-color="#000000" stop-opacity="0.2" offset="100%"></stop>
-+        </linearGradient>
-+    </defs>
-+    <g id="nav_info_84px" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-+        <g id="编组" transform="translate(14.000000, 15.000000)">
-+            <g id="形状结合">
-+                <use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
-+                <use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
-+                <use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-2"></use>
-+            </g>
-+            <g id="矩形">
-+                <use fill="black" fill-opacity="1" filter="url(#filter-7)" xlink:href="#path-6"></use>
-+                <use fill="url(#linearGradient-5)" fill-rule="evenodd" xlink:href="#path-6"></use>
-+                <use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-6"></use>
-+            </g>
-+            <path d="M23.5069797,21.9756752 C23.7506279,21.9756752 23.7520445,21.7680002 23.7518084,21.7470752 C23.7515723,21.6690002 23.7503918,21.1578002 23.7503918,21.0792752 C23.7503918,20.8542752 23.5107572,20.8506752 23.5107572,20.8506752 C23.5107572,20.8506752 19.7935132,20.8470752 19.4934387,20.8470752 C19.017711,20.8470752 19.0250299,20.4083252 19.0250299,20.4083252 C19.0188915,20.3797502 19.025266,19.9506752 19.0250299,19.9506752 L22.8043664,19.9506752 C24.115628,19.9506752 23.9829436,19.0506752 23.9829436,19.0506752 C23.9829436,18.4843502 23.9829436,18.9735002 23.9829436,18.3837752 C23.9829436,18.3837752 24.1109061,16.8006752 22.3340688,16.8006752 L19.298898,16.8006752 C17.4904242,16.8006752 17.6129566,18.3628502 17.6129566,18.3628502 C17.6129566,19.2086252 17.6134288,19.2860252 17.6134288,20.3988752 C17.6134288,21.9756752 19.2684419,21.9684752 19.2684419,21.9684752 M32.4834968,16.8006752 C33.0081772,16.8006752 32.9745126,16.802114 33.2162497,16.8030637 L34.7981113,16.80
 33761 C37.0447739,16.8011254 37.4418827,18.6249083 37.4442436,19.4952734 C37.4463684,20.3658636 37.055162,21.9752251 34.8332891,21.9743248 L34.8332891,21.9743248 L32.7200621,21.9743248 C32.7200621,21.9743248 32.7200289,22.036733 32.719975,22.138268 L32.7191178,23.7679476 C32.7191178,24 32.4832607,24 32.4832607,24 L31.5324904,23.9995604 C31.4871651,23.9964832 31.305864,23.9718656 31.305864,23.774925 L31.305864,23.774925 L31.305864,17.9195232 C31.305864,17.9195232 31.3053918,16.8006752 32.4834968,16.8006752 Z M39.0975414,16.8006752 C39.2278649,16.8006752 39.3336346,16.9014752 39.3336346,17.0256752 L39.3336346,21.7506752 C39.3336346,21.8748752 39.2278649,21.9756752 39.0975414,21.9756752 L38.1531687,21.9756752 C38.0228453,21.9756752 37.9170755,21.8748752 37.9170755,21.7506752 L37.9170755,17.0256752 C37.9170755,16.9014752 38.0228453,16.8006752 38.1531687,16.8006752 L39.0975414,16.8006752 Z M42.4065504,16.8019666 L42.6390682,16.8022502 C44.3734087,16.8045 45,17.4760251 45,18.7230612 L45,1
 8.7230612 L45,21.7503241 C45,21.8745103 44.8944663,21.9750741 44.7641429,21.975299 L44.7641429,21.975299 L43.8202424,21.975749 C43.6894468,21.975974 43.583677,21.8749602 43.5839131,21.7503241 L43.5839131,21.7503241 L43.5907598,18.8254248 C43.5907598,17.719223 42.676607,17.9273499 42.6371795,17.9273499 C42.0954468,17.9273499 41.4429072,17.9286722 41.2675231,17.92905 L41.2223161,17.9291497 L41.2291628,21.7431249 C41.2291628,21.7431249 41.2386065,22.0144447 40.9132701,21.9703496 C40.682371,21.9710245 40.3194958,21.9721494 40.0885966,21.9730493 C39.8744601,21.9991464 39.8059931,21.8486381 39.8059931,21.7464995 L39.8059931,21.7464995 L39.8059931,16.8015753 C39.8059931,16.8015753 40.9047277,16.8000005 42.6390682,16.8022502 Z M29.1813951,16.8006752 C30.9582323,16.8006752 30.8302698,18.3837752 30.8302698,18.3837752 L30.8309442,19.0560847 C30.8393487,19.1306339 30.9033514,19.9506752 29.6516927,19.9506752 L29.6516927,19.9506752 L25.8723561,19.9506752 C25.8725922,19.9506752 25.8662177,20.37975
 02 25.8723561,20.4083252 C25.8723561,20.4083252 25.8650372,20.8470752 26.340765,20.8470752 C26.5630423,20.8470752 28.6603099,20.8490505 29.7328415,20.8500748 L30.3580835,20.8506752 C30.3580835,20.8506752 30.597718,20.8542752 30.597718,21.0792752 C30.597718,21.1578002 30.5988985,21.6690002 30.5991346,21.7470752 C30.5993707,21.7680002 30.5979541,21.9756752 30.354306,21.9756752 L30.354306,21.9756752 L26.1157682,21.9684752 C26.1157682,21.9684752 24.460755,21.9756752 24.460755,20.3988752 L24.460755,20.3988752 L24.4602828,18.3628502 C24.4602828,18.3628502 24.3377504,16.8006752 26.1462242,16.8006752 L26.1462242,16.8006752 Z M16.9108677,15.0004396 C16.9564906,15.0035168 17.1389821,15.0281344 17.1389821,15.225075 L17.1389821,15.225075 L17.1388264,20.8638119 C17.1359236,20.9647676 17.0789329,21.9743248 15.9604161,21.9743248 C15.4358206,21.9743248 15.4689691,21.972886 15.2269069,21.9719363 L13.6450562,21.9716239 C11.3993145,21.9738746 11.0023685,20.1500917 11.0000086,19.2797266 C10.9978846,18.
 4093615 11.3889306,16.8 13.6098927,16.8006752 L13.6098927,16.8006752 L15.7222958,16.8006752 C15.7222958,16.8006752 15.7228034,15.96703 15.7230742,15.5151407 L15.7232398,15.2320524 C15.7232398,15 15.9597082,15 15.9597082,15 Z M14.8326727,17.931869 L13.9575165,17.9314069 C13.3040281,17.9358203 12.419687,18.0155739 12.4203363,19.2941314 C12.4208084,20.6886962 13.3677782,20.8505252 14.1402751,20.8525509 C14.5906228,20.8538638 14.8845393,20.8534918 15.1023654,20.8529538 L15.4819496,20.8521007 C15.7218202,20.8521007 15.7180427,20.6326526 15.7180427,20.6326526 C15.7180427,20.6041002 15.7180235,20.528625 15.7179904,20.4202163 L15.7170984,17.9337029 C15.7170984,17.9337029 15.3031675,17.9326025 14.8326727,17.931869 Z M34.2986829,17.9224491 C33.8481974,17.9211362 33.5542236,17.9215082 33.3363736,17.9220462 L32.9567723,17.9228993 C32.7171377,17.9228993 32.7206791,18.1425725 32.7206791,18.1425725 L32.7209852,18.9310298 C32.7210102,18.9881504 32.721036,19.0468584 32.7210625,19.1066354 L32.7218596
 ,20.8415222 C32.7218596,20.8415222 33.1357905,20.8425225 33.6062852,20.8431894 L34.4814414,20.8435931 C35.1349299,20.8391797 36.019271,20.7594261 36.0186217,19.4808686 C36.0181495,18.0863038 35.0711798,17.9246999 34.2986829,17.9224491 Z M22.1073894,17.9296516 C22.3212898,17.9296516 22.5696599,18.1581027 22.5684794,18.3798016 C22.5676924,18.5259128 22.5655938,18.4685708 22.5649161,18.5423054 L22.5647019,18.6049517 C22.5647019,18.6049517 22.5647019,18.8295765 22.3363998,18.8295765 L19.2617796,18.8299933 C19.1148584,18.8300142 19.0271247,18.8300267 19.0271247,18.8300267 L19.0278819,18.5106454 C19.027992,18.4559428 19.0280691,18.4085791 19.0280691,18.3831777 C19.0280691,18.1547266 19.255899,17.9303268 19.5030886,17.9296516 L22.1073894,17.9296516 L22.1073894,17.9296516 Z M28.9540486,17.9296516 L26.3497477,17.9296516 C26.1025582,17.9303268 25.8747283,18.1547266 25.8747283,18.3831777 C25.8747283,18.446681 25.8742464,18.6474495 25.8739711,18.7569904 L25.8737839,18.8300267 C25.8737839,18.830
 0267 25.9615175,18.8300142 26.1084387,18.8299933 L29.1830589,18.8295765 C29.411361,18.8295765 29.411361,18.6049517 29.411361,18.6049517 C29.411361,18.4374958 29.4141942,18.555135 29.4151385,18.3798016 C29.416319,18.1581027 29.167949,17.9296516 28.9540486,17.9296516 L28.9540486,17.9296516 Z M39.0975414,15 C39.2278649,15 39.3336346,15.1008336 39.3336346,15.225075 L39.3336346,16.1253751 C39.3336346,16.2496165 39.2278649,16.3504502 39.0975414,16.3504502 L38.1531687,16.3504502 C38.0228453,16.3504502 37.9170755,16.2496165 37.9170755,16.1253751 L37.9170755,15.225075 C37.9170755,15.1008336 38.0228453,15 38.1531687,15 L39.0975414,15 Z" id="Combined-Shape" fill-opacity="0.4" fill="#000000"></path>
-+            <path d="M28,39 L28,40 L12,40 L12,39 L28,39 Z M23,37 L23,38 L12,38 L12,37 L23,37 Z M40,35 L40,36 L12,36 L12,35 L40,35 Z M45,33 L45,34 L12,34 L12,33 L45,33 Z M45,31 L45,32 L12,32 L12,31 L45,31 Z M29,29 L29,30 L12,30 L12,29 L29,29 Z M18,27 L18,28 L12,28 L12,27 L18,27 Z" id="形状结合" fill="url(#linearGradient-9)"></path>
-+        </g>
-+    </g>
-+</svg>
-\ No newline at end of file

Copied: deepin-control-center/repos/community-x86_64/deepin-control-center-systeminfo-deepin-icon.patch (from rev 1259313, deepin-control-center/trunk/deepin-control-center-systeminfo-deepin-icon.patch)
===================================================================
--- deepin-control-center-systeminfo-deepin-icon.patch	                        (rev 0)
+++ deepin-control-center-systeminfo-deepin-icon.patch	2022-07-31 11:54:43 UTC (rev 1259314)
@@ -0,0 +1,136 @@
+diff --git /dev/null b/src/frame/window/icons/icons/dcc_nav_systeminfo_42px.svg
+index e895c347d..bf20f6ea8 100644
+--- /dev/null
++++ b/src/frame/window/icons/icons/dcc_nav_systeminfo_42px.svg
+@@ -0,0 +1,59 @@
++<?xml version="1.0" encoding="UTF-8"?>
++<svg width="42px" height="42px" viewBox="0 0 42 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
++    <!-- Generator: Sketch 62 (91390) - https://sketch.com -->
++    <title>nav_info_42px</title>
++    <desc>Created with Sketch.</desc>
++    <defs>
++        <linearGradient x1="50%" y1="-6.47675357%" x2="50%" y2="98.3804729%" id="linearGradient-1">
++            <stop stop-color="#4F4F4F" offset="0%"></stop>
++            <stop stop-color="#393939" offset="100%"></stop>
++        </linearGradient>
++        <path d="M23.875,0 C26.1531746,-4.18493883e-16 28,1.84682541 28,4.125 L28,11.35 L27.8651793,11.3565475 C26.9658167,11.4295539 26.2587065,12.1825729 26.2587065,13.1007463 C26.2587065,14.0645411 27.0378311,14.8463616 28.0006003,14.8507279 L28,22.875 C28,25.1531746 26.1531746,27 23.875,27 L4.125,27 C1.84682541,27 2.78995922e-16,25.1531746 0,22.875 L0.000543245912,14.8507276 C0.00326285881,14.8507401 0.0059839372,14.8507463 0.00870646766,14.8507463 C0.97520478,14.8507463 1.75870647,14.0672446 1.75870647,13.1007463 C1.75870647,12.134248 0.97520478,11.3507463 0.00870646766,11.3507463 L0,11.35 L0,4.125 C-2.78995922e-16,1.84682541 1.84682541,4.18493883e-16 4.125,0 L23.875,0 Z M2.5,24 C2.22385763,24 2,24.2238576 2,24.5 C2,24.7761424 2.22385763,25 2.5,25 C2.77614237,25 3,24.7761424 3,24.5 C3,24.2238576 2.77614237,24 2.5,24 Z M25.5,24 C25.2238576,24 25,24.2238576 25,24.5 C25,24.7761424 25.2238576,25 25.5,25 C25.7761424,25 26,24.7761424 26,24.5 C26,24.2238576 25.7761424,24 25.5,24 Z M2
 .5,2 C2.22385763,2 2,2.22385763 2,2.5 C2,2.77614237 2.22385763,3 2.5,3 C2.77614237,3 3,2.77614237 3,2.5 C3,2.22385763 2.77614237,2 2.5,2 Z M25.5,2 C25.2238576,2 25,2.22385763 25,2.5 C25,2.77614237 25.2238576,3 25.5,3 C25.7761424,3 26,2.77614237 26,2.5 C26,2.22385763 25.7761424,2 25.5,2 Z" id="path-2"></path>
++        <filter x="-25.0%" y="-18.5%" width="150.0%" height="151.9%" filterUnits="objectBoundingBox" id="filter-3">
++            <feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
++            <feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
++            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.418378497 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
++        </filter>
++        <linearGradient x1="25.1955489%" y1="-1.10818286%" x2="90.2645875%" y2="103.4512%" id="linearGradient-4">
++            <stop stop-color="#A8E8FF" offset="0%"></stop>
++            <stop stop-color="#CDBEFF" offset="100%"></stop>
++        </linearGradient>
++        <path d="M6,3 L22,3 C23.6568542,3 25,4.34314575 25,6 L25,21 C25,22.6568542 23.6568542,24 22,24 L6,24 C4.34314575,24 3,22.6568542 3,21 L3,6 C3,4.34314575 4.34314575,3 6,3 Z" id="path-5"></path>
++        <filter x="-9.1%" y="-4.8%" width="118.2%" height="119.0%" filterUnits="objectBoundingBox" id="filter-6">
++            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
++            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
++            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
++        </filter>
++        <filter x="-6.8%" y="-2.4%" width="113.6%" height="114.3%" filterUnits="objectBoundingBox" id="filter-7">
++            <feOffset dx="0" dy="-1" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
++            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
++            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.15 0" type="matrix" in="shadowInnerInner1" result="shadowMatrixInner1"></feColorMatrix>
++            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetInner2"></feOffset>
++            <feComposite in="shadowOffsetInner2" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner2"></feComposite>
++            <feColorMatrix values="0 0 0 0 1   0 0 0 0 1   0 0 0 0 1  0 0 0 0.25 0" type="matrix" in="shadowInnerInner2" result="shadowMatrixInner2"></feColorMatrix>
++            <feMerge>
++                <feMergeNode in="shadowMatrixInner1"></feMergeNode>
++                <feMergeNode in="shadowMatrixInner2"></feMergeNode>
++            </feMerge>
++        </filter>
++        <linearGradient x1="42.8823737%" y1="38.6612862%" x2="54.3020741%" y2="62.109223%" id="linearGradient-8">
++            <stop stop-color="#000000" stop-opacity="0.25" offset="0%"></stop>
++            <stop stop-color="#000000" stop-opacity="0.2" offset="100%"></stop>
++        </linearGradient>
++    </defs>
++    <g id="nav_info_42px" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
++        <g id="编组" transform="translate(7.000000, 8.000000)">
++            <g id="形状结合">
++                <use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
++                <use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
++            </g>
++            <g id="矩形">
++                <use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
++                <use fill="url(#linearGradient-4)" fill-rule="evenodd" xlink:href="#path-5"></use>
++                <use fill="black" fill-opacity="1" filter="url(#filter-7)" xlink:href="#path-5"></use>
++            </g>
++            <path d="M11.7534899,10.4878376 C11.875314,10.4878376 11.8760222,10.3840001 11.8759042,10.3735376 C11.8757861,10.3345001 11.8751959,10.0789001 11.8751959,10.0396376 C11.8751959,9.92713761 11.7553786,9.92533761 11.7553786,9.92533761 C11.7553786,9.92533761 9.89675659,9.92353761 9.74671937,9.92353761 C9.5088555,9.92353761 9.51251494,9.70416261 9.51251494,9.70416261 C9.50944573,9.68987511 9.51263299,9.47533761 9.51251494,9.47533761 L11.4021832,9.47533761 C12.057814,9.47533761 11.9914718,9.02533761 11.9914718,9.02533761 C11.9914718,8.74217511 11.9914718,8.98675011 11.9914718,8.69188761 C11.9914718,8.69188761 12.0554531,7.90033761 11.1670344,7.90033761 L9.64944898,7.90033761 C8.74521211,7.90033761 8.80647829,8.68142511 8.80647829,8.68142511 C8.80647829,9.10431261 8.80671438,9.14301261 8.80671438,9.69943761 C8.80671438,10.4878376 9.63422097,10.4842376 9.63422097,10.4842376 M16.2417484,7.90033761 C16.4266618,7.90033761 16.4728742,7.90069502 16.5263727,7.90107229 L17.3990556,7.9
 0168806 C18.522387,7.90056269 18.7209413,8.81245415 18.7221218,9.24763671 C18.7231842,9.68293181 18.527581,10.4876125 17.4166446,10.4871624 L17.4166446,10.4871624 L16.3600311,10.4871624 C16.3600311,10.4871624 16.3600155,10.516504 16.3599899,10.564573 L16.3595589,11.3839738 C16.3595589,11.5 16.2416303,11.5 16.2416303,11.5 L15.759019,11.4990997 C15.7287085,11.4954985 15.652932,11.4774925 15.652932,11.3874625 L15.652932,11.3874625 L15.652932,8.45976159 C15.652932,8.45976159 15.6526959,7.90033761 16.2417484,7.90033761 Z M8.46270742,7.0009003 C8.49321703,7.0045015 8.56949107,7.0225075 8.56949107,7.11253751 L8.56949107,7.11253751 L8.56926793,9.93600418 C8.56640626,10.004899 8.52685158,10.4871624 7.98020807,10.4871624 C7.71608878,10.4871624 7.73472822,10.486433 7.61091194,10.4859583 L6.82252808,10.4858119 C5.69965724,10.4869373 5.50118427,9.57504585 5.50000429,9.13986329 C5.4989423,8.70468073 5.69446532,7.9 6.80494634,7.90033761 L6.80494634,7.90033761 L7.86114789,7.90033761 L7.86114789,7.9
 0033761 L7.86161989,7.11602618 C7.86161989,7 7.97985408,7 7.97985408,7 Z M19.5487707,7.90033761 C19.6139324,7.90033761 19.6668173,7.95073761 19.6668173,8.01283761 L19.6668173,10.3753376 C19.6668173,10.4374376 19.6139324,10.4878376 19.5487707,10.4878376 L19.0765844,10.4878376 C19.0114226,10.4878376 18.9585378,10.4374376 18.9585378,10.3753376 L18.9585378,8.01283761 C18.9585378,7.95073761 19.0114226,7.90033761 19.0765844,7.90033761 L19.5487707,7.90033761 Z M21.1386606,7.90091235 L21.3195341,7.90112511 C22.1867044,7.90224998 22.5,8.23801256 22.5,8.86153062 L22.5,8.86153062 L22.5,10.375162 C22.5,10.4372551 22.4472332,10.487537 22.3820715,10.4876495 L22.3820715,10.4876495 L21.9101212,10.4878745 C21.8447234,10.487987 21.7918385,10.4374801 21.7919566,10.375162 L21.7919566,10.375162 L21.7953799,8.91271242 C21.7953799,8.35961152 21.3383035,8.46367496 21.3185897,8.46367496 C21.1781405,8.46367496 21.0227955,8.46385271 20.8935384,8.46405022 L20.611158,8.46457486 L20.6145814,10.3715624 C20.614581
 4,10.3715624 20.6193033,10.5072223 20.4566351,10.4851748 L20.3240775,10.4855748 C20.2275591,10.4858747 20.1212647,10.4862247 20.0442983,10.4865246 C19.9372301,10.4995732 19.9029966,10.4243191 19.9029966,10.3732498 L19.9029966,10.3732498 L19.9029966,7.90078764 C19.9029966,7.90078764 20.4523639,7.90000023 21.3195341,7.90112511 Z M14.5906975,7.90033761 C15.4791162,7.90033761 15.4151349,8.69188761 15.4151349,8.69188761 L15.4157859,9.03107095 C15.4207718,9.08333761 15.4377684,9.47533761 14.8258463,9.47533761 L14.8258463,9.47533761 L12.9361781,9.47533761 C12.9362961,9.47533761 12.9331088,9.68987511 12.9361781,9.70416261 C12.9361781,9.70416261 12.9325186,9.92353761 13.1703825,9.92353761 C13.2851168,9.92353761 14.398989,9.92459021 14.9168121,9.92508555 L15.1790417,9.92533761 C15.1790417,9.92533761 15.298859,9.92713761 15.298859,10.0396376 C15.298859,10.0553426 15.2989535,10.1056616 15.2990743,10.162889 L15.2990006,10.3856371 C15.2960849,10.4157282 15.2786731,10.4878376 15.177153,10.4878376 
 L15.177153,10.4878376 L13.0578841,10.4842376 C13.0578841,10.4842376 12.2303775,10.4878376 12.2303775,9.69943761 L12.2303775,9.69943761 L12.2301414,8.68142511 C12.2301414,8.68142511 12.1688752,7.90033761 13.0731121,7.90033761 L13.0731121,7.90033761 Z M7.38085949,8.46588093 L6.99646286,8.46561705 C6.66823926,8.46665822 6.2098376,8.49616372 6.21016813,9.14706569 C6.21040422,9.84434812 6.68388909,9.92526259 7.07013753,9.92627543 L7.07013753,9.92627543 L7.74097478,9.92605035 C7.86091012,9.92605035 7.85902137,9.81632628 7.85902137,9.81632628 C7.85902137,9.80205009 7.85901174,9.76431251 7.85899522,9.71010814 L7.85854919,8.46685145 C7.85854919,8.46685145 7.63036977,8.46624487 7.38085949,8.46588093 Z M17.1493415,8.46122457 C16.90801,8.46052122 16.7565129,8.46078498 16.6454137,8.4610817 L16.4783862,8.46144965 C16.3585689,8.46144965 16.3603396,8.57128626 16.3603396,8.57128626 L16.3603396,8.57128626 L16.3609298,9.92076109 C16.3609298,9.92076109 16.4028403,9.92086237 16.4703788,9.92100417 L17.29
 51277,9.92100808 C17.6143852,9.91345632 18.0096178,9.84484328 18.0093109,9.24043431 C18.0090748,8.54315188 17.5355899,8.46234995 17.1493415,8.46122457 Z M11.0536947,8.46482578 C11.1606449,8.46482578 11.2848299,8.57905135 11.2842397,8.6899008 C11.2837675,8.77756752 11.2823509,8.71874792 11.2823509,8.80247583 C11.2823509,8.80247583 11.2823509,8.91478826 11.1681999,8.91478826 L9.67840322,8.91498993 C9.5767306,8.91500433 9.51356237,8.91501334 9.51356237,8.91501334 L9.51398545,8.7318947 C9.51401567,8.71475058 9.51403456,8.70047933 9.51403456,8.69158886 C9.51403456,8.57736329 9.62794952,8.46516339 9.75154429,8.46482578 L11.0536947,8.46482578 L11.0536947,8.46482578 Z M14.4770243,8.46482578 L13.1748739,8.46482578 C13.0512791,8.46516339 12.9373641,8.57736329 12.9373641,8.69158886 C12.9373641,8.73604118 12.9368919,8.91501334 12.9368919,8.91501334 C12.9368919,8.91501334 13.0000602,8.91500433 13.1017328,8.91498993 L14.5915295,8.91478826 C14.7056805,8.91478826 14.7056805,8.80247583 14.7056805,8.
 80247583 C14.7056805,8.71874792 14.7070971,8.77756752 14.7075693,8.6899008 C14.7081595,8.57905135 14.5839745,8.46482578 14.4770243,8.46482578 L14.4770243,8.46482578 Z M19.5487707,7 C19.6139324,7 19.6668173,7.05041681 19.6668173,7.11253751 L19.6668173,7.56268756 C19.6668173,7.62480827 19.6139324,7.67522508 19.5487707,7.67522508 L19.0765844,7.67522508 C19.0114226,7.67522508 18.9585378,7.62480827 18.9585378,7.56268756 L18.9585378,7.11253751 C18.9585378,7.05041681 19.0114226,7 19.0765844,7 L19.5487707,7 Z" id="Combined-Shape" fill-opacity="0.4" fill="#000000"></path>
++            <path d="M20,19 L20,20 L6,20 L6,19 L20,19 Z M22.5,17 L22.5,18 L6,18 L6,17 L22.5,17 Z M14.5,15 L14.5,16 L6,16 L6,15 L14.5,15 Z M9,13 L9,14 L6,14 L6,13 L9,13 Z" id="形状结合" fill="url(#linearGradient-8)"></path>
++        </g>
++    </g>
++</svg>
+\ No newline at end of file
+diff --git /dev/null b/src/frame/window/icons/icons/dcc_nav_systeminfo_84px.svg
+index 38c5142b6..6a3b3ac5b 100644
+--- /dev/null
++++ b/src/frame/window/icons/icons/dcc_nav_systeminfo_84px.svg
+@@ -0,0 +1,65 @@
++<?xml version="1.0" encoding="UTF-8"?>
++<svg width="84px" height="84px" viewBox="0 0 84 84" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
++    <!-- Generator: Sketch 62 (91390) - https://sketch.com -->
++    <title>nav_info_84px</title>
++    <desc>Created with Sketch.</desc>
++    <defs>
++        <linearGradient x1="50%" y1="-6.47675357%" x2="50%" y2="98.3804729%" id="linearGradient-1">
++            <stop stop-color="#4F4F4F" offset="0%"></stop>
++            <stop stop-color="#393939" offset="100%"></stop>
++        </linearGradient>
++        <path d="M47.75,0 C52.3063492,-8.36987767e-16 56,3.69365081 56,8.25 L56,22.701 L55.8253777,22.7066714 C53.9816905,22.8063661 52.5174129,24.3329291 52.5174129,26.2014925 C52.5174129,28.1287841 54.0751803,29.6922397 56.0003075,29.7014516 L56,45.75 C56,50.3063492 52.3063492,54 47.75,54 L8.25,54 C3.69365081,54 5.57991845e-16,50.3063492 0,45.75 L0.00021794927,29.7014512 C0.00594636885,29.7014787 0.0116780413,29.7014925 0.0174129353,29.7014925 C1.95040956,29.7014925 3.51741294,28.1344892 3.51741294,26.2014925 C3.51741294,24.2684959 1.95040956,22.7014925 0.0174129353,22.7014925 L0,22.701 L0,8.25 C-5.57991845e-16,3.69365081 3.69365081,8.36987767e-16 8.25,0 L47.75,0 Z M5,48 C4.44771525,48 4,48.4477153 4,49 C4,49.5522847 4.44771525,50 5,50 C5.55228475,50 6,49.5522847 6,49 C6,48.4477153 5.55228475,48 5,48 Z M51,48 C50.4477153,48 50,48.4477153 50,49 C50,49.5522847 50.4477153,50 51,50 C51.5522847,50 52,49.5522847 52,49 C52,48.4477153 51.5522847,48 51,48 Z M5,4 C4.44771525,4 4,4.44771525
  4,5 C4,5.55228475 4.44771525,6 5,6 C5.55228475,6 6,5.55228475 6,5 C6,4.44771525 5.55228475,4 5,4 Z M51,4 C50.4477153,4 50,4.44771525 50,5 C50,5.55228475 50.4477153,6 51,6 C51.5522847,6 52,5.55228475 52,5 C52,4.44771525 51.5522847,4 51,4 Z" id="path-2"></path>
++        <filter x="-25.0%" y="-18.5%" width="150.0%" height="151.9%" filterUnits="objectBoundingBox" id="filter-3">
++            <feOffset dx="0" dy="4" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
++            <feGaussianBlur stdDeviation="4" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
++            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.418378497 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
++        </filter>
++        <filter x="-15.2%" y="-8.3%" width="130.4%" height="131.5%" filterUnits="objectBoundingBox" id="filter-4">
++            <feOffset dx="0" dy="-1" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
++            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
++            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.3 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
++        </filter>
++        <linearGradient x1="25.1955489%" y1="-1.10818286%" x2="90.2645875%" y2="103.4512%" id="linearGradient-5">
++            <stop stop-color="#A8E8FF" offset="0%"></stop>
++            <stop stop-color="#CDBEFF" offset="100%"></stop>
++        </linearGradient>
++        <path d="M12,6 L44,6 C47.3137085,6 50,8.6862915 50,12 L50,42 C50,45.3137085 47.3137085,48 44,48 L12,48 C8.6862915,48 6,45.3137085 6,42 L6,12 C6,8.6862915 8.6862915,6 12,6 Z" id="path-6"></path>
++        <filter x="-4.5%" y="-2.4%" width="109.1%" height="109.5%" filterUnits="objectBoundingBox" id="filter-7">
++            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
++            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
++            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
++        </filter>
++        <filter x="-3.4%" y="-1.2%" width="106.8%" height="107.1%" filterUnits="objectBoundingBox" id="filter-8">
++            <feOffset dx="0" dy="-1" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
++            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
++            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.15 0" type="matrix" in="shadowInnerInner1" result="shadowMatrixInner1"></feColorMatrix>
++            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetInner2"></feOffset>
++            <feComposite in="shadowOffsetInner2" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner2"></feComposite>
++            <feColorMatrix values="0 0 0 0 1   0 0 0 0 1   0 0 0 0 1  0 0 0 0.25 0" type="matrix" in="shadowInnerInner2" result="shadowMatrixInner2"></feColorMatrix>
++            <feMerge>
++                <feMergeNode in="shadowMatrixInner1"></feMergeNode>
++                <feMergeNode in="shadowMatrixInner2"></feMergeNode>
++            </feMerge>
++        </filter>
++        <linearGradient x1="42.8823737%" y1="40.2232518%" x2="54.3020741%" y2="60.4411158%" id="linearGradient-9">
++            <stop stop-color="#000000" stop-opacity="0.25" offset="0%"></stop>
++            <stop stop-color="#000000" stop-opacity="0.2" offset="100%"></stop>
++        </linearGradient>
++    </defs>
++    <g id="nav_info_84px" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
++        <g id="编组" transform="translate(14.000000, 15.000000)">
++            <g id="形状结合">
++                <use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
++                <use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
++                <use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-2"></use>
++            </g>
++            <g id="矩形">
++                <use fill="black" fill-opacity="1" filter="url(#filter-7)" xlink:href="#path-6"></use>
++                <use fill="url(#linearGradient-5)" fill-rule="evenodd" xlink:href="#path-6"></use>
++                <use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-6"></use>
++            </g>
++            <path d="M23.5069797,21.9756752 C23.7506279,21.9756752 23.7520445,21.7680002 23.7518084,21.7470752 C23.7515723,21.6690002 23.7503918,21.1578002 23.7503918,21.0792752 C23.7503918,20.8542752 23.5107572,20.8506752 23.5107572,20.8506752 C23.5107572,20.8506752 19.7935132,20.8470752 19.4934387,20.8470752 C19.017711,20.8470752 19.0250299,20.4083252 19.0250299,20.4083252 C19.0188915,20.3797502 19.025266,19.9506752 19.0250299,19.9506752 L22.8043664,19.9506752 C24.115628,19.9506752 23.9829436,19.0506752 23.9829436,19.0506752 C23.9829436,18.4843502 23.9829436,18.9735002 23.9829436,18.3837752 C23.9829436,18.3837752 24.1109061,16.8006752 22.3340688,16.8006752 L19.298898,16.8006752 C17.4904242,16.8006752 17.6129566,18.3628502 17.6129566,18.3628502 C17.6129566,19.2086252 17.6134288,19.2860252 17.6134288,20.3988752 C17.6134288,21.9756752 19.2684419,21.9684752 19.2684419,21.9684752 M32.4834968,16.8006752 C33.0081772,16.8006752 32.9745126,16.802114 33.2162497,16.8030637 L34.7981113,16.80
 33761 C37.0447739,16.8011254 37.4418827,18.6249083 37.4442436,19.4952734 C37.4463684,20.3658636 37.055162,21.9752251 34.8332891,21.9743248 L34.8332891,21.9743248 L32.7200621,21.9743248 C32.7200621,21.9743248 32.7200289,22.036733 32.719975,22.138268 L32.7191178,23.7679476 C32.7191178,24 32.4832607,24 32.4832607,24 L31.5324904,23.9995604 C31.4871651,23.9964832 31.305864,23.9718656 31.305864,23.774925 L31.305864,23.774925 L31.305864,17.9195232 C31.305864,17.9195232 31.3053918,16.8006752 32.4834968,16.8006752 Z M39.0975414,16.8006752 C39.2278649,16.8006752 39.3336346,16.9014752 39.3336346,17.0256752 L39.3336346,21.7506752 C39.3336346,21.8748752 39.2278649,21.9756752 39.0975414,21.9756752 L38.1531687,21.9756752 C38.0228453,21.9756752 37.9170755,21.8748752 37.9170755,21.7506752 L37.9170755,17.0256752 C37.9170755,16.9014752 38.0228453,16.8006752 38.1531687,16.8006752 L39.0975414,16.8006752 Z M42.4065504,16.8019666 L42.6390682,16.8022502 C44.3734087,16.8045 45,17.4760251 45,18.7230612 L45,1
 8.7230612 L45,21.7503241 C45,21.8745103 44.8944663,21.9750741 44.7641429,21.975299 L44.7641429,21.975299 L43.8202424,21.975749 C43.6894468,21.975974 43.583677,21.8749602 43.5839131,21.7503241 L43.5839131,21.7503241 L43.5907598,18.8254248 C43.5907598,17.719223 42.676607,17.9273499 42.6371795,17.9273499 C42.0954468,17.9273499 41.4429072,17.9286722 41.2675231,17.92905 L41.2223161,17.9291497 L41.2291628,21.7431249 C41.2291628,21.7431249 41.2386065,22.0144447 40.9132701,21.9703496 C40.682371,21.9710245 40.3194958,21.9721494 40.0885966,21.9730493 C39.8744601,21.9991464 39.8059931,21.8486381 39.8059931,21.7464995 L39.8059931,21.7464995 L39.8059931,16.8015753 C39.8059931,16.8015753 40.9047277,16.8000005 42.6390682,16.8022502 Z M29.1813951,16.8006752 C30.9582323,16.8006752 30.8302698,18.3837752 30.8302698,18.3837752 L30.8309442,19.0560847 C30.8393487,19.1306339 30.9033514,19.9506752 29.6516927,19.9506752 L29.6516927,19.9506752 L25.8723561,19.9506752 C25.8725922,19.9506752 25.8662177,20.37975
 02 25.8723561,20.4083252 C25.8723561,20.4083252 25.8650372,20.8470752 26.340765,20.8470752 C26.5630423,20.8470752 28.6603099,20.8490505 29.7328415,20.8500748 L30.3580835,20.8506752 C30.3580835,20.8506752 30.597718,20.8542752 30.597718,21.0792752 C30.597718,21.1578002 30.5988985,21.6690002 30.5991346,21.7470752 C30.5993707,21.7680002 30.5979541,21.9756752 30.354306,21.9756752 L30.354306,21.9756752 L26.1157682,21.9684752 C26.1157682,21.9684752 24.460755,21.9756752 24.460755,20.3988752 L24.460755,20.3988752 L24.4602828,18.3628502 C24.4602828,18.3628502 24.3377504,16.8006752 26.1462242,16.8006752 L26.1462242,16.8006752 Z M16.9108677,15.0004396 C16.9564906,15.0035168 17.1389821,15.0281344 17.1389821,15.225075 L17.1389821,15.225075 L17.1388264,20.8638119 C17.1359236,20.9647676 17.0789329,21.9743248 15.9604161,21.9743248 C15.4358206,21.9743248 15.4689691,21.972886 15.2269069,21.9719363 L13.6450562,21.9716239 C11.3993145,21.9738746 11.0023685,20.1500917 11.0000086,19.2797266 C10.9978846,18.
 4093615 11.3889306,16.8 13.6098927,16.8006752 L13.6098927,16.8006752 L15.7222958,16.8006752 C15.7222958,16.8006752 15.7228034,15.96703 15.7230742,15.5151407 L15.7232398,15.2320524 C15.7232398,15 15.9597082,15 15.9597082,15 Z M14.8326727,17.931869 L13.9575165,17.9314069 C13.3040281,17.9358203 12.419687,18.0155739 12.4203363,19.2941314 C12.4208084,20.6886962 13.3677782,20.8505252 14.1402751,20.8525509 C14.5906228,20.8538638 14.8845393,20.8534918 15.1023654,20.8529538 L15.4819496,20.8521007 C15.7218202,20.8521007 15.7180427,20.6326526 15.7180427,20.6326526 C15.7180427,20.6041002 15.7180235,20.528625 15.7179904,20.4202163 L15.7170984,17.9337029 C15.7170984,17.9337029 15.3031675,17.9326025 14.8326727,17.931869 Z M34.2986829,17.9224491 C33.8481974,17.9211362 33.5542236,17.9215082 33.3363736,17.9220462 L32.9567723,17.9228993 C32.7171377,17.9228993 32.7206791,18.1425725 32.7206791,18.1425725 L32.7209852,18.9310298 C32.7210102,18.9881504 32.721036,19.0468584 32.7210625,19.1066354 L32.7218596
 ,20.8415222 C32.7218596,20.8415222 33.1357905,20.8425225 33.6062852,20.8431894 L34.4814414,20.8435931 C35.1349299,20.8391797 36.019271,20.7594261 36.0186217,19.4808686 C36.0181495,18.0863038 35.0711798,17.9246999 34.2986829,17.9224491 Z M22.1073894,17.9296516 C22.3212898,17.9296516 22.5696599,18.1581027 22.5684794,18.3798016 C22.5676924,18.5259128 22.5655938,18.4685708 22.5649161,18.5423054 L22.5647019,18.6049517 C22.5647019,18.6049517 22.5647019,18.8295765 22.3363998,18.8295765 L19.2617796,18.8299933 C19.1148584,18.8300142 19.0271247,18.8300267 19.0271247,18.8300267 L19.0278819,18.5106454 C19.027992,18.4559428 19.0280691,18.4085791 19.0280691,18.3831777 C19.0280691,18.1547266 19.255899,17.9303268 19.5030886,17.9296516 L22.1073894,17.9296516 L22.1073894,17.9296516 Z M28.9540486,17.9296516 L26.3497477,17.9296516 C26.1025582,17.9303268 25.8747283,18.1547266 25.8747283,18.3831777 C25.8747283,18.446681 25.8742464,18.6474495 25.8739711,18.7569904 L25.8737839,18.8300267 C25.8737839,18.830
 0267 25.9615175,18.8300142 26.1084387,18.8299933 L29.1830589,18.8295765 C29.411361,18.8295765 29.411361,18.6049517 29.411361,18.6049517 C29.411361,18.4374958 29.4141942,18.555135 29.4151385,18.3798016 C29.416319,18.1581027 29.167949,17.9296516 28.9540486,17.9296516 L28.9540486,17.9296516 Z M39.0975414,15 C39.2278649,15 39.3336346,15.1008336 39.3336346,15.225075 L39.3336346,16.1253751 C39.3336346,16.2496165 39.2278649,16.3504502 39.0975414,16.3504502 L38.1531687,16.3504502 C38.0228453,16.3504502 37.9170755,16.2496165 37.9170755,16.1253751 L37.9170755,15.225075 C37.9170755,15.1008336 38.0228453,15 38.1531687,15 L39.0975414,15 Z" id="Combined-Shape" fill-opacity="0.4" fill="#000000"></path>
++            <path d="M28,39 L28,40 L12,40 L12,39 L28,39 Z M23,37 L23,38 L12,38 L12,37 L23,37 Z M40,35 L40,36 L12,36 L12,35 L40,35 Z M45,33 L45,34 L12,34 L12,33 L45,33 Z M45,31 L45,32 L12,32 L12,31 L45,31 Z M29,29 L29,30 L12,30 L12,29 L29,29 Z M18,27 L18,28 L12,28 L12,27 L18,27 Z" id="形状结合" fill="url(#linearGradient-9)"></path>
++        </g>
++    </g>
++</svg>
+\ No newline at end of file



More information about the arch-commits mailing list