-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
erroneous documentation about configuration file #878
Comments
Also curious about this. I always kinda suspected my redshift.conf file wasn't actually doing anything, so I'd also like to know which path is the right one. Update: oh wow holy crap yeah it definitely DOESN'T work at the documented path of So yeah. Official documentation is wrong/bad. |
To help a little:
Other things to look into could be: Permissions, Typos, env, Paths? I'd suggest to provide some setup information (aka. complete the issue template)
PS: I'm not a maintainer and just stumbled over this issue while browsing 🤷♀️ |
I can reproduce this issue on Linux Mint 21. If I save my configuration as ~/.config/redshift/redshift.conf and run If I save my configuration as ~/.config/redshift.conf and run |
I've tried again, with the config in ~/.config/redshift.conf and in ~/.config/redshift/redshift.conf with redshift 1.12 on Linux Mint 21.2 I can find the matching informations from redshift -p -v in both case. If I remove the redshift.conf from any of those location, then it will go to default (geoclue2 and 6500K / 4500K) Maybe redshift / the distribution had been upgraded since then... @srappel do you have the same redshift version? (1.12) |
Yes, but I have not updated LM to 21.2 yet. |
I couldn't understand why redshift wouldn't read my configuration also. Turns out that this is a bug with AppArmor not allowing redshift to read the configuration if its located in ~/.config/redshift/redshift.conf However, This is is the correct, new path, but its affect by this: #820 (comment). (more info: #850 (comment)) Luckily, the previous (now deprecated) path ~/.config/redshift.conf still appear to be working without problems. This should probably be mentioned in the readme until the bug is fixed |
Describe the bug
The Readme states:
"The configuration file should be saved in the following location depending on the platform:
"
https://github.com/jonls/redshift
but it won't work if redshift.config is located into ~/.config/redshift:
"cp redshift.conf ~/.config/redshift/"
it will only work if the conf is ~/.config/redshift.conf instead
as correctly documented in http://jonls.dk/redshift/#configuration-file
The text was updated successfully, but these errors were encountered: