electron-builder icon indicating copy to clipboard operation
electron-builder copied to clipboard

Snap protocol handler not working due to LIBDBUS_PRIVATE_1.12.20 not found (required by dbus-send)

Open quexten opened this issue 1 month ago • 0 comments

  • Electron-Builder Version: 24.13.3
  • Node Version: v18.13.0
  • Electron Version: 28.3.1
  • Electron Type (current, beta, nightly): current

Target: Ubuntu/Snap

Hi,

When trying to use protocol handlers under a snap build created with electron builder, the dbus call required for the launched instance to pass the schema parameters to the main electron instance does not work due to: dbus-send: /snap/bitwarden/x13/lib/x86_64-linux-gnu/libdbus-1.so.3: version LIBDBUS_PRIVATE_1.12.20 not found (required by dbus-send). All other distribution mechanisms (AppImage, Flatpak[using electron-builder .deb)) work fine for the same build. Confinement is strict, and the base is core22 (electron-builder.json).

quexten avatar May 24 '24 17:05 quexten