Error when reading configuration file, line 16: duplicate setting name
DaveJarvis opened this issue · 0 comments
DaveJarvis commented
Replicate
- Install fresh copy of Antergos (xfce desktop).
- Create a regular user as per usual.
- Log in with said user.
- Open Settings Manager.
- Click Window Manager Tweaks.
- Click Compositor tab.
- Uncheck Enable display compositing.
- Click Close.
- Open a terminal.
- Type:
pacman -Sy compton
- Type:
compton &
Expected Results
No errors.
Actual Results
[ 2019-01-27 22:34:14.116 parse_config_libconfig ERROR ] Error when reading configuration file "$HOME/.config//compton.conf", line 16: duplicate setting name
Additional Details
There is a double slash //
in the path to the filename. While this won't affect functionality, it appears to be a slight technical oversight.
The default configuration file has three uncommented references to shadow-exclude
:
shadow-exclude = [ "n:e:Notification" ]; # Exclude conditions for shadows.
# shadow-exclude = "n:e:Notification";
shadow-exclude = "n:a:Conky";
shadow-exclude = "synapse";