-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
[SNAP] version LIBDBUS_PRIVATE_1.12.20 not found #1510
Comments
Hi, thanks for reporting. While we use afterpack scripts the bitwarden implementation is quite different. I will have a look once I get some time but hopefully this gets fixed in electron-builder, and we don't need to add hacks to add that LD_PRELOAD. But you can always set that in your environment and see if that works?
|
Hi Ismael, at least for me the LD preload hack I assume that's the reason for microphone issues I am observing recently. My libdbus is /usr/lib/x86_64-linux-gnu/libdbus-1.so.3 -> libdbus-1.so.3.19.13 Found also the issue here: electron-userland/electron-builder#8234 Maybe snap now drops the LD_PRELOAD var because of security issues? (just an assumption) Thanks a lot for your work for the unofficial teams-for-linux! Andreas |
The electron issue is probably the Microsoft bug they just fixed in the PWA. See #1523 but haven't landed to everyone. Unfortunately if the export doesn't fix the issue, then the solution from bitwarden will not fix the issue. Have you tried another packaged option? It could be a snap issue. Also, ensure you have created an apparmour profile (see #1426) as that could be blocking you. (or will from electron 24 on-wards) |
Describe the bug
When installed via Snap, Electron cannot target the correct libdbus version.
To Reproduce
/snap/bin/teams-for-linux
Expected behavior
The DBus lib should succesfully query the DBus intune broker
Desktop (please complete the following information):
Debug
Additional Context
I believe it's the same bug as described here : electron-userland/electron-builder#8234
They fixed it in Bitwarden with this commmit : https://github.com/bitwarden/clients/pull/11932/files
Would it be possible to take a look ?
Thanks in advance!
The text was updated successfully, but these errors were encountered: