finish second assignment

This commit is contained in:
2018-12-14 13:07:31 -03:00
parent cd9927e501
commit 7f24927c95
26 changed files with 727 additions and 63 deletions

View File

@@ -40,6 +40,8 @@ namespace Sernatur {
return;
}
// TODO: if config file does not exist, then fallback to gsettings schemas
Config config = Config();
if (!config.read_file ("/etc/sernatur/sernatur.conf")) {
stderr.printf ("%s\n", config.error_message ());