Vanilla-OS / core-image

Containerfile for the Vanilla OS Core image.
https://images.vanillaos.org/#/recipe/core
GNU General Public License v3.0
27 stars 13 forks source link

Apps can't add polkit actions during runtime #85

Open taukakao opened 1 day ago

taukakao commented 1 day ago

Due to this: https://github.com/polkit-org/polkit/issues/130 it's not possible for apps like the gnome extension "Battery Health Charging" to add their own polkit actions in vanilla.

As a workaround, I would suggest adding a systemd service which mounts an overlay filesystem ontop of /usr/share/polkit-1/actions/ to make this folder writable.

taukakao commented 1 day ago

This bug was fixed upstream in September. It might still take quite a while until the release, debian package, repo sync und programs actually using it so it might be worth a workaround in the meantime anyway.