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

推荐订阅源

P
Proofpoint News Feed
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
C
Check Point Blog
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
Recent Announcements
Recent Announcements
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
J
Java Code Geeks
博客园_首页
Jina AI
Jina AI
美团技术团队
H
Help Net Security
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
Y
Y Combinator Blog
S
SegmentFault 最新的问题

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) - system76-driver
2026-05-29 · via AUR Newest Packages

Parker8283 commented on 2026-04-25 20:29 (UTC)

Thank you, I appreciate it!

yochananmarqos commented on 2026-04-23 00:31 (UTC)

@Parker8283: You guessed the reason, indeed. You make a valid point, I'll switch the dependency back.

Parker8283 commented on 2026-04-22 23:52 (UTC)

Is there a reason that the system76-firmware-daemon dependency was changed to force system76-firmware-git? It looks like maybe for panp16 support, but for those who don't use that model, it seems like it shouldn't be required? The system76-firmware-daemon dependency would have already allowed the installation of system76-firmware-git for those that need it, and that seems like something that could be put in a Wiki page for the people that need it for the time being.

yochananmarqos commented on 2025-12-30 19:01 (UTC)

@raxod502: Thanks, fixed.

raxod502 commented on 2025-12-30 02:40 (UTC)

yochananmarqos commented on 2025-02-12 02:08 (UTC)

@aujxn: The tests pass in a clean chroot. Either way, I've relaxed the test so it won't stop on failure.

aujxn commented on 2025-02-12 02:01 (UTC)

@yochananmarqos Even with 'not test_gtk' in the pkgbuild it still tries to run the test and fails for me

sanders41 commented on 2025-01-15 13:09 (UTC)

The program is crashing when opened with the error

Traceback (most recent call last):
  File "/usr/bin/system76-driver", line 28, in <module>
    import system76driver
ModuleNotFoundError: No module named 'system76driver'

sanders41 commented on 2024-11-21 15:53 (UTC)

The Gtk 4.0 check seems to be a hard error now.

system76driver/tests/test_gtk.py:32: in <module>
    from system76driver import gtk
system76driver/gtk.py:29: in <module>
    gi.require_version('Gtk', '3.0')
/usr/lib/python3.12/site-packages/gi/__init__.py:113: in require_version
    raise ValueError('Namespace %s is already loaded with version %s' %
E   ValueError: Namespace Gtk is already loaded with version 4.0
==> ERROR: A failure occurred in check().
    Aborting...
error: failed to build 'system76-driver-20.04.100-1':
error: packages failed to build: system76-driver-20.04.100-1

yochananmarqos commented on 2024-08-19 21:12 (UTC) (edited on 2024-08-19 21:13 (UTC) by yochananmarqos)

@nameless: I see. Gtk4 is not required by this package, therefore the tests get confused about it being present.

Either way, the tests failing will not stop the package from building.

EDIT: I made edits.