A GNOME extension to toggle the ULauncher service on/off from the quick settings menu
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
2 | Active |
1 | Rejected |
1. Please remove `settings-schema` from `metadata.json` since you are not using it. 2. Isn't Ulauncher exposing the feature that you can use it in d-bus instead of spawn command? [GJS Guide: D-Bus](https://gjs.guide/guides/gio/dbus.html) 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
> 1. Please remove `settings-schema` from `metadata.json` since you are not using it. Ah ty! Copied the boilerplate from another extension and didn't notice that to remove > 2. Isn't Ulauncher exposing the feature that you can use it in d-bus instead of spawn command? Not to my knowledge, but I don't know a lot about dbus. It's default setup is a systemd user service, and so I just kept that behaviour when starting/stopping it.
Ok. just make sure the description says "toggle ULauncher service" instead of "toggle ULauncher" (`ulauncher-toggle`) so it's not confusing for users.
> Ok. just make sure the description says "toggle ULauncher service" instead of "toggle ULauncher" (`ulauncher-toggle`) so it's not confusing for users. What about "toggle" is confusing? /genq
When I opened the review and read the extension name, I thought this extension is simply going to do `ulauncher-toggle` via spawn command or dbus.
> When I opened the review and read the extension name, I thought this extension is simply going to do `ulauncher-toggle` via spawn command or dbus. Ahh fair enough - WDYT about renaming to `ulauncher-switch`? Or is that also ambiguous? If so can do `ulauncher-service-toggle`!
Adding this to the description would be enough: > This extension is toggling the ULauncher service status.