Displays a random quote on the desktop background. Minimal and simple.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Is this code generated by AI? If so, we have a rule for that: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated)
I used AI to generate the code while testing it along the way. What's the way forward? It's not a problem for me to walk over every line to check/fix all API calls and remove the comments as well without using AI. Would that make it acceptable?
If you understand the code and willing to maintain the code, I can review it for you.
That would be useful. And yes, i am planning to maintain the code and I in fact have features i plan to add in the future.
Don't need to use any parameters for `this.getSettings()` if you already have that in `metadata.json`. ```json "settings-schema": "org.gnome.shell.extensions.random-quotes-desktop", ``` If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
Looks like i need to walk over the entire code. Let me take some time doing that