Hide the search file tool on start menu
Signed-off-by: kylinsecos_admin <gitee@kylinos.com.cn> (cherry picked from commit 1f09f5efe2161e038f28262423da6f7e622bb9a4)
This commit is contained in:
parent
d3b1677662
commit
d066a36fef
@ -1,7 +1,12 @@
|
|||||||
From a9a2a59927d204f83efa9666272a88fbc6e91b92 Mon Sep 17 00:00:00 2001
|
From 80277a6d3742c478932bd23ac2ab58efdd2490d8 Mon Sep 17 00:00:00 2001
|
||||||
From: tangjie02 <tangjie02@kylinsec.com.cn>
|
From: tangjie02 <tangjie02@kylinsec.com.cn>
|
||||||
Date: Tue, 21 Dec 2021 20:01:41 +0800
|
Date: Thu, 3 Mar 2022 10:13:06 +0800
|
||||||
Subject: [PATCH] feature(menu): Hide the search file tool on start menu.
|
Subject: [PATCH] feature(menu): Hide the search file tool on start menu.
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
- 隐藏开始菜单中的搜索文件按钮
|
||||||
|
|
||||||
Signed-off-by: tangjie02 <tangjie02@kylinsec.com.cn>
|
Signed-off-by: tangjie02 <tangjie02@kylinsec.com.cn>
|
||||||
---
|
---
|
||||||
@ -9,22 +14,22 @@ Signed-off-by: tangjie02 <tangjie02@kylinsec.com.cn>
|
|||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/src/menu/menu-applet-window.cpp b/src/menu/menu-applet-window.cpp
|
diff --git a/src/menu/menu-applet-window.cpp b/src/menu/menu-applet-window.cpp
|
||||||
index 89e0887..a89fc1b 100644
|
index 2c96254..1266b2d 100644
|
||||||
--- a/src/menu/menu-applet-window.cpp
|
--- a/src/menu/menu-applet-window.cpp
|
||||||
+++ b/src/menu/menu-applet-window.cpp
|
+++ b/src/menu/menu-applet-window.cpp
|
||||||
@@ -629,10 +629,10 @@ void MenuAppletWindow::add_sidebar_buttons()
|
@@ -655,10 +655,10 @@ void MenuAppletWindow::add_sidebar_buttons()
|
||||||
"mate-panel --run-dialog");
|
"mate-panel --run-dialog");
|
||||||
side_box->add(*launcher_btn);
|
side_box->add(*launcher_btn);
|
||||||
|
|
||||||
- launcher_btn = create_launcher_button("/kiran-menu/sidebar/search-files",
|
- launcher_btn = create_launcher_button("kiran-menu-search-files-symbolic",
|
||||||
+ /*launcher_btn = create_launcher_button("/kiran-menu/sidebar/search-files",
|
+ /*launcher_btn = create_launcher_button("kiran-menu-search-files-symbolic",
|
||||||
_("Search Files"),
|
_("Search Files"),
|
||||||
"mate-search-tool");
|
"mate-search-tool");
|
||||||
- side_box->add(*launcher_btn);
|
- side_box->add(*launcher_btn);
|
||||||
+ side_box->add(*launcher_btn);*/
|
+ side_box->add(*launcher_btn);*/
|
||||||
|
|
||||||
launcher_btn = create_launcher_button("/kiran-menu/sidebar/home-dir",
|
launcher_btn = create_launcher_button("kiran-menu-home-dir-symbolic",
|
||||||
_("Home Directory"),
|
_("Home Directory"),
|
||||||
--
|
--
|
||||||
2.27.0
|
2.18.1
|
||||||
|
|
||||||
|
|||||||
@ -1,12 +1,15 @@
|
|||||||
Name: kiran-menu
|
Name: kiran-menu
|
||||||
Version: 2.2.6
|
Version: 2.2.6
|
||||||
Release: 5.kb2
|
Release: 6
|
||||||
Summary: Applets for mate panel from Kiran Desktop
|
Summary: Applets for mate panel from Kiran Desktop
|
||||||
|
|
||||||
License: Mulan PSL v2
|
License: Mulan PSL v2
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
|
||||||
|
Patch1000: 0001-feature-menu-Hide-the-search-file-tool-on-start-menu.patch
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: cmake > 3.0
|
BuildRequires: cmake > 3.0
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gtkmm30-devel
|
BuildRequires: gtkmm30-devel
|
||||||
@ -82,6 +85,9 @@ gtk-update-icon-cache -f /usr/share/icons/hicolor/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 02 2022 tangjie02 <tangjie02@kylinos.com.cn> - 2.2.6-6
|
||||||
|
- KYOS-F: Hide the search file tool on start menu.
|
||||||
|
|
||||||
* Wed Jan 12 2022 caoyuanji <caoyuanji@kylinos.com.cn> - 2.2.6-5.kb2
|
* Wed Jan 12 2022 caoyuanji <caoyuanji@kylinos.com.cn> - 2.2.6-5.kb2
|
||||||
- rebuild for KY3.4-5-KiranUI-2.2
|
- rebuild for KY3.4-5-KiranUI-2.2
|
||||||
|
|
||||||
@ -150,7 +156,7 @@ gtk-update-icon-cache -f /usr/share/icons/hicolor/
|
|||||||
* Tue Jul 20 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.3-5.ky3
|
* Tue Jul 20 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.3-5.ky3
|
||||||
- KYOS-B: Check whether system can shutdown when show power buttons.(#39572 #40713)
|
- KYOS-B: Check whether system can shutdown when show power buttons.(#39572 #40713)
|
||||||
|
|
||||||
* Thu Jul 16 2021 wangxiaoqing <wangxiaoqing@kylinos.com.cn> 2.2.3-4.ky3.kb1
|
* Fri Jul 16 2021 wangxiaoqing <wangxiaoqing@kylinos.com.cn> 2.2.3-4.ky3.kb1
|
||||||
- KYOS-B: add the About menu translator.(#39692)
|
- KYOS-B: add the About menu translator.(#39692)
|
||||||
|
|
||||||
* Wed Jul 14 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.3-4.ky3
|
* Wed Jul 14 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.3-4.ky3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user