-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic recompilation on kernel update [Arch] #59
Comments
Three things I'd like to mention in addition to the above:
I am on a 81Y6 Lenovo Legion 5 15IMH05H |
|
@johnfanv2 besides the version listed in the aur is not the latest i change the aur PKGBUILD in the way is listed in the Arch Wiki. It will push always the latest git commit. |
Thank you for taking the time to reply! Hope I didn't come off as rude, wasn't my intention if that was so. I am appreciate of the work you did as I have been waiting for something like this for ages.
|
@mercifulboss if you install lenovolegionlinux-dkms-git it also install lenovolegionlinux-git. About the tray app i think KDE have the option to change the mode in the battery icon (but i don't remember i don't use KDE for quite a while) |
Pleases create a new bug report (https://github.com/johnfanv2/LenovoLegionLinux/issues/new?assignees=&labels=&projects=&template=bug-report.md&title=%5BBUG%5D) and include the requested information so I can try to fix it again.
You can try to install it such that it runs globally and from the start menu. It is a little bit different on each distribution. You could do that by trying the linked AUR package or trying to copy the files to the right locations in Arch if this does not work. The latter is often different in each distribution and sometimes a little tricky (see https://github.com/johnfanv2/LenovoLegionLinux/blob/main/deploy/python_install_installer_pkg.sh and https://github.com/johnfanv2/LenovoLegionLinux/blob/main/deploy/python_install_pip_pkg.sh). That's why there is no still no install script or package for each distribution.
I already worked on it a bit (the version is not uploaded yet). Which features (power mode, battery?, ...) should be configurable or displayed in the tray? |
Thank you for your reply! I do see the app in the start menu, but clicking it does nothing. It only works if I start the program with the command mentioned above |
@mercifulboss Have you used the AUR package or another method? If you user the former, this might be problem of the AUR package @MrDuartePT. Could you also file the bug report and tell me your wishes for the tray features (see above)? |
I filed a bug report here: Apologies for the late reply. I was filling it out. I'd like to see an option for "Power profiles (since KDE doesn't have a native option for it like GNOME - maybe the program can do a check if its KDE/GNOME and show power-profiles or not depending on DE? Not sure if that's too hard to do), Toggle for Battery Conservation mode, Rapid Charge and Settings (to change fan curves manually)" Those are just my wishes, maybe you have another idea :) Thank you for being so responsive :) Edit: I installed via the AUR Package provided at the top of the repo. I installed both the git and the git-dkms versions. Whenever I click the app name I get a popup to input my password. I input my password and nothing happens. If you like I can screen record the process :) Edit 2:
I am new to the whole process, where do I put the scripts? |
Try |
Here is what I get:
|
And |
Here is what I get:
|
Ok this a problem with the PKGBUILD i know how to solve it. |
Let me know if there is anything else you need :) |
Try now (update the package) |
By the way for the power profile you need to install powerdevil (i think plasma should work like gnome and after that should be available in the menu below) :) https://pointieststick.files.wordpress.com/2021/07/screenshot_20210723_122713.png?w=1090 |
I updated from the links in the github repo (package doesn't auto-update using |
Here is what I see on my "Battery and Brightness" indicator I have powerdevil installed too: Maybe I'm doing something wrong - I'm still a linux noob :) Edit: I think I don't have |
@mercifulboss Ok i try the PKGBUILD in manjaro vm and is working, well try to dowload the PKGBUILD and install manually if yay dosent updated automatic |
auto-cpufreq disables powerprofile daemon once you install it so remove that if you want to change from KDE panel |
A hook was made in the aur package a 1 month ago this issue will be close |
Arch updates the kernel quite frequently and this is becoming a hassle to constantly recompile (I am also worried it'll break the kernel or something). I am wondering if its possible to have it in the AUR (I looked around but couldn't find any AUR packages) so this recompiles automatically when the kernel updates?
I understand that you eventually want to mainline this into the kernel, but in the meantime can this be a stopgap measure? Its less of an issue on other distros I imagine as they don't update the kernel as often.
The text was updated successfully, but these errors were encountered: