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]
|
[Service]
|
||||||
User=kodi
|
User=kodi
|
||||||
Type=simple
|
Type=simple
|
||||||
|
Environment=AE_SINK=ALSA
|
||||||
ExecStart=/usr/bin/xinit /usr/bin/kodi-standalone -- :0 vt7 -nocursor
|
ExecStart=/usr/bin/xinit /usr/bin/kodi-standalone -- :0 vt7 -nocursor
|
||||||
WorkingDirectory=/home/kodi
|
WorkingDirectory=/home/kodi
|
||||||
StandardOutput=journal
|
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',
|
'svc_systemd:kodi:restart',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'/etc/systemd/system/pulseaudio.service': {
|
|
||||||
'triggers': {
|
|
||||||
'action:systemd-reload',
|
|
||||||
'svc_systemd:pulseaudio:restart',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'/etc/X11/Xwrapper.config': {},
|
'/etc/X11/Xwrapper.config': {},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,13 +15,6 @@ svc_systemd = {
|
||||||
'file:/etc/X11/Xwrapper.config',
|
'file:/etc/X11/Xwrapper.config',
|
||||||
'pkg_apt:kodi',
|
'pkg_apt:kodi',
|
||||||
'user:kodi',
|
'user:kodi',
|
||||||
'svc_systemd:pulseaudio',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'pulseaudio': {
|
|
||||||
'needs': {
|
|
||||||
'file:/etc/systemd/system/pulseaudio.service',
|
|
||||||
'pkg_apt:pulseaudio',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,8 +7,6 @@ defaults = {
|
||||||
'kodi': {},
|
'kodi': {},
|
||||||
'kodi-repository-kodi': {},
|
'kodi-repository-kodi': {},
|
||||||
'libcec4': {},
|
'libcec4': {},
|
||||||
'pulseaudio': {},
|
|
||||||
'pulseaudio-utils': {},
|
|
||||||
'ttf-mscorefonts-installer': {},
|
'ttf-mscorefonts-installer': {},
|
||||||
'tv-fonts': {},
|
'tv-fonts': {},
|
||||||
'xfonts-base': {},
|
'xfonts-base': {},
|
||||||
|
|
Loading…
Reference in a new issue