Philip Sequeira
Philip Sequeira
What is the status of this problem? I'd like to use this on KDE without having to use gnome-settings-daemon.
Better yet, keep it in the config file (default is `~/.config/redshift.conf`). ``` [redshift] location-provider=manual [manual] lat= lon= ```
Some other torrent clients can be configured to run a script/command on completion. That would provide a superset of this functionality and be useful for other things. It could just...
To me this seems most useful as a per-file option, and a regex replace would be less generalizable, less debuggable, etc. (and a regex replace could be trivially implemented as...
> A find/replace regex is strictly more generalizable than setting a constant value. If you know the key you want you could just `s/.*/YOUR_KEY` and set that as a per...
> I don't agree with the idea of passing a watch-later-key to resume a video. This would force the user to come up with a key name for every video...
Out of curiosity, what would be the complications? I've been planning to write an image viewer and this issue had occurred to me. I figured the tiles would have to...
I have a similar regression that I bisected to a3fc6b55acd3f37e50915304d87bed100efa9d9d. Let me know if I should open a new issue, but I suspect the cause and resolution will be the...