-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
profiles: firefox: add org.kde.kdeconnect to plasma comment #6285
profiles: firefox: add org.kde.kdeconnect to plasma comment #6285
Conversation
dbus-user.talk org.kde.kdeconnect
to plasma-browser-integration for firefoxThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
8bbe3b4
to
12f48e2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; thanks for the details.
The dbus name is directly related to the service being used (KDE Connect) and |
Turning this into a PR as per #1139 (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.(I also needed
ignore dbus-user none
infirefox-common.local
, which is mentioned in a comment already. I'm not usingprivate-bin
for firefox.)Ideally I'd want someone to test this and confirm they also require this line for plasma-browser-integration to work; possibly it's platform- or version-specific.