From 12f48e26a4a05b4d56f3bb1a6255faae828c30f7 Mon Sep 17 00:00:00 2001 From: RundownRhino <52856631+RundownRhino@users.noreply.github.com> Date: Sat, 23 Mar 2024 07:25:51 +0300 Subject: [PATCH] firefox: Add org.kde.kdeconnect to plasma integration comment 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 659519ca879..009a0d11969 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