https://bugs.kde.org/show_bug.cgi?id=363058

--- Comment #9 from David Edmundson <k...@davidedmundson.co.uk> ---
Worst still it's writing into the GDM config.

#define PATH_GDM_CUSTOM "/etc/gdm/custom.conf"

...
        if (!g_key_file_load_from_file (keyfile,
                                        PATH_GDM_CUSTOM,
                                        G_KEY_FILE_KEEP_COMMENTS,
                                        error)) {
                g_key_file_free (keyfile);
                return FALSE;
        }
..

That's a bit rubbish from our side.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to