Package Details: asusctltray-git r28.c8ef0ba-1

Git Clone URL: https://aur.archlinux.org/asusctltray-git.git (read-only, click to copy)
Package Base: asusctltray-git
Description: Simple tray profile switcher for asusctl
Upstream URL: https://github.com/Baldomo/asusctltray
Licenses: MIT
Conflicts: asusctltray
Provides: asusctltray
Submitter: Baldo
Maintainer: Baldo
Last Packager: Baldo
Votes: 0
Popularity: 0.000000
First Submitted: 2022-01-23 11:09 (UTC)
Last Updated: 2024-05-16 23:35 (UTC)

Dependencies (6)

Required by (1)

Sources (1)

Latest Comments

qbvt commented on 2024-12-30 15:03 (UTC) (edited on 2024-12-30 15:04 (UTC) by qbvt)

Hi Baldo, thanks for your work on this package :)

On my system, 2 dependencies seem to be missing from the pkgbuild.

1/ python-gobject

[test@test ~]$ asusctltray 
Traceback (most recent call last):
  File "/usr/local/bin/asusctltray", line 31, in <module>
    import gi
ModuleNotFoundError: No module named 'gi'

2/ libappindicator-gtk3

[test@test ~]$ asusctltray 
Traceback (most recent call last):
  File "/usr/local/bin/asusctltray", line 34, in <module>
    gi.require_version("AppIndicator3", "0.1")
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/gi/__init__.py", line 122, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace AppIndicator3 not available

3/ systemd services

Finally, (and this is more of a note for other who may run into the issue rather than to the maintainer here), systemd services asusd and supergfxd need to be running. Otherwise, one receives a relatively-non descriptive error message.

Baldo commented on 2022-12-30 11:07 (UTC) (edited on 2022-12-30 11:07 (UTC) by Baldo)

Thank you willemw, fixed.

willemw commented on 2022-12-29 08:00 (UTC)

conflicts=(asusctltray) is missing.

Baldo commented on 2022-05-05 15:11 (UTC)

Sure, I guess adding git is fine, but shouldn't you be already using it to clone the PKGBUILD from the AUR?

Taijian commented on 2022-05-05 14:23 (UTC)

please add git as a make-depends!