Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging / Packages / bitwarden
Commits: 5b1204f3 by Dan Andresan at 2025-09-06T15:47:32+03:00 Allow opening of the sso-callback from the browser Fix #6 In order to perform SSO, bitwarden will open the browser. Then, after authenticating in the browser, bitwarden will be called as an external handler of the bitwarden://sso-callback, but then bitwarden will ignore the uri because the desktop file does not expect it. The fix consists in adding %u (parse single uri) on the bitwarden.desktop Exec line. - - - - - 2 changed files: - .SRCINFO - bitwarden.desktop Changes: ===================================== .SRCINFO ===================================== @@ -35,6 +35,6 @@ pkgbase = bitwarden sha512sums = 53e60102f099b2c265d88f2bac9d934f21f82b1fd3e3d0d73dead17fb9fc31f0ff29de3f82f8e9f2050e53ec62e9a1beec51908d02eb11b4e2e1f5146bc15b36 sha512sums = c1ab574e5abf06a4e05688aeef1985dd73160686dd85b79e11ea3d10bd8166c35fc95643a77cbd0921f6ae06e92c52fbadab692346ecbcbd780de6d78f314c75 sha512sums = 09acb1f4a7fb04fda120eda79ee847f285a421bc5bf5c3d42c78767f01f2051984b928019707c7c59e48e87728ab45ee2a98ff7ccee6b4e14bfdff93cd1106f0 - sha512sums = fdc047aadc1cb947209d7ae999d8a7f5f10ae46bf71687080bc13bc3082cc5166bbbe88c8f506b78adb5d772f5366ec671b04a2f761e7d7f249ebe5726681e30 + sha512sums = ccd3f085f54c627a393c79f257379129af90b9f04bc74c5125efd5c4eadc9a25383ce0e444431140b3cf955987e90c44b514b73a8f34f258122d197fd91c1340 pkgname = bitwarden ===================================== bitwarden.desktop ===================================== @@ -2,7 +2,7 @@ Name=Bitwarden GenericName=Password Manager Comment=A secure and free password manager for all of your devices. -Exec=bitwarden-desktop +Exec=bitwarden-desktop %u Terminal=false MimeType=x-scheme-handler/bitwarden Type=Application View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden/-/commit/5b1204f347462f025ccb3037c2f05b0c6e4df07f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden/-/commit/5b1204f347462f025ccb3037c2f05b0c6e4df07f You're receiving this email because of your account on gitlab.archlinux.org.