Linux HOW TO: Minimal Ubuntu 16.04 with Kodi, Steam & EmulationStation
#70
@Nickelino

great to see that nearly all our problems are solved now.
I can shutdown my box via the "Ausschalten"-function in the Power menu in Aeon Nox.
Which options do you mean?
I run it every 30seconds because most of the time the script is called earlier and pulseaudio needs a few secs to start.

cya

BTW: i use
Code:
killall -9 pulseaudio
DISPLAY=:0 LANG=de_DE.UTF-8 /usr/bin/kodi &
to start kodi
and the final missing piece:
Code:
vi /home/kodi/emulationstation_starter.sh
and insert
Code:
sleep 2
pulseaudio -D
sleep 5
SDL_AUDIODRIVER=pulse gnome-terminal -e emulationstation
to start pulseaudio while using emulationstation.

oh, and i use the guide here with additions exept those mentioned in post #14
Kodi is started via kodi-openbox on boot, after that kodi is started by my script.
Pulseaudio is deactivated @boottime, as mentioned in one of my earlier posts, so kodi-openbox is ok. For Steam and Emulationstation i start pulseaudio so there is need for my cronjob as it kills pulseaudio before starting kodi...
Now i begin to wonder if there are any other useful fullscreen-apps to integrate. Any ideas?
Reply


Messages In This Thread
RE: HOW TO: Minimal Ubuntu 16.04 with Kodi, Steam & EmulationStation - by gammelobst - 2017-02-02, 21:26
Logout Mark Read Team Forum Stats Members Help
HOW TO: Minimal Ubuntu 16.04 with Kodi, Steam & EmulationStation4