- Display on all monitors

- Set a hotkey (Super-X) to open ArcMenu
i9ce changed/i9/gnome-shell-extension-arcmenu-27-6.el9
Arkady L. Shane 1 year ago
parent 164ca0a605
commit aa2839d840
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -1,14 +1,14 @@
From 986451b8b453d3a0859e21f8d60325275fd62376 Mon Sep 17 00:00:00 2001
From 54def8303329e0321e8b91b07585c4b204dc7580 Mon Sep 17 00:00:00 2001
From: tigro <arkadiy.sheyn@softline.com>
Date: Wed, 9 Aug 2023 18:03:33 +0300
Subject: [PATCH] Customize Arc Menu
Subject: [PATCH 1/3] Customize Arc Menu
---
.../org.gnome.shell.extensions.arcmenu.gschema.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
index 9638cb6..72f2c3a 100644
index 9638cb6..450b222 100644
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
@@ -124,7 +124,7 @@

@ -0,0 +1,25 @@
From b43a4e3bba422a38e55716133d7da8f2bbad3b45 Mon Sep 17 00:00:00 2001
From: tigro <arkadiy.sheyn@softline.com>
Date: Mon, 4 Sep 2023 19:25:29 +0300
Subject: [PATCH 2/3] Display on all monitors
---
schemas/org.gnome.shell.extensions.arcmenu.gschema.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
index 450b222..92b66ce 100644
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
@@ -509,7 +509,7 @@
<description>See Constants.js PowerOptions</description>
</key>
<key type="b" name="multi-monitor">
- <default>false</default>
+ <default>true</default>
<summary>Display on all monitors</summary>
<description>Display the menu on all monitors when using Dash to Panel.</description>
</key>
--
2.41.0

@ -0,0 +1,25 @@
From 717f755e03fd2e51edee587d8ff2e8e9df466131 Mon Sep 17 00:00:00 2001
From: tigro <arkadiy.sheyn@softline.com>
Date: Mon, 4 Sep 2023 19:26:29 +0300
Subject: [PATCH 3/3] set a hotkey (Super-X) to open ArcMenu
---
schemas/org.gnome.shell.extensions.arcmenu.gschema.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
index 92b66ce..ace9cc9 100644
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
@@ -534,7 +534,7 @@
<description>Custom hot corner terminal command.</description>
</key>
<key name="menu-hotkey" enum="org.gnome.shell.extensions.arcmenu.menu-hotkey">
- <default>'Undefined'</default>
+ <default>'Custom'</default>
<summary>Set a hotkey to open ArcMenu</summary>
<description>Set a hotkey to open ArcMenu.</description>
</key>
--
2.41.0

@ -5,13 +5,15 @@
Summary: Gnome shell extension designed to replace the standard menu
Name: gnome-shell-extension-arcmenu
Version: 27
Release: 5%{dist}
Release: 6%{dist}
License: GPLv2
URL: https://gitlab.com/arcmenu/ArcMenu/
Source0: https://gitlab.com/arcmenu/ArcMenu/-/archive/v%{version}/ArcMenu-v%{version}.tar.bz2
Source1: msvsphere-menu.png
Patch0: 0001-Customize-Arc-Menu.patch
Patch1: 0002-Display-on-all-monitors.patch
Patch2: 0003-set-a-hotkey-Super-X-to-open-ArcMenu.patch
BuildArch: noarch
@ -65,6 +67,10 @@ install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
%{_datadir}/pixmaps/msvsphere-menu.png
%changelog
* Mon Sep 4 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 27-6
- Display on all monitors
- Set a hotkey (Super-X) to open ArcMenu
* Wed Aug 23 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 27-5
- Update menu icon again

Loading…
Cancel
Save