linuxmint / linuxmint/slick-greeter

Support for Drop-in config directories

Open
#267 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Vala
Stars
441
Forks
70
PR merge metrics
No merged PRs in 30d

Description

Right now, the config is /etc/lightdm/slick-greeter.conf. Many system settings also have a .d directory that allows the user to add extra files that are also loaded. In this case, it would likely be /etc/lightdm/slick-greeter.conf.d/<something>.conf or something of the like.

There are many use cases for this, for example with automation like Ansible, where it is very inconvenient to deal with a single file config, whereas drop-in directories would make it trivial to simply add a file instead of parsing the config.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the code that loads /etc/lightdm/slick-greeter.conf and check how configuration files are discovered and parsed. Define the ordering and naming rules for /etc/lightdm/slick-greeter.conf.d/.conf, then verify that drop-in settings are loaded alongside the existing configuration and that the current single-file behavior remains supported.

Written by the indexing model from the issue text.

Assessment

Domain
desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.