Polecenie w terminalu:
Kod: Zaznacz cały
AE_SINK=ALSA kodi
W /usr/bin stworzyłem skrypt:
Kod: Zaznacz cały
#! /bin/bash
AE_SINK=ALSA kodi
Kod: Zaznacz cały
[Desktop Entry]
Version=1.0
Name=Kodi Media Center Alsa
GenericName=Media Center
Comment=Manage and view your media
Exec=kodialsa
Icon=kodi
Terminal=false
Type=Application
Categories=AudioVideo;Video;Player;TV;
Actions=Fullscreen;Standalone;
[Desktop Action Fullscreen]
Name=Open in fullscreen
Exec=kodi -fs
OnlyShowIn=Unity;
[Desktop Action Standalone]
Name=Open in standalone mode
Exec=kodi --standalone
OnlyShowIn=Unity;