Jon Lund Steffensen

Results 69 comments of Jon Lund Steffensen

I think this feature request is best handled with the `preserve` option. I would like to avoid having to handle ICC profiles explicitly in Redshift. In the future the `preserve`...

@Coaxial [It was added in 1.11](https://github.com/jonls/redshift/blob/master/NEWS.md#v111-2016-01-02).

In 1.12, preserve is the default. It's controlled by the `-P` option (to disable) instead of having to specify it specifically for each adjustment method.

This is a neat feature but I don't think it's useful to most users so I'm not sure if the added complexity is worth merging. It looks like the implementation...

I think this might be appropriate as a feature in redshift-gtk. Is there a unified way of registering for these keyboard events through Gtk or does it depend on the...

Install the xdg module. If you installed Redshift from packages provided by your distribution, you should contact your distribution and ask them to install the correct dependencies.

If you're building Redshift from source you have to make sure that you compile one or more adjustment methods, otherwise you'll end up with just "dummy" and the "No more...

Yeah it seems like it should be easy to try Ayatana first then fallback to the old import since the APIs are supposedly compatible?

It looks like you are trying to use Python 2.7. This library requires Python 3.5 or later.

It would definitely be great to have a backtrace from gdb. I'm not sure how to go about obtaining such a backtrace when the crash only happens as it is...