Releases: Gpinchon/KDE-Ambient-Light
BIG LEAK FIX
Full Changelog: 3006202...0307202
30062024
Full Changelog: 1005202...3006202
10052024
Full Changelog: 0304202...1005202
03042024
Full Changelog: 2603202...0304202
26032024
Move all config options to dedicated config file
Full Changelog: 2403202...2603202
24032024
Fix for Plasma 6
Full Changelog: 1401202...2403202
Sensor brightness curve improvement
Changelog:
- improved the light sensor curve
- added SensorSmoothing key to settings to inflect the sensor curve
- fixed backlight query from KDE settings
Switch to D-Bus
This version doesn't require root access anymore and uses D-Bus instead of kernel files whenever possible.
As usual, if you installed a previous version, please run the uninstall script from the previous version.
I still need to figure out how to add a dependency to the Session D-Bus in order to gain access to org.kde.Solid.PowerManagement
For now the service will reboot every 5 seconds until it can hook to org.kde.Solid.PowerManagement
Fix service dependency
In this release the service dependencies were fixed in order to avoid a service crash at startup and the need for restart.
The ambient-light service will now run only once KDE powerdevil started.
Now with working config file !
If you installed the 10012024 version, please run the ambient-light-uninstaller.sh script FROM 10012024 VERSION before installing this one as the scripts have changed.
The new scripts must not be run with sudo, the password will be asked by bash when needed.
Changelog :
- fixed config files
- made the service a user service globally enabled
- service is now a sudoer in order to be able to modify brightness
- fixed various mistakes & typos
- found a more reliable way to get the current user (I think ?)
- updated installation/uninstallation scripts