From 262ee8cf991ea6017ca7a6b56dc444ad836c510f Mon Sep 17 00:00:00 2001 From: Neo00001 <40570803+Neo00001@users.noreply.github.com> Date: Fri, 19 Mar 2021 11:36:51 +0000 Subject: Update amarok.profile --- etc/profile-a-l/amarok.profile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/etc/profile-a-l/amarok.profile b/etc/profile-a-l/amarok.profile index 0b974e9ac..1ab49ed7d 100644 --- a/etc/profile-a-l/amarok.profile +++ b/etc/profile-a-l/amarok.profile @@ -33,3 +33,11 @@ shell none private-dev # private-etc alternatives,asound.conf,ca-certificates,crypto-policies,machine-id,pki,pulse,ssl private-tmp + +dbus-user filter +dbus-user.own org.kde.amarok +dbus-user.own org.mpris.amarok +dbus-user.own org.mpris.MediaPlayer2.amarok +dbus-user.talk org.freedesktop.Notifications +dbus-user.talk org.kde.StatusNotifierWatcher +dbus-system none -- cgit v1.2.3-54-g00ecf From 2275538c741291369c4fb7cbfefda4e1f5950e9a Mon Sep 17 00:00:00 2001 From: Neo00001 <40570803+Neo00001@users.noreply.github.com> Date: Fri, 19 Mar 2021 11:42:54 +0000 Subject: Update vmware.profile --- etc/profile-m-z/vmware.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/profile-m-z/vmware.profile b/etc/profile-m-z/vmware.profile index d841d50b7..d4173b6d9 100644 --- a/etc/profile-m-z/vmware.profile +++ b/etc/profile-m-z/vmware.profile @@ -21,6 +21,8 @@ mkdir ${HOME}/.cache/vmware mkdir ${HOME}/.vmware whitelist ${HOME}/.cache/vmware whitelist ${HOME}/.vmware +# Uncomment the following if you need to use "shared VM" +#whitelist /var/lib/vmware include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-54-g00ecf From 42116a5b3325c4b9cdb492e171546cbeb26481d6 Mon Sep 17 00:00:00 2001 From: Neo00001 <40570803+Neo00001@users.noreply.github.com> Date: Sun, 21 Mar 2021 15:45:39 +0000 Subject: Update vmware.profile --- etc/profile-m-z/vmware.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile-m-z/vmware.profile b/etc/profile-m-z/vmware.profile index d4173b6d9..d00e16fef 100644 --- a/etc/profile-m-z/vmware.profile +++ b/etc/profile-m-z/vmware.profile @@ -23,6 +23,7 @@ whitelist ${HOME}/.cache/vmware whitelist ${HOME}/.vmware # Uncomment the following if you need to use "shared VM" #whitelist /var/lib/vmware +#writable-var include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-54-g00ecf From fca6eec9e98e5fd87dc93865b53cf2e4acacc128 Mon Sep 17 00:00:00 2001 From: Neo00001 <40570803+Neo00001@users.noreply.github.com> Date: Sun, 21 Mar 2021 19:53:39 +0000 Subject: Update amarok.profile --- etc/profile-a-l/amarok.profile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/profile-a-l/amarok.profile b/etc/profile-a-l/amarok.profile index 1ab49ed7d..1918bcc84 100644 --- a/etc/profile-a-l/amarok.profile +++ b/etc/profile-a-l/amarok.profile @@ -34,10 +34,16 @@ private-dev # private-etc alternatives,asound.conf,ca-certificates,crypto-policies,machine-id,pki,pulse,ssl private-tmp +# If you ain't on kde-plasma you need to uncomment the following dbus-user filter dbus-user.own org.kde.amarok +#dbus-user.own org.kde.kded +#dbus-user.own org.kde.klauncher +# The following one is needed for keyboard shortcuts even on kde. +#dbus-user.own org.kde.kglobalaccel dbus-user.own org.mpris.amarok dbus-user.own org.mpris.MediaPlayer2.amarok dbus-user.talk org.freedesktop.Notifications +#dbus-user.talk org.kde.knotify dbus-user.talk org.kde.StatusNotifierWatcher dbus-system none -- cgit v1.2.3-54-g00ecf