- Feb 21, 2025
-
-
- Feb 18, 2025
-
-
Marco Trevisan authored
-
-
- Feb 12, 2025
-
-
This is new to 6.14. Currently PPD recognizes this as "cool"
-
|ppd mode | charger | |------------|----------| |power-saver | trickle | |balanced | standard | |performance | fast | Also, avoid changing if already set to adaptive as well. Co-Authored-By:
Marco Trevisan <mail@3v1n0.net>
-
Marco Trevisan authored
-
When configured as 'Custom' PPD will stomp on other software's changes. Check explicitly for this value and avoid making changes while it's set. This is a short term solution. Longer term a new upower API will be used. Closes: #177
-
- Feb 08, 2025
-
-
It's the distro I'm using, so it makes things easier to maintain. It tend to be also a bit more stable, so it helps unless we need something really bleeding edge (but we can still switch to devel if required). Finally fedora does not use ppd anymore, so there's no much point to use it as our development target
-
Mario Limonciello authored
This will allow DE environments to decide whether they want to allow actions and profiles to dynamically change from the battery level or AC adapter presence.
-
Mario Limonciello authored
-
Mario Limonciello authored
-
Mario Limonciello authored
While in power-saver mode the clock changes are reported to be too aggressive for some users requested behavior. Change the action to opt-in so that users that want to use it can still enable it. Fixes: #164
-
Mario Limonciello authored
-
Mario Limonciello authored
-
Mario Limonciello authored
-
Mario Limonciello authored
This information is stored in the new 'Actions' group in the keyfile. If missing for any action, then use the value for 'optin' specified in the action.
-
Mario Limonciello authored
-
Mario Limonciello authored
-
Mario Limonciello authored
Only show this in the modern interface.
-
Mario Limonciello authored
Default to disabled
-
Mario Limonciello authored
This action will currently default to enabled.
-
Mario Limonciello authored
This action will currently default to enabled.
-
Mario Limonciello authored
Actions now have additional fields: * "Description": A user friendly string to explain what an action does * "Optin": Whether an action should default enabled or disabled * "Active": Whether an action is enabled or disabled These fields will be used for controlling the lifecycle of action. Matching helpers for the core to call are also provided.
-
Mario Limonciello authored
-
Mario Limonciello authored
-
Mario Limonciello authored
This is needed to keep codespell happy.
-
Mario Limonciello authored
-
The valgrind jobs are failing currently on CI, while they're working properly locally (even with the CI image), so let's not block on them
-
-
For some reason it seems to hang when repeated in CI (only), so let's ignore it for now instead of blocking on it.
-
-
-
- Feb 06, 2025
-
-
Marco Trevisan authored
-
- Jan 07, 2025
-
-
Rogerio Alves authored
The too-many-positional-arguments warning introduced in commit 4a367430 caused a regression in pylint-integration-tests for versions of pylint < 3.3.0, as these versions do not support the too-many-positional-arguments check. Added disable=unknown-option-value to the pylint disable line for compatibility with pylint < 3.3.0, avoiding test failures. Kept disable=too-many-positional-arguments for pylint >= 3.3.0, since the function exceeds the maximum allowed positional arguments (R0917) and may cause lint errors. Fixes: #174
-
- Jan 02, 2025
-
-
Mario Limonciello authored
-
Mario Limonciello authored
-
- Dec 28, 2024
-
-
- Dec 26, 2024
-
-
Rather than checking for active mode at startup and then never checking it again check the mode when trying to write a value. If it's not active, log something to the journal. This is intentionally not failing because users could still have an ACPI platform-profile change occur. Fixes: #168
-
Mario Limonciello authored
-
Mario Limonciello authored
-