Kilian / f.lux-indicator-applet

This repository is unmaintained. Visit:
https://github.com/xflux-gui/xflux-gui
Other
549 stars 105 forks source link

Current color temperature not accurate #42

Open tpitt opened 10 years ago

tpitt commented 10 years ago

Without changing the screen, repeatedly opening the preferences and closing shows a wide range of different current color temperatures (2700K to 6500K). Seems to be very random.

herf commented 10 years ago

The core bug is that the blocking communication channel between client and daemon gets wedged and all updates get out of sync. We should move to dbus or http instead.