Package Details: asusctl 6.1.10-0.1

Git Clone URL: https://aur.archlinux.org/asusctl.git (read-only, click to copy)
Package Base: asusctl
Description: A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops
Upstream URL: https://asus-linux.org
Keywords: anime asus matrix rog
Licenses: MPL-2.0
Conflicts: gnome-shell-extension-asusctl-gnome
Submitter: fabiscafe
Maintainer: fabiscafe
Last Packager: fabiscafe
Votes: 21
Popularity: 2.53
First Submitted: 2021-09-18 11:01 (UTC)
Last Updated: 2025-03-03 22:32 (UTC)

Sources (1)

Pinned Comments

fabiscafe commented on 2023-06-13 21:53 (UTC) (edited on 2024-05-11 23:43 (UTC) by fabiscafe)

Official Setup Guide

https://asus-linux.org/guides/arch-guide/

Merge/Pull Requests / Bugreports

https://gitlab.archlinux.org/fabiscafe/asusctl_aur

Known Issues

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

fabiscafe commented on 2022-12-04 18:59 (UTC)

@kojq ahh OK. Both, asusctl and rog-control-center are build from the same PKGBUILD, See: https://aur.archlinux.org/pkgbase/asusctl. Since rog-control-center requires libappindicator-gtk3 and supergfxctl they need to be in the make-deps.

kojq commented on 2022-12-04 18:50 (UTC)

@fabiscafe I was thinking based on what I read that these dependencies can be removed:

  • libappindicator-gtk3 (libappindicator-bzr) (make)
  • supergfxctl (supergfxctl-git, supergfxctl) (make)

I don't try/want to make this something of a supported distribution option.

👌

fabiscafe commented on 2022-12-04 18:07 (UTC)

@kojq I don't quite understand your comment, at least the package splitting section. (Is it just as an information?)

For the last part - to be honest, while I maintain the PKGBUILD I can not verify it as I don't have actual supported hardware (Vivobook). So I don't try/want to make this something of a supported distribution option. ☺️

kojq commented on 2022-12-04 17:27 (UTC)

To quote from a member of the team (with minor corrections):

"rog-control-center has been split out from the asusctl package into a separate package with the same name, rog-control-center. If you want that GUI, please install it; it is not a dependency of asusctl.

This is done to allow users to use asusctl only without pulling supergfxctl and libappindicator-gtk3 to have rog-control-center working."

Also, a personal suggestion is to (maybe) communicate with them about these packages being maintained.

👋

glorious-yellow commented on 2022-11-20 21:21 (UTC)

Missing libappindicator-gtk3 dependency (will crash if not installed)

dodomo commented on 2022-10-12 23:45 (UTC)

@aliksend It might be that you're using the nightly release of rust. I got the same error, but once I changed to the stable release of rust and re-installed, it worked fine.

fabiscafe commented on 2022-10-06 11:18 (UTC)

@aliksend sadly it builds just fine for me. The eframe package also is in this commit. I honestly have no idea whats wrong.

Would you mind to try to build it in a clean chroot?

aliksend commented on 2022-10-06 09:43 (UTC) (edited on 2022-10-06 09:44 (UTC) by aliksend)

Unable to install:

==> Starting pkgver()...
==> Starting build()...
cargo build --release
error: no matching package named `eframe` found
location searched: https://github.com/emilk/egui#9b2c3d10
required by package `rog-control-center v1.1.1 (/home/aliksend/.cache/yay/asusctl/src/asusctl/rog-control-center)`
make: *** [Makefile:116: build] Error 101
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: asusctl

fabiscafe commented on 2022-10-05 17:38 (UTC)

@encelo pkgconf is part of base-devel. You're expected to have it installed if you build packages, they should not be added to PKGBUILDs.

encelo commented on 2022-10-05 00:36 (UTC)

It seems like pkgconf should be added to the make depends array.