cboxdoerfer / fsearch

A fast file search utility for Unix-like systems based on GTK3
GNU General Public License v2.0
3.27k stars 207 forks source link

[BUG] The icon of "Preferences" menu is shown as a broken image #552

Open ryonakano opened 4 months ago

ryonakano commented 4 months ago

Describe the bug The icon of "Edit" → "Preferences" menu is not shown and the broken image icon is shown instead.

To Reproduce

  1. Launch FSearch
  2. Open "Edit" → "Preferences" in the menu bar
  3. See the icon of "Preferences" menu item is shown as the broken image icon

Expected behavior The icon of "Preferences" menu item should be an appropriate icon instead of the broken image icon.

Screenshots screenshot

Desktop (please complete the following information):

Additional context I think this is because there is no such icon named preferences-desktop both in the system and in the source of FSearch which is specified here:

https://github.com/cboxdoerfer/fsearch/blob/8cdfff45fcb2eea69d78b1fc2d6a19202dbc9332/src/menus.ui#L87

user@fedora:~/work/fsearch$ find /usr/share/icons/ -name "preferences-desktop*"
/usr/share/icons/Adwaita/symbolic/legacy/preferences-desktop-accessibility-symbolic.svg
/usr/share/icons/Adwaita/symbolic/legacy/preferences-desktop-appearance-symbolic.svg
/usr/share/icons/Adwaita/symbolic/legacy/preferences-desktop-apps-symbolic.svg
/usr/share/icons/Adwaita/symbolic/legacy/preferences-desktop-display-symbolic.svg
/usr/share/icons/Adwaita/symbolic/legacy/preferences-desktop-font-symbolic.svg
/usr/share/icons/Adwaita/symbolic/legacy/preferences-desktop-keyboard-shortcuts-symbolic.svg
/usr/share/icons/Adwaita/symbolic/legacy/preferences-desktop-keyboard-symbolic.svg
/usr/share/icons/Adwaita/symbolic/legacy/preferences-desktop-locale-symbolic.svg
/usr/share/icons/Adwaita/symbolic/legacy/preferences-desktop-multitasking-symbolic.svg
/usr/share/icons/Adwaita/symbolic/legacy/preferences-desktop-remote-desktop-symbolic.svg
/usr/share/icons/Adwaita/symbolic/legacy/preferences-desktop-screensaver-symbolic.svg
/usr/share/icons/Adwaita/symbolic/legacy/preferences-desktop-wallpaper-symbolic.svg
user@fedora:~/work/fsearch$ git grep -nw preferences-desktop
src/menus.ui:87:                    <attribute name="icon">preferences-desktop</attribute>
user@fedora:~/work/fsearch$