rmkit icon indicating copy to clipboard operation
rmkit copied to clipboard

[nao] Reloading oxide applications failed

Open Eeems opened this issue 3 years ago • 2 comments

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

Eeems avatar Jan 17 '21 19:01 Eeems

let's say .desktop was the format chosen for launchers, how would nao.desktop specify the permissions for oxide?

raisjn avatar Jan 17 '21 20:01 raisjn

Probably by adding something like the following to the .desktop file:

[X-Oxide]
Permissions=apps

Eeems avatar Jan 17 '21 20:01 Eeems