forked from pool/bitwarden
* Bitwarden 2025.x is a major rewrite of the application, moving some backend code to a separate wasm module * Updated UI for two-step login with security keys * Added location to login with device requests * Added support for two-step login with security keys on Linux * Added verification of logins from unrecognized devices * Can now generate SSH keys - Drop remove-sdk-internal.patch as we now actually use bitwarden-sdk-internal - Add system-roboto-font.patch - Add cxxbridge-cmd.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=85
14 lines
395 B
Diff
14 lines
395 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
|
|
@@ -136,7 +136,7 @@ export class MessagingMain {
|
|
Version=${app.getVersion()}
|
|
Name=Bitwarden
|
|
Comment=Bitwarden startup script
|
|
- Exec=${app.getPath("exe")}
|
|
+ Exec=bitwarden-desktop
|
|
StartupNotify=false
|
|
Terminal=false`;
|
|
|