element-desktop: set dbus default for firefox

fixes opening links in firefox-wayland on wayland
This commit is contained in:
Evils 2021-05-20 09:17:57 +02:00
parent 7013a0f279
commit becc715b89
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ in mkYarnPackage rec {
# executable wrapper
makeWrapper '${electron}/bin/electron' "$out/bin/${executableName}" \
--add-flags "$out/share/element/electron"
--add-flags "$out/share/element/electron" \
--set-default MOZ_DBUS_REMOTE 1
'';
# Do not attempt generating a tarball for element-web again.