We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing applications through nao, it doesn't have permissions to reload oxide applications, which means that when a package attempts to call rot apps call reload it will fail. This can be fixed by adding an oxide application registration for nao that has apps permissions. https://github.com/Eeems/oxide/wiki/Developing-Applications-for-Oxide#oxide-application-registration-specification
rot apps call reload
apps
The text was updated successfully, but these errors were encountered:
let's say .desktop was the format chosen for launchers, how would nao.desktop specify the permissions for oxide?
Sorry, something went wrong.
Probably by adding something like the following to the .desktop file:
[X-Oxide] Permissions=apps
No branches or pull requests
When installing applications through nao, it doesn't have permissions to reload oxide applications, which means that when a package attempts to call
rot apps call reload
it will fail. This can be fixed by adding an oxide application registration for nao that hasapps
permissions. https://github.com/Eeems/oxide/wiki/Developing-Applications-for-Oxide#oxide-application-registration-specificationThe text was updated successfully, but these errors were encountered: