https://bugs.kde.org/show_bug.cgi?id=419858

Andrew <travn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |travn...@gmail.com

--- Comment #8 from Andrew <travn...@gmail.com> ---
Created attachment 164372
  --> https://bugs.kde.org/attachment.cgi?id=164372&action=edit
GUI config

For me it happens from time to time.
Seems like it misses either the current time (scheduledTransitionDateTime) or
targetTemperature somehow.
Example state after such a miss; night color configured to 3000°K and not
applied here:

    $ for p in `qdbus org.kde.NightColor /ColorCorrect | grep ^property | cut
-d. -f5`; do
        echo "$p = `qdbus org.kde.NightColor /ColorCorrect $p`"
    done

    available = true
    currentTemperature = 5000
    enabled = true
    inhibited = false
    mode = 2
    previousTransitionDateTime = 1703224800
    previousTransitionDuration = 60000
    running = true
    scheduledTransitionDateTime = 1703275200
    scheduledTransitionDuration = 60000
    targetTemperature = 5000

    $ date
    Fri Dec 22 10:24:49 PM EET 2023

    $ date --date=@1703275200
    Fri Dec 22 10:00:00 PM EET 2023

Applet icon tells "Night Color is active (5000K)".
After clicking it generates message "Night Color off" (inhibited).

Screenshot of the graphical config attached.

Using Xorg, Fedora 39:
    kwin-common-5.27.10-1.fc39.x86_64
    plasma-workspace-libs-5.27.10-1.fc39.x86_64
    kdeplasma-addons-5.27.10-1.fc39.x86_64
    kde-workspace-common-4.11.22-39.fc39.noarch
    kde-baseapps-common-16.12.2-15.fc39.noarch
    kde-runtime-17.08.3-28.fc39.x86_64

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to