2023-12-25, 15:44
Hi all,
As a yearly holiday tradition I am doing major upgrades on my systems in the christmas break. I am doing upgrades on my Linux Media Center since 2018, mostly without any issues. With 23.10 it was a bit different and I was already regretting it:
I cannot help with 1) but for 2) the reason is that polkit was upgraded from 0.105-33 to 123-1 which deprecrates the usage of pkla files. One of them is wideley used by the community to grant the kodi user required rights. In order to not recreate the polkit rules in JS you can simply install polkitd-pkla:
This did the trick for me. Hope that also help others.
As a yearly holiday tradition I am doing major upgrades on my systems in the christmas break. I am doing upgrades on my Linux Media Center since 2018, mostly without any issues. With 23.10 it was a bit different and I was already regretting it:
- No PPA support
- The power options are missing from the main power menu, i.e. my kodi user did not have sufficient authorization
I cannot help with 1) but for 2) the reason is that polkit was upgraded from 0.105-33 to 123-1 which deprecrates the usage of pkla files. One of them is wideley used by the community to grant the kodi user required rights. In order to not recreate the polkit rules in JS you can simply install polkitd-pkla:
Code:
sudo apt-get install polkitd-pkla
This did the trick for me. Hope that also help others.