Fix typo in the gnome-applications-panel.desktop file

Resolves: rhbz#2041348
This commit is contained in:
Felipe Borges 2022-01-20 15:23:36 +01:00
parent 6ddb456f60
commit 2dbca0f49e
2 changed files with 6 additions and 2 deletions

View File

@ -26,7 +26,7 @@ index 86e816645..83616c89e 100644
# FIXME
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
-Icon=preferences-desktop-apps
+icon=preferences-desktop-apps-symbolic
+Icon=preferences-desktop-apps-symbolic
Terminal=false
Type=Application
NoDisplay=true

View File

@ -14,7 +14,7 @@
Name: gnome-control-center
Version: 40.0
Release: 17%{?dist}
Release: 18%{?dist}
Summary: Utilities to configure the GNOME desktop
License: GPLv2+ and CC-BY-SA
@ -221,6 +221,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center
%dir %{_datadir}/gnome/wm-properties
%changelog
* Thu Jan 20 2022 Felipe Borges <feborges@redhat.com> - 40.0-18
- Fix typo in the previous patch
- Resolves: #2041348
* Fri Jan 14 2022 Felipe Borges <feborges@redhat.com> - 40.0-17
- Set an existing Icon name in the Applications' panel desktop file
- Resolves: #2041348