Package Details: system76-driver 24.04.19-1

Git Clone URL: https://aur.archlinux.org/system76-driver.git (read-only, click to copy)
Package Base: system76-driver
Description: Universal driver for System76 computers
Upstream URL: https://github.com/pop-os/system76-driver
Licenses: GPL-2.0-or-later
Submitter: ava1ar
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 24
Popularity: 0.077299
First Submitted: 2013-08-18 05:41 (UTC)
Last Updated: 2026-05-28 21:32 (UTC)

Latest Comments

1 2 3 4 5 6 .. 18 Next › Last »

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)

How about applying the change mentioned in https://github.com/pop-os/system76-driver/issues/197#issuecomment-1192945587, to resolve the bug mentioned in https://wiki.archlinux.org/title/System76_Oryx_Pro#Modules_2?

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.