Added menu icon

i9ce changed/i9/gnome-shell-extension-arcmenu-27-3.el9
Arkady L. Shane 1 year ago
parent af1a4c9861
commit ffeab27cf2
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -34,7 +34,7 @@ index 9638cb6..72f2c3a 100644
</key>
<key type="s" name="custom-menu-button-icon">
- <default>''</default>
+ <default>'/usr/share/icons/hicolor/256x256/apps/fedora-logo-icon.png'</default>
+ <default>'/usr/share/pixmaps/msvsphere-menu.png'</default>
<summary>File path of the custom icon for the menu button.</summary>
<description>File path of the custom icon for the menu button.</description>
</key>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

@ -5,11 +5,12 @@
Summary: Gnome shell extension designed to replace the standard menu
Name: gnome-shell-extension-arcmenu
Version: 27
Release: 2%{dist}
Release: 3%{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
BuildArch: noarch
@ -48,6 +49,9 @@ rm -rf %{buildroot}%{_datadir}/gnome-shell/extensions/arcmenu@arcmenu.com/media/
# fix mod
find %{buildroot} -type f -exec chmod 644 {} \;
mkdir -p %{buildroot}%{_datadir}/pixmaps/
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
%find_lang %{realnamel} --with-gnome
%files -f %{realnamel}.lang
@ -58,8 +62,12 @@ find %{buildroot} -type f -exec chmod 644 {} \;
%{_datadir}/gnome-shell/extensions/%{uuid}/menulayouts
%{_datadir}/gnome-shell/extensions/%{uuid}/schemas
%{_datadir}/gnome-shell/extensions/%{uuid}/searchProviders
%{_datadir}/pixmaps/msvsphere-menu.png
%changelog
* Mon Aug 21 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 27-3
- Added menu icon
* Wed Aug 9 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 27-2
- Change Menu icon

Loading…
Cancel
Save