(2024-03-29, 02:43)gujal Wrote: flatpak runs fine on ubuntu 22.04 LTS and other distros based on that. I personally run LinuxMint XFCE as it is extremely lightweight and runs smooth on my low power Asus Transformer Flipbook. And because Ubuntu Kernel is signed for secure boot, can work on most laptops without messing bios settings for csm/secureboot.
The only downside to running kodi flatpak is it runs in its own isolated jail so you cannot reliably access local files on the machine from within kodi (sorta like kodi on xbox). So I just compile kodi myself as deb packages and install the packages on to the laptop.
Well, I knew it was possible to install flatpak on Ubuntu, but I have three concerns about running the flatpak version of Kodi, since I don't really understand flatpaks that well.
1) Will the old version of LIRC still be able to control a flatpak-based version of Kodi? Again, I use the old version because I use my remote to control other things besides Kodi using a .lircrc file, so any "solution" that ONLY works in Kodi is less than useless to me.
2) Will I still be able to install and use the Tvheadend PVR addon in the flatpak version, and if so, how? That has always been a separate install using apt install, I believe (unless that has changed), so I am not sure how that would work with a flatpak.
3) Will a flatpak version of Kodi be able to access my external hard drives without changing the paths?
It's not that I have anything against flatpak, it's just very unfamiliar territory for me and I would really prefer not to break anything.
Regarding compiling, you have no idea what a disaster that has been for me in the past, I have borked an entire system (to the point of having to reformat the hard drive and start over completely from scratch) just by trying to compile a program. I have NEVER had any success doling it unless a) someone creates a shell script that essentially does the entire job, or b) the instructions are VERY complete and assume no prior knowledge of anything. And even then, it scares the hell out of me.