Searched refs:USER_CONFIG_FILE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Duser.c129 #define USER_CONFIG_FILE "/etc/lightdm/users.conf" macro
208 g_debug ("Loading user config from %s", USER_CONFIG_FILE);
211 g_key_file_load_from_file (config, USER_CONFIG_FILE, G_KEY_FILE_NONE, &error);
213 g_warning ("Failed to load configuration from %s: %s", USER_CONFIG_FILE, error->message); // FIXME: Don't make warning on no file, just info

Completed in 44 milliseconds