Review of "Show Desktop Button" version 28

Details Page Preview

Minimize/unminimize all open windows with a single click.

Extension Homepage
https://github.com/amivaleo/Show-Desktop-Button

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

JustPerfection rejected
Please remove .pot file and send it again.
amivaleo posted a review
Why can't I keep it now? :(
JustPerfection posted a review
btw, please fix the description for unwanted characters.
JustPerfection posted a review
pot files aren't need for the ego packages: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files
amivaleo posted a review
Oh. I see. Thank you!
JustPerfection posted a review
To avoid that, you can remove all compiled files from your repo and use po folder there. For example, 1. Create `po` folder with .po and .pot files: https://gitlab.gnome.org/jrahmatzadeh/just-perfection/-/tree/main/po 2. Now you can build your package with this command: ```bash gnome-extensions pack . --force --podir="po" ``` You can also use my scripts for that: https://gitlab.gnome.org/jrahmatzadeh/just-perfection/-/tree/main/scripts Same for schemas compiled file which can get compiled automatically by `gnome-extensions pack`. You don't need it on the repo. Let me know if you need any help with that.
amivaleo posted a review
Thank you JustPi. I bookmark this.