From 17f07b585a9ac81e673d3b544031985a9b454847 Mon Sep 17 00:00:00 2001 From: Carlo Abelli Date: Fri, 1 Feb 2019 01:51:31 -0500 Subject: remove nodbus from MPRIS client profiles MPRIS is a D-Bus interface for controlling media players. The nodbus option prevents these players from being controlled through MPRIS. It seems that most of the other media players did not have the nodbus option or it was already commented out. --- etc/audacious.profile | 2 +- etc/spotify.profile | 2 +- etc/vlc.profile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/audacious.profile b/etc/audacious.profile index 27650b1fe..590d3ffa3 100644 --- a/etc/audacious.profile +++ b/etc/audacious.profile @@ -22,7 +22,7 @@ include whitelist-var-common.inc apparmor caps.drop all netfilter -nodbus +#nodbus - dbus needed for MPRIS nogroups nonewprivs noroot diff --git a/etc/spotify.profile b/etc/spotify.profile index f6f31028f..14f9f5228 100644 --- a/etc/spotify.profile +++ b/etc/spotify.profile @@ -31,7 +31,7 @@ include whitelist-var-common.inc caps.drop all netfilter -nodbus +#nodbus - dbus needed for MPRIS nodvd nogroups nonewprivs diff --git a/etc/vlc.profile b/etc/vlc.profile index 0395a5a59..370180b6b 100644 --- a/etc/vlc.profile +++ b/etc/vlc.profile @@ -24,7 +24,7 @@ include whitelist-var-common.inc #apparmor - on Ubuntu 18.04 it refuses to start without dbus access caps.drop all netfilter -#nodbus +#nodbus - dbus needed for MPRIS nogroups nonewprivs noroot -- cgit v1.2.3-70-g09d2