-
Notifications
You must be signed in to change notification settings - Fork 160
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
[Next] Network check and switch to dbus #679
base: master
Are you sure you want to change the base?
Conversation
The automatic_upgrades.py script now uses dbus to check if theres a power supply connected. Additionally the NetworkManager metered flag is checked and the Network state. The script now waits for the network connection or power supply to reappear.
update of deps (in debian/control) or atleast check if ${python:Depends} already add them correctly, I tried to check the packages generate by circleci but after 30 days was deleted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
Switching to UPower could definitely be an improvement because the path to the kernel file containing the percentage varies among battery types...thanks! Checking for metered connection is also great, but maybe add an info and a setting in mintUpdate whether to ignore this? |
The automatic_upgrades.py script now uses dbus to check if theres a power supply connected.
Additionally the NetworkManager metered flag is checked and the Network state.
The script now waits for the network connection or power supply to reappear.