-
Notifications
You must be signed in to change notification settings - Fork 27
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
Getting errors with new cofig layout[BUG] #285
Comments
Hi! Thanks for opening this issue!
I am not really sure what's causing this issue; never saw that! Can you share first 5 lines of
Yep, because if you copy it to your local config, it won't find the |
Well, i was wrong: since i used |
I actually don't have a file at /etc/default/clight.conf
|
Refs #285. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
That actually explains a lot! |
I'm getting some errors with the new config file format.
I get these errors seemingly no matter what. I have sidestepped them by copying the new config file to ~/.config/clight.conf
Then I receive errors like this:
Config file: cannot open include file at line 30.
Which I have resolved by changing the following lines:
@include "modules.conf.d/backlight.conf"
to include /etc/clight/ in the directory name.
@include "/etc/clight/modules.conf.d/inhibit.conf"
The text was updated successfully, but these errors were encountered: