~kennylevinsen/wlsunset#11: 
wlsunset resets to default gamma between sunset and dusk

wlsunset runs fine until the failed message after which the gamma is returned to the daylight default.

setting temperature on output '47' to 4689 K
setting temperature on output '47' to 4665 K
gamma control of output 47 failed
setting temperature on output '47' to 4641 K

I've even created a script to automatically restarts wlsunset after it stopped working:

#!/bin/sh
while wlsunset -l 46.8 -L 8.5 2>&1| read line; do
    echo "$line" |grep -q failed && pkill wlsunset
done

This problem also happens with redshift. This problem also happens if I change to another location.

Status
RESOLVED CLOSED
Submitter
~hboetes
Assigned to
No-one
Submitted
2 years ago
Updated
6 months ago
Labels
No labels applied.

~hboetes 6 months ago

Does not happen any more.

~kennylevinsen REPORTED CLOSED 6 months ago

Register here or Log in to comment, or comment via email.