lightdm module: Extract greeter configuration and add theme options#11336
Merged
ocharles merged 2 commits intoNixOS:masterfrom Nov 30, 2015
Merged
lightdm module: Extract greeter configuration and add theme options#11336ocharles merged 2 commits intoNixOS:masterfrom
ocharles merged 2 commits intoNixOS:masterfrom
Conversation
|
By analyzing the blame information on this pull request, we identified @wkennington, @ocharles and @viric to be potential reviewers |
Contributor
|
This is looking great! Just a quick question and one suggestion (removing an unused variable) then we're good to go. |
52c7b27 to
010bc51
Compare
Contributor
Author
|
@ocharles I've pushed the fix for the unused variable and an unwanted tab, and added an explanation to your suggestion, as I believe it should work this way. |
010bc51 to
a621fd7
Compare
Contributor
Author
|
@ocharles I have pushed a final version after getting some help from @lethalman. It improves the greeter option and should fix the issues with multiple greeters. The current behaviour is:
|
Contributor
|
Excellent, looks great to me! Thanks :) |
ocharles
added a commit
that referenced
this pull request
Nov 30, 2015
lightdm module: Extract greeter configuration and add theme options
Contributor
|
This PR breaks evaluation if you don't use LightDM: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've extracted the configuration for the lightdm-gtk-greeter, to potentially allow for future greeters, and making configuring them more structured.
I've also added options to being able to configure the theme of this greeter, without reimplementing the whole greeter wrapper.
This is my first pull request to this repository, so any feedback is welcome.