Skip to content
Snippets Groups Projects
Commit 96b0f920 authored by Guido Gunther's avatar Guido Gunther :zzz: Committed by Guido Gunther
Browse files

Add mpris-proxy to user session

Allows to control music playback from e.g. a cars entertainment unit and
shows artist information.
parent c0421049
No related branches found
No related tags found
2 merge requests!376Backport to Byzantium,!371Add mpris-proxy to user session
Pipeline #85537 passed
[Unit]
Description=Bluetooth mpris proxy
Documentation=man:mpris-proxy(1)
Wants=dbus.socket
After=dbus.socket
[Service]
Type=simple
ExecStart=/usr/bin/mpris-proxy
[Install]
WantedBy=default.target
......@@ -19,6 +19,9 @@ override_dh_installsystemd:
dh_installsystemd --no-start --name=bluetooth-brcmfmac
dh_installsystemd --no-start --name=librem5-lockdown-support
override_dh_installsystemduser:
dh_installsystemduser --name=mpris-proxy
override_dh_auto_test:
desktop-file-validate default/hidden-apps/*.desktop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment