From 009212b832edbc37c3c80d1a306d6ee4ab33a70f Mon Sep 17 00:00:00 2001 From: RundownRhino <52856631+RundownRhino@users.noreply.github.com> Date: Sun, 24 Mar 2024 14:28:31 +0300 Subject: firefox: Add org.kde.kdeconnect to plasma integration comment (#6285) I recently set up KDE connect and plasma-browser-integration for firefox (Linux Mint 21.2) and needed this line in addition to the ones mentioned in the profile. Found it via running `firejail --profile=/etc/firejail/firefox.profile --dbus-user.log firefox`, trying to send links to device, and seeing what events get logged. --- etc/profile-a-l/firefox.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile index 659519ca8..009a0d119 100644 --- a/etc/profile-a-l/firefox.profile +++ b/etc/profile-a-l/firefox.profile @@ -55,6 +55,7 @@ dbus-user.own org.mpris.MediaPlayer2.firefox.* # Add the next lines to your firefox.local for plasma browser integration. #dbus-user.own org.mpris.MediaPlayer2.plasma-browser-integration #dbus-user.talk org.kde.JobViewServer +#dbus-user.talk org.kde.kdeconnect #dbus-user.talk org.kde.kuiserver # Add the next line to your firefox.local to allow screen sharing under wayland. #dbus-user.talk org.freedesktop.portal.Desktop -- cgit v1.2.3-54-g00ecf