惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Last Week in AI
Last Week in AI
D
DataBreaches.Net
腾讯CDC
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
云风的 BLOG
云风的 BLOG
罗磊的独立博客
月光博客
月光博客
MyScale Blog
MyScale Blog
U
Unit 42
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
G
Google Developers Blog
博客园 - 【当耐特】
D
Docker
I
InfoQ
雷峰网
雷峰网

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - otpclient
2026-06-25 · via AUR Newest Packages

simona commented on 2026-05-21 11:43 (UTC)

otpclient: /usr/share/glib-2.0/schemas/gschemas.compiled è già presente nel filesystem
otpclient: /usr/share/icons/hicolor/icon-theme.cache è già presente nel filesystem

Babets commented on 2026-05-19 12:33 (UTC)

precla commented on 2026-05-16 15:00 (UTC)

@mreugene thanks, worked fine

Leia commented on 2026-05-15 19:18 (UTC) (edited on 2026-05-15 22:58 (UTC) by Leia)

The dependencies should be updated to have gtk4 and libadwaita. PKGBUILD should be appended in line 12 with:

 'gtk4>=4.10.0' 'libadwaita-1>=1.5.0' 

mreugene commented on 2026-05-15 15:33 (UTC) (edited on 2026-05-15 15:34 (UTC) by mreugene)

You can check what packages use the files with commands:

pacman -Qo /usr/share/glib-2.0/schemas/gschemas.compiled
pacman -Qo /usr/share/icons/hicolor/icon-theme.cache

In my case there were none. So I installed otpclient succesfully with overwriting these files:

yay -Su otpclient --overwrite /usr/share/glib-2.0/schemas/gschemas.compiled --overwrite /usr/share/icons/hicolor/icon-theme.cach

precla commented on 2026-05-15 13:36 (UTC) (edited on 2026-05-15 13:39 (UTC) by precla)

Please add libadwaita to the dependencies. otherwise it fails with:

CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:1093 (message):
  The following required packages were not found:

   - libadwaita-1>=1.5.0

Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:1166 (_pkg_check_modules_internal)
  CMakeLists.txt:96 (pkg_check_modules)

And after i installed libadwaita, I get the following error:

Packages (1) otpclient-5.0.3-1

Total Installed Size:  0,55 MiB
Net Upgrade Size:      0,01 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                                      [#####################################################################] 100%
(1/1) checking package integrity                                                                                    [#####################################################################] 100%
(1/1) loading package files                                                                                         [#####################################################################] 100%
(1/1) checking for file conflicts                                                                                   [#####################################################################] 100%
error: failed to commit transaction (conflicting files)
otpclient: /usr/share/glib-2.0/schemas/gschemas.compiled exists in filesystem
otpclient: /usr/share/icons/hicolor/icon-theme.cache exists in filesystem
Errors occurred, no packages were upgraded.
 -> error installing: [/home/user/.cache/yay/otpclient/otpclient-5.0.3-1-x86_64.pkg.tar.zst] - exit status 1

ronjouch commented on 2026-05-15 12:36 (UTC)

@polslinux 5.0.2 fails to install, with

error: failed to commit transaction (conflicting files)
otpclient: /usr/share/glib-2.0/schemas/gschemas.compiled exists in filesystem
otpclient: /usr/share/icons/hicolor/icon-theme.cache exists in filesystem

TrialnError commented on 2025-05-09 19:28 (UTC)

Again it was forgotten to adjust the sha256sum :)