-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration of Application Menu to Show/Hide Items #137
Comments
You can programmatically auto-start applications via ex your Line 84 in d120d14
This could be added as a configuration option, ex:
in Line 78 in d120d14
Note All of this config stuff can be overridden in your distro under |
You can do this right now with |
I've released a new version of
This also works for hiding themes via ex Settings app. |
I also updated the following article to reflect this: https://manual.os-js.org/guide/cli/#disabling-packages Noticed that "disabling packages" was missing from the menu on the left, so added that as well. Thanks for opening this issue. This is a nice feature to have :) |
This issue is similar to #106 but somewhat different.
Basically, I wish there to be a way to organize application menus to hide unnecessary applications so it won't confuse the user.
For instance, my dist will come with a Calculator and some games pre-installed but I want to enable users to hide/show different apps through some settings (which will be provided by a separate application or incorporated into the Settings app).
Similarly, it would be ideal if attributes like
autostart
can be turned on and off during run-time. The thing is, currently it seemed to make modifications directly insidedist/metadata.json
(which was not advised anyway), e.g. by adding attributes likeautostart
anddisabled
will not work.I guess if #106 is resolved then the same effect can be achieved by directly uninstall the app.
Thanks!
The text was updated successfully, but these errors were encountered: