mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-27 19:05:46 +00:00
Fixes
This commit is contained in:
@@ -92,7 +92,11 @@ public class BitwardenPasswordManager implements PasswordManager {
|
||||
|
||||
@Override
|
||||
public CommandBuilder commandBase() {
|
||||
return CommandBuilder.of().add("flatpak", "run", "--command=bw", "com.bitwarden.desktop");
|
||||
return CommandBuilder.of()
|
||||
.add("flatpak", "run")
|
||||
.add("--filesystem=host")
|
||||
.add("--command=bw")
|
||||
.add("com.bitwarden.desktop");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user