forked from pool/bitwarden
ef14054aaa
* Allow biometric unlock of browser extension without requiring desktop app to be unlocked * Add support for users to set a master password when their organization updates member decryption options * Added support for multi-thread encryption to improve performance * Add support for biometric unlock on Linux * Add support for vault timeout on system lock on Linux OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=65
14 lines
352 B
Diff
14 lines
352 B
Diff
This patch is required to make "Start automatically on login" work
|
|
|
|
--- a/apps/desktop/src/main/messaging.main.ts
|
|
+++ b/apps/desktop/src/main/messaging.main.ts
|
|
@@ -114,7 +114,7 @@
|
|
Version=${app.getVersion()}
|
|
Name=Bitwarden
|
|
Comment=Bitwarden startup script
|
|
-Exec=${app.getPath("exe")}
|
|
+Exec=bitwarden-desktop
|
|
StartupNotify=false
|
|
Terminal=false`;
|
|
|