Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 86
  • 87
  • 88
  • 89
  • 90(current)
[RELEASE] Steam Launcher - Start Steam Big Picture Mode from within Kodi
Sadly, on Ubuntu (and it's derivatives) Flatpak is the only available option now, since apparently the sole maintainer stepped down a while ago...
https://kodi.wiki/view/HOW-TO:Install_Ko...ux?https=1
Quote:Please note that currently the Team Kodi PPA is not maintained due to the previous sole maintainer stepping away from the responsibility.
For now the only options are building from source, using Flatpak or a distro such as Debian which includes Kodi in their distribution.
Reply
I do not use this addon as I use AEL to launch Steam as well other external program, but hopefully this helps some people here to want to make it work with Flatpak. I modified my local version of AEL so that the external application is launched with 'flatpak-spawn --host'. Then in flatseal I added a dbus session talk permission with org.freedesktop.Flatpak

So something like this will do

cmd= ['flatpak-spawn','--host'] + cmd
process = subprocess.Popen(cmd)

see here:
https://docs.flatpak.org/en/latest/flatp...tpak-spawn
Reply
  • 1
  • 86
  • 87
  • 88
  • 89
  • 90(current)

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Steam Launcher - Start Steam Big Picture Mode from within Kodi7
This forum uses Lukasz Tkacz MyBB addons.