-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix launching proxy service with Flatpak #8680
Conversation
Codecov ReportBase: 64.30% // Head: 64.28% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #8680 +/- ##
===========================================
- Coverage 64.30% 64.28% -0.02%
===========================================
Files 341 341
Lines 44330 44330
===========================================
- Hits 28502 28495 -7
- Misses 15828 15835 +7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
4c41ca2
to
cc7506b
Compare
cc7506b
to
676455e
Compare
Hi, it seems this doesn't work with Firefox 106.0.5 from Snap with WebExtensions Portal (which work with keepassxc from deb). If I observed it correctly, Keepassxc-browser from Firefox-Snap triggers keepassxc-binary without any args. If I change path in the json to /var/lib/flatpak/app/org.keepassxc.KeePassXC/current/active/files/bin/keepassxc-proxy, then the communication between Firefox-Snap and Keepassxc-Flatpak works. I'm not sure where is the best place to open a new bugreport. Best Keywan |
Hello, @droidmonkey! I'm using Google Chrome 108 and KeePassXC 2.7.4 on Fedora Silverblue 37, both are flatpaked. It doesn't seem to work, because I get a message that the key exchange was not successful. I tried setting the
then directly to
and finally to
but nothing works. I also tried to build I seem to be doing something wrong, could you please guide me how to do it right? Thank you. |
I don't think Chrome flatpak (or snap) supports native messaging yet. Only Firefox does. |
Testing strategy
Tested using 2.7.3 Flatpak distribution with manual edits to the browser json file. Will test with a custom flatpak build of this branch as well.
Type of change