Schneegans / Fly-Pie

:pie: Fly-Pie is an innovative marking menu written as a GNOME Shell extension.
http://schneegans.github.io/news/2021/12/02/flypie10
MIT License
1.21k stars 26 forks source link

Fly-Pie Menu not showing icons consistently #283

Closed hendersj closed 1 year ago

hendersj commented 1 year ago

Describe the Bug

In the actual Fly-Pie menu, images are not displayed for items I created (the settings gear does show). In the configuration utility, the images are shown.

Menu pop-up: image

Configuration screen: image

Steps to reproduce the behavior:

  1. Open the menu using Super+Right Mouse Button
  2. Note that the menu isn't showing the images
  3. Open the configuration tool using the gear option in the menu
  4. Note that the menu configuration shows the images

There's no log output using the journalctl command related to flypie.

Expected Behavior

The icons should show the graphics rather than the icon name as shown in the screenshots.

System

Please complete the following information:

Schneegans commented 1 year ago

Hey there, thanks for the report! There landed some changes in GNOME 44 recently which changed how icons are loaded (previously this was done using GTK3, now it uses some custom code). This seems to affect Fly-Pie and I can indeed reproduce this.

I'll see if I find a solution!

hendersj commented 1 year ago

Excellent, thanks! Let me know if there's anything else I can provide.

Schneegans commented 1 year ago

This should be fixed in the current main branch! Now you either have to wait for the next release or build the extension from source :wink:

hendersj commented 1 year ago

Thanks - appreciate the quick fix. I will look to pull down the code and build it locally until the next release is avaialble.

hendersj commented 1 year ago

Just FYI, I saw that the update is now released, and it works perfectly here. Thanks again for the quick resolution!