Package Details: yubioath-desktop 7.2.3-1

Git Clone URL: https://aur.archlinux.org/yubioath-desktop.git (read-only, click to copy)
Package Base: yubioath-desktop
Description: Yubico Authenticator for Desktop
Upstream URL: https://github.com/Yubico/yubioath-flutter
Licenses: BSD-3-Clause
Provides: yubioath-authenticator
Submitter: carsme
Maintainer: envolution
Last Packager: envolution
Votes: 1
Popularity: 0.163122
First Submitted: 2025-03-19 09:52 (UTC)
Last Updated: 2025-06-12 13:03 (UTC)

Latest Comments

1 2 Next › Last »

envolution commented on 2025-06-12 08:30 (UTC)

@simona I'm not quite sure what's happening here, it would be helpful to see the full build log from makepkg -L as well as the output frompacman -Q - if you can put those on some pastebin service or submit an issue log on http://github.com/envolution/aur that would be great.

If you just want to get the arch build you can find it at https://github.com/envolution/aur/releases/tag/yubioath-desktop - keep in mind this is a compiled binary package from me and you'd be better off troubleshooting the current issue.

If you get a chance to upload those logs I'd be happy to have a look at it

simona commented on 2025-06-12 07:23 (UTC)


- Downgrading more-itertools (10.7.0 -> 10.6.0): Failed

CalledProcessError

Command '['/usr/bin/python3.13', '-m', 'pip', 'uninstall', 'more-itertools', '-y']' returned non-zero exit status 1.

at /usr/lib/python3.13/subprocess.py:577 in run
573│             # We don't call process.wait() as .__exit__ does that for us.
574│             raise
575│         retcode = process.poll()
576│         if check and retcode:
→  577│             raise CalledProcessError(retcode, process.args,
578│                                      output=stdout, stderr=stderr)
579│     return CompletedProcess(process.args, retcode, stdout, stderr)
580│
581│

envolution commented on 2025-06-12 02:00 (UTC)

@simona I'm not quite sure what's caused that - could you try yubioath-desktop 7.2.0-3

simona commented on 2025-06-11 22:47 (UTC)


This environment is externally managed
You can overridethis, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
Cannot install more-itertools.

envolution commented on 2025-06-11 22:33 (UTC)

@simona flutter includes dart, so yes you can safely remove dart if installing flutter

simona commented on 2025-06-11 22:31 (UTC)

it ask to remove dart...

simona commented on 2025-06-11 22:17 (UTC)

must I use flutter-bin instead of dart?

envolution commented on 2025-06-11 21:56 (UTC) (edited on 2025-06-11 22:32 (UTC) by envolution)

@zoe - this seems to be caused by libayatana-appindicator installed on your system - if it's detected during build - it tries to use that instead of libappindicator-gtk3 and subsequently fails due to deprecation.

I've changed the cmake flags to warn rather than error in release 2 of this package - so you can just update and try again

https://github.com/Yubico/yubioath-flutter/issues/1921

zoe commented on 2025-06-11 19:40 (UTC) (edited on 2025-06-11 19:52 (UTC) by zoe)

Error while building :

 Changed 6 dependencies!
 45 packages have newer versions incompatible with dependency constraints.
 Try `flutter pub outdated` for more information.       
 /[…]/yubioath-desktop/src/yubioath-flutter/linux/flutter/ephemeral/.plugin_symlinks/tray_manager/linux/tray_manager_plugin.cc:118:17: error: 'app_indicator_new' is deprecated [-Werror,-Wdeprecated-declarations]
 Building Linux application...                                           
 Build process failed
 ==> ERREUR : Une erreur s’est produite dans build().
     Abandon…
  -> error making: yubioath-desktop-exit status 4
  -> Failed to install the following packages. Manual intervention is required:
 yubioath-desktop - exit status 4

envolution commented on 2025-06-10 19:01 (UTC) (edited on 2025-06-10 19:03 (UTC) by envolution)

The keys work, how are you adding them?

sh-5.2$ gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 5084E25301EDF4A1C9B1DF62C9B1E4A3CBBD2E10
        gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 20EE325B86A81BCBD3E56798F04367096FBA95E8
        gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys D6EAB59739E09A9F7C7771ACAC6D6B9D715FC084

gpg: key 325C8E4AE2E6437D: "Adam Velebil <adam.velebil@yubico.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
gpg: key F04367096FBA95E8: 6 duplicate signatures removed
gpg: key F04367096FBA95E8: "Dain Nilsson <dain@yubico.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
gpg: key 325C8E4AE2E6437D: "Adam Velebil <adam.velebil@yubico.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

sh-5.2$ gpg --fingerprint 5084E25301EDF4A1C9B1DF62C9B1E4A3CBBD2E10
        gpg --fingerprint 20EE325B86A81BCBD3E56798F04367096FBA95E8
        gpg --fingerprint D6EAB59739E09A9F7C7771ACAC6D6B9D715FC084

pub   rsa4096 2022-01-11 [C]
      AF51 1D2C BC0F 973E 5D30  8054 325C 8E4A E2E6 437D
uid           [ unknown] Adam Velebil <adam.velebil@yubico.com>

pub   rsa2048 2014-01-10 [SC] [expires: 2026-04-30]
      20EE 325B 86A8 1BCB D3E5  6798 F043 6709 6FBA 95E8
uid           [ unknown] Dain Nilsson <dain@yubico.com>
sub   rsa2048 2014-01-10 [A] [expires: 2026-04-30]
sub   rsa2048 2014-01-10 [E] [expires: 2026-04-30]

pub   rsa4096 2022-01-11 [C]
      AF51 1D2C BC0F 973E 5D30  8054 325C 8E4A E2E6 437D
uid           [ unknown] Adam Velebil <adam.velebil@yubico.com>