LynithDev / gnome-app-hider

GNU General Public License v2.0
41 stars 5 forks source link

Doesn’t work on GNOME 44 #2

Closed ai closed 1 year ago

ai commented 1 year ago

I tried on Fedora 38. I see Hide item in the menu, but clicking on it doesn’t hide the icon (but the hidden app appears in extension settings).

LynithDev commented 1 year ago

Hm that's strange. I'll attempt to fix it when I have time as well as another issue I found earlier today. I'll let you know when I've fixed it

LynithDev commented 1 year ago

Hey again. I ran a live install of Fedora 38 beta to try out GNOME 44 and try recreate the issue. Though the extension works fine.

Potential fix 1 Can you make sure you're running the latest version (3) of the extension first.

Otherwise... Could you open a terminal, and run the following command for me:

journalctl -f -o cat /usr/bin/gnome-shell

After that, re-enable the extension and try hiding an app icon. If you see anything in the terminal that references the extension, please copy and paste the text here so I can attempt to fix the issue

ai commented 1 year ago

I found the reason of bug: it is a conflict with Alphabetical App Grid

LynithDev commented 1 year ago

Looking at the extensions source, it does indeed cause an incompatibility. I'll try my best to make it compatible nevertheless. Thanks for the report

LynithDev commented 1 year ago

Well, I uploaded a fix for your issue. However I can't seem to fix 2 things:

  1. Alphabetical Grid Order sometimes causes the icons to not animate / reload the app display properly
  2. Alphabetical Grid Order will not reload the folder view when you hide an app (You can just exit the folder view and go back in and the icon should be hidden)
ai commented 1 year ago

Thanks a lot! Works as charm