Package Details: vaults 0.10.0-1

Git Clone URL: https://aur.archlinux.org/vaults.git (read-only, click to copy)
Package Base: vaults
Description: An application for creating encrypted vaults for the GNOME desktop
Upstream URL: https://github.com/mpobaschnig/Vaults
Licenses: GPL3
Submitter: igor-dyatlov
Maintainer: iamawacko
Last Packager: iamawacko
Votes: 3
Popularity: 0.000093
First Submitted: 2021-08-09 18:20 (UTC)
Last Updated: 2025-09-25 14:39 (UTC)

Latest Comments

intrnl commented on 2025-08-01 02:30 (UTC)

I get this when running Vaults

$ vaults 

thread 'main' panicked at src/global_config_manager.rs:103:51:
Could not load .flatpak-info: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

LitusMike2 commented on 2023-05-24 23:50 (UTC)

was able to compile but upon launch I get; thread 'main' panicked at 'Template child with id window_stack has incompatible type. XML has AdwHeaderBar, struct has GtkStack', src/ui/window.rs:50:21

<deleted-account> commented on 2021-09-29 22:12 (UTC)

I don't get a query to install the optional dependencies cryfs and gocryptfs. Tried with pamac and yay.

When I install them manually either before or after building vaults they're not recognized, making the app useless.

yochananmarqos commented on 2021-08-09 19:27 (UTC) (edited on 2021-08-09 19:31 (UTC) by yochananmarqos)

  • This is not an any package as it contains an ELF file.

  • Missing dependency on libadwaita, it fails to build without it. It also requires fuse3.

  • Either gocryptfs or cryfs needs to be installed as a backend, so they both can be in optdepends().

  • appstream-glib should be in checkdepends() for the validate-appdata test.

  • Do not skip checksums for tarballs. Please fix this on all your AUR packages.