bundles/kodi: use alsa instead of pulseaudio
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
672660d131
commit
2387b196b2
4 changed files with 1 additions and 25 deletions
|
@ -7,6 +7,7 @@ StartLimitIntervalSec=2
|
|||
[Service]
|
||||
User=kodi
|
||||
Type=simple
|
||||
Environment=AE_SINK=ALSA
|
||||
ExecStart=/usr/bin/xinit /usr/bin/kodi-standalone -- :0 vt7 -nocursor
|
||||
WorkingDirectory=/home/kodi
|
||||
StandardOutput=journal
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=PulseAudio for user kodi
|
||||
|
||||
[Service]
|
||||
User=kodi
|
||||
Type=simple
|
||||
ExecStart=pulseaudio --realtime --log-target=journal --daemonize=no
|
||||
|
||||
[Install]
|
||||
WantedBy=kodi.service
|
|
@ -5,12 +5,6 @@ files = {
|
|||
'svc_systemd:kodi:restart',
|
||||
},
|
||||
},
|
||||
'/etc/systemd/system/pulseaudio.service': {
|
||||
'triggers': {
|
||||
'action:systemd-reload',
|
||||
'svc_systemd:pulseaudio:restart',
|
||||
},
|
||||
},
|
||||
'/etc/X11/Xwrapper.config': {},
|
||||
}
|
||||
|
||||
|
@ -21,13 +15,6 @@ svc_systemd = {
|
|||
'file:/etc/X11/Xwrapper.config',
|
||||
'pkg_apt:kodi',
|
||||
'user:kodi',
|
||||
'svc_systemd:pulseaudio',
|
||||
},
|
||||
},
|
||||
'pulseaudio': {
|
||||
'needs': {
|
||||
'file:/etc/systemd/system/pulseaudio.service',
|
||||
'pkg_apt:pulseaudio',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -7,8 +7,6 @@ defaults = {
|
|||
'kodi': {},
|
||||
'kodi-repository-kodi': {},
|
||||
'libcec4': {},
|
||||
'pulseaudio': {},
|
||||
'pulseaudio-utils': {},
|
||||
'ttf-mscorefonts-installer': {},
|
||||
'tv-fonts': {},
|
||||
'xfonts-base': {},
|
||||
|
|
Loading…
Reference in a new issue