Search Criteria
Package Details: legion-fan-utils-linux-git r52.eff4124-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/legion-fan-utils-linux-git.git (read-only, click to copy) |
|---|---|
| Package Base: | legion-fan-utils-linux-git |
| Description: | Systemd service that will apply a given profile (read the systemd section in the repo). Needs LenovoLegionLinux to work |
| Upstream URL: | https://github.com/Petingoso/legion-fan-utils-linux |
| Licenses: | GPL |
| Conflicts: | lenovolegionlinux-git |
| Submitter: | MrDuartePT |
| Maintainer: | MrDuartePT |
| Last Packager: | MrDuartePT |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-03-14 18:29 (UTC) |
| Last Updated: | 2023-09-21 14:20 (UTC) |
Latest Comments
MrDuartePT commented on 2023-09-21 14:15 (UTC) (edited on 2023-09-21 14:15 (UTC) by MrDuartePT)
Sorry for take a bit of time to update the package. I also what to inform that if you are using LenovoLegionLinux-git package you don't need this since it was implement in LLL a long time ago.
dreieck commented on 2023-09-21 11:55 (UTC)
Please remove dependency on
python-argparse-shim. This is not needed at all.python-argparseis part of core python.python-argparse-shimis only there for packages which have not been fixed yet and still depend onpython-argparse, to fulfill their dependency.Depending on
python-argparse-shimis pointless, superfluos, and might break whenpython-argparse-shimis to be deleted because it came obsolete.Thanks for maintaining!
leledumbo commented on 2023-06-09 18:28 (UTC)
The PKGBUILD contains small but fatal errors:
Fixing those two will allow the package to be built and installed. However, post installation script is still broken:
Now I don't really know how to fix this one without thorough debugging.
dreieck commented on 2023-05-12 12:24 (UTC)
python-argparsemust be removed from thedependsarray, see ↗ here.Thanks for maintaining!
yochananmarqos commented on 2023-04-28 03:18 (UTC)
Please use a pkgver function, see VCS package guidlines
The files are being installed with improper permissions. Binaries / scripts should be
0755and the other files should be0644.MrDuartePT commented on 2023-03-15 22:15 (UTC)
I add the missing dependency try now to see if works
serj1983 commented on 2023-03-15 19:33 (UTC)
You need to add a dependency to the "python-psutil" package, otherwise an error will appear:
fancurve-set.sh[21856]: Applying Quiet Mode Fan Curve ﴛ -> charger... fancurve-set.sh[21856]: Traceback (most recent call last): fancurve-set.sh[21856]: File "/usr/local/bin/lenovo-legion-fan-service.py", line 3, in <module> fancurve-set.sh[21856]: import psutil fancurve-set.sh[21856]: ModuleNotFoundError: No module named 'psutil'