Open Eeems opened 3 years ago
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
let's say .desktop was the format chosen for launchers, how would nao.desktop specify the permissions for oxide?
Probably by adding something like the following to the .desktop file:
[X-Oxide] Permissions=apps
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-specification