From 5781cea055c4b6511bfeb190298d73aeb98719d3 Mon Sep 17 00:00:00 2001 From: yaoguangzhong Date: Mon, 12 Dec 2022 15:03:24 +0800 Subject: [PATCH] [PATCH]nautius: display tooltip content category: bugfix bugzilla: https://gitee.com/src-openeuler/nautilus/issues/I65SOV?from=project-issue Signed-off-by: Guangzhong Yao --- nautilus.spec | 9 +- nautius-3.33.90-display-tooltip-content.patch | 89 +++++++++++++++++++ 2 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 nautius-3.33.90-display-tooltip-content.patch diff --git a/nautilus.spec b/nautilus.spec index af1e78e..36d8066 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -1,6 +1,6 @@ Name: nautilus Version: 3.33.90 -Release: 5 +Release: 6 Summary: Default file manager for GNOME License: GPLv3+ and LGPLv2+ URL: https://wiki.gnome.org/Apps/Nautilus @@ -17,6 +17,7 @@ Obsoletes: %{name}-extensions Patch01: nautius-3.33.90-translate-information-to-chinese.patch Patch02: nautius-3.33.90-translate-English-tips-information-to-chinese.patch +Patch03: nautius-3.33.90-display-tooltip-content.patch %description It's easier to manage your files for the GNOME desktop. Ability to browse directories on local and remote systems. @@ -82,6 +83,12 @@ make test %{_datadir}/metainfo/* %changelog +* Mon Dec 12 2022 Guangzhong Yao - 3.33.90-6 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC: display tooltop content + * Sun Dec 11 2022 Guangzhong Yao - 3.33.90-5 - Type:bugfix - Id:NA diff --git a/nautius-3.33.90-display-tooltip-content.patch b/nautius-3.33.90-display-tooltip-content.patch new file mode 100644 index 0000000..6b53ed5 --- /dev/null +++ b/nautius-3.33.90-display-tooltip-content.patch @@ -0,0 +1,89 @@ +From 5f431fab261657050f315663f15d5548d30b21b5 Mon Sep 17 00:00:00 2001 +From: yangzhuangzhuang +Date: Fri, 26 Aug 2022 11:26:25 +0800 +Subject: [PATCH] display tooltip content + +--- + po/zh_CN.po | 8 ++++++++ + src/resources/ui/nautilus-toolbar.ui | 7 +++++++ + 2 files changed, 15 insertions(+) + +diff --git a/po/zh_CN.po b/po/zh_CN.po +index 3bab9e8..651e8c2 100644 +--- a/po/zh_CN.po ++++ b/po/zh_CN.po +@@ -5870,3 +5870,11 @@ msgstr "无法粘贴文件" + msgid "Show _Sidebar" + msgstr "显示侧边栏(_S)" + ++msgid "New window" ++msgstr "新建窗口" ++ ++msgid "Cut" ++msgstr "剪切" ++ ++msgid "Copy" ++msgstr "复制" +diff --git a/src/resources/ui/nautilus-toolbar.ui b/src/resources/ui/nautilus-toolbar.ui +index de22315..9748857 100644 +--- a/src/resources/ui/nautilus-toolbar.ui ++++ b/src/resources/ui/nautilus-toolbar.ui +@@ -26,6 +26,7 @@ + True + True + app.new-window ++ New window + + + True +@@ -47,6 +48,7 @@ + True + True + win.new-tab ++ New tab + + + True +@@ -68,6 +70,7 @@ + True + True + view.new-folder ++ New Folder + + + True +@@ -131,6 +134,7 @@ + center + True + view.cut ++ Cut + + + True +@@ -153,6 +157,7 @@ + center + True + view.copy ++ Copy + + + True +@@ -175,6 +180,7 @@ + center + True + view.paste ++ Paste + + + True +@@ -709,6 +715,7 @@ + center + center + app_menu ++ Open menu + + + True +-- +2.27.0 +