1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

[PM-10448] Enable wayland where possible in Linux Desktop (#10359)

* Enable wayland where possible

* Update electron to 34.4.0

* Re-add snap libdbus fix

* Flatpak permissions for wayland

* Bump electron version to 35.5.1

* Switch to x11 socket from x11-fallback

* Fix package.json
This commit is contained in:
Bernd Schoolmann
2025-07-16 17:21:12 +02:00
committed by GitHub
parent 60855c734f
commit 5b27988454
4 changed files with 11 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ async function run(context) {
fse.moveSync(oldBin, newBin);
console.log("Moved binary to bitwarden-app");
const wrapperScript = path.join(__dirname, "../resources/memory-dump-wrapper.sh");
const wrapperScript = path.join(__dirname, "../resources/linux-wrapper.sh");
const wrapperBin = path.join(appOutDir, context.packager.executableName);
fse.copyFileSync(wrapperScript, wrapperBin);
fse.chmodSync(wrapperBin, "755");