nwg-piotr / nwg-panel

GTK3-based panel for sway and Hyprland Wayland compositors
MIT License
618 stars 42 forks source link

[BUG] Some icons in nwg-panel-config don't load properly if your icon theme is not Papirus #139

Closed tewkanz closed 2 years ago

tewkanz commented 2 years ago

Describe the bug Some of the icons used in nwg-panel-config are referenced by names that aren't present in Adwaita (default for Gnome) or Breeze (default for KDE). It'd be nice if using Papirus wasn't a hard requirement.

To Reproduce Steps to reproduce the behavior:

  1. Set your icon theme to something other than Papirus
  2. Open nwg-panel-config.

Expected behavior All of these icons have functional equivalents in Adwaita, they just aren't called 'gtk-edit', or 'gtk-go-up', or 'gtk-go-down'.

Screenshots image

Desktop (please complete the following information):

Additional context In Adwaita: gtk-go-up => go-up gtk-go-down => go-down gtk-edit => document-edit gtk-remove => list-remove gtk-add => list-add gtk-apply => object-select

Admittedly, these aren't as expressive as the names in Papirus :(

nwg-piotr commented 2 years ago

You're right. I always have something more urgent to do, but this needs to be fixed.

nwg-piotr commented 2 years ago

Should be fixed now.