- New upstream release 2024.12.0 * Added new SSH agent * Added new item type for SSH keys * Added new import options * fix: Add new item should set item type * Desktop edit folder button visibility * Import TOTP with ZohoVault CSV importer * fix BufferSource conversions OBS-URL: https://build.opensuse.org/request/show/1230747 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=83
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`;
|
|
|