oae / gnome-shell-minimize-to-tray

Minimize any app to tray
GNU General Public License v2.0
63 stars 4 forks source link

v5 doesn't seem to work in Ubuntu 20 - gnome-shell 3.36.4 #12

Closed pabloh84 closed 3 years ago

pabloh84 commented 3 years ago

I installed by downloading the zip file, extracting it and copying it to ~/.local/share/gnome-shell/extensions/ and restarting the shell.

The extension seems to load without errors but nothing happens when the big "+" button is clicked.

Any logs or anything I can do to help diagnose the problem? LookingGlass shows no errors...

image

oae commented 3 years ago

you need to have dependencies installed for it to work. For logs you can check journalctl -f /usr/bin/gjs-console

pabloh84 commented 3 years ago

That was it! xdotool was missing!

Sorry about it since it was clearly stated in the instructions but somehow I missed it!

Thanks a lot for your help and your great work!