wf-shell icon indicating copy to clipboard operation
wf-shell copied to clipboard

[wf-dock] improved icon search.

Open jgmdev opened this issue 5 years ago • 2 comments

Fixes application icons not found like Quassel Client where the icon is not named org.kde.quassel but quassel or Wayfire config manager which .desktop file is not named org.gtk.wayfire-config-manager.desktop but instead wayfire-config-manager.desktop.

jgmdev avatar Jan 31 '21 23:01 jgmdev

Would you like to do that? (there are already shared things in src/util/)

I think I can do it, maybe it can be moved to src/util/gtk-utils.hpp or create a separate src/util/gtk-iconprovider.hpp file. What do you think is more desirable?

jgmdev avatar Feb 02 '21 07:02 jgmdev

I think I can do it, maybe it can be moved to src/util/gtk-utils.hpp or create a separate src/util/gtk-iconprovider.hpp file. What do you think is more desirable?

I think it is fine to put it in gtk-utils

ammen99 avatar Feb 02 '21 07:02 ammen99