$ /usr/bin/slimbookbattery
Traceback (most recent call last):
File "/usr/share/slimbookbattery/slimbookbattery", line 29, in <module>
AttributeError: 'NoneType' object has no attribute 'find'
on ArchLinux
Git Clone URL: | https://aur.archlinux.org/slimbookbattery.git (read-only, click to copy) |
---|---|
Package Base: | slimbookbattery |
Description: | Battery optimization application for portable devices. |
Upstream URL: | https://github.com/slimbook/slimbookbattery |
Licenses: | GPL-3.0-or-later |
Submitter: | tioguda |
Maintainer: | yochananmarqos (Slimbook) |
Last Packager: | yochananmarqos |
Votes: | 19 |
Popularity: | 0.160994 |
First Submitted: | 2019-06-05 13:43 (UTC) |
Last Updated: | 2024-05-14 22:22 (UTC) |
« First ‹ Previous 1 2 3 4
$ /usr/bin/slimbookbattery
Traceback (most recent call last):
File "/usr/share/slimbookbattery/slimbookbattery", line 29, in <module>
AttributeError: 'NoneType' object has no attribute 'find'
on ArchLinux
FYI
The latest update is having following error. Thank you for the package.
Building slimbookbattery... ==> Making package: slimbookbattery 3.10beta-1 (Friday 05 July 2019 03:36:02 PM IST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found slimbookbattery_3.10beta_all.deb ==> Validating source files with sha512sums... slimbookbattery_3.10beta_all.deb ... FAILED ==> ERROR: One or more files did not pass the validity check!
@sperezl, thanks for the info.
Thanks @tioguda for this package. If you don't have xorg-xdpyinfo the slimbookbattery preferences crush at start with the following error.
Traceback (most recent call last): File "/usr/share/slimbookbattery/preferences.py", line 3533, in <module> File "/usr/share/slimbookbattery/preferences.py", line 63, in init ValueError: invalid literal for int() with base 10: ''
Because preferences.py can't exec dimensiones = subprocess.getoutput("xdpyinfo | grep 'dimensions:'")
Solved with the installation of this package. Now it works well in Manjaro. As a suggestion, add xorg-xdpyinfo to the dependencies.
Pinned Comments