sustmi/gnome-shell-extensions-sustmi

Window Overlay Icon support for Gnome 3.6

Closed this issue · 3 comments

Hi there,

Adding the 3.6 version of Gnome-Shell to the extension metadata file seems to do the trick.

I can't confirm this, because I still have gnome-shell 3.4, but I'll just believe you. ;)
Resolved in 723f46f.

FYI, I ran across a fix in the Remmina search provider extension that would need to be implemented here too:

alexmurray/remmina-search-provider@288861c

Apparently, the St.IconType reference was removed in version 3.6 as well, and this project uses that in what appears to be the case when an application's icon cannot be loaded successfully, around line 57 of extension.js.

I don't know what the correct fix is in this case; otherwise, I would provide a pull request for you.

Thank you FYI. :)
Fixed in ead7d41.