Search Criteria
Package Details: proton-authenticator 1.1.5-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/proton-authenticator.git (read-only, click to copy) |
|---|---|
| Package Base: | proton-authenticator |
| Description: | 2FA app from Proton to securely sync and backup 2FA codes |
| Upstream URL: | https://proton.me/authenticator |
| Keywords: | 2fa 2fa-backup 2fa-sync authenticator mfa multi-factor-authentication proton totp two-factor-authentication |
| Licenses: | GPL-3.0-or-later |
| Submitter: | AlphaLynx |
| Maintainer: | AlphaLynx |
| Last Packager: | AlphaLynx |
| Votes: | 4 |
| Popularity: | 0.63 |
| First Submitted: | 2025-09-28 17:03 (UTC) |
| Last Updated: | 2026-05-14 04:22 (UTC) |
Dependencies (14)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgcc (libgcc-snapshotAUR)
- libsoup3 (libsoup3-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- nodejs-lts-jod (make)
- yarn (yarn-berryAUR, yarn-corepackAUR) (make)
Latest Comments
1 2 Next › Last »
Musikolo commented on 2026-05-17 17:02 (UTC)
Hi @AlphaLynx,
That was it! I just issued
rustup updateand after it completed updating all components, I could buildproton-authenticatorseamlessly. Thanks for guiding me to resolve this issue. Much appreciate it!AlphaLynx commented on 2026-05-17 05:20 (UTC)
@Musikolo I see the issue, you have
cargo 1.86.0 (adf9b6ad1 2025-02-28). Whenrustuppackage is installed, your cargo and toolchains are installed in your home directory, and don't get updated with the system. So you need to specifically update the Rust toolchain withrustup update. for more info see here.Musikolo commented on 2026-05-16 16:17 (UTC) (edited on 2026-05-16 16:17 (UTC) by Musikolo)
@AlphaLynx, I repeated the whole process again, and before getting started, I updated my box to latest and rebooted. First, I tried with
rustupand the same problem occurred. Then, I replacedrustupwithrustand it worked seamlessly. I got some details of each of the setups which shows differentcargoversions and targets available:I hope it helps.
AlphaLynx commented on 2026-05-16 03:52 (UTC)
@Musikolo I can't reproduce that error. looks like the error means your cargo doesn't recognize 'host-tuple'. That was added in cargo
1.91.0(https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-191-2025-10-30), so maybe you have an older version? try updating,rustup update stableMusikolo commented on 2026-05-16 01:57 (UTC)
@AlphaLynx, it looks like builds fail if the host machine has the
rustuppackage installed:I was able to build it by uninstalling it which uses
rustas the default package forcargo. However, it would be appreciated if a workaround could be found for this.Thanks!
Evrenos commented on 2026-05-14 02:14 (UTC)
This package fails to install. To fix it, I needed to add
export SENTRYCLI_SKIP_DOWNLOAD=1beforeyarn install. Can you please fix this issue?cassianpry commented on 2026-05-07 18:12 (UTC)
(proton-authenticator:94955): Gtk-WARNING **: 15:11:10.272: Theme parsing error: gtk-dark.css:1959:16: 'border-spacing' is not a valid property name
(proton-authenticator:94955): Gtk-WARNING **: 15:11:10.273: Theme parsing error: gtk-dark.css:3272:16: '-gtk-icon-size' is not a valid property name
(proton-authenticator:94955): Gtk-WARNING **: 15:11:10.273: Theme parsing error: gtk-dark.css:3286:16: '-gtk-icon-size' is not a valid property name Gdk-Message: 15:11:11.603: Error 71 (Erro de protocolo) dispatching to Wayland display.
AlphaLynx commented on 2025-10-14 01:12 (UTC) (edited on 2025-12-31 06:38 (UTC) by AlphaLynx)
@Evrenos the only reason I have
nodejs-ltsas a makedepend instead ofnodejsis because upstream lists LTS as a prerequisite in the monorepo.I think the package will still build fine with non-LTS nodejs, but it's probably better to use the dependency that upstream says, in case there is some incompatibility between versions.edit: with nodejs v25 there's some breaking change, so using the LTS version is important
Evrenos commented on 2025-10-07 14:51 (UTC)
sorry if this is a dumb question, but why are you using
nodejs-lts-jodinstead of the regularnodejs? not complaining or anything, I'm just pretty new to this stuffCyberSphinx commented on 2025-10-02 20:07 (UTC)
Thanks so much
1 2 Next › Last »