universal-access: Fix icon name in .desktop file

The full icon name is `org.gnome.Settings-accessibility-symbolic`. Even
though it was still being found due to the way icon lookup works, the
Fedora Update System (bodhi) Automated Testing tagged this with

Desktop file /usr/share/applications/gnome-universal-access-panel.desktop
on x86_64 references icon org.gnome.Settings-accessibility but no
subpackages contain org.gnome.Settings-accessibility

So, fix that.
This commit is contained in:
Matthijs Velsink 2024-04-24 23:01:31 +02:00 committed by Felipe Borges
parent 4d9556794f
commit fd651824d9

View file

@ -3,7 +3,7 @@ Name=Accessibility
Comment=Make it easier to see, hear, type, point and click Comment=Make it easier to see, hear, type, point and click
Exec=gnome-control-center universal-access Exec=gnome-control-center universal-access
# Translators: Do NOT translate or transliterate this text (this is an icon file name)! # Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=org.gnome.Settings-accessibility Icon=org.gnome.Settings-accessibility-symbolic
Terminal=false Terminal=false
Type=Application Type=Application
NoDisplay=true NoDisplay=true