greeter regression, no longer allowing flavours to customize the greeter
Bug #834701 reported by
Stéphane Graber
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity Greeter |
Fix Released
|
High
|
Michael Terry | ||
unity-greeter (Ubuntu) |
Fix Released
|
High
|
Michael Terry | ||
Oneiric |
Fix Released
|
High
|
Michael Terry |
Bug Description
Two days ago, unity-greeter got updated to allow customization of the distribution name and version through its configuration file. This was done following a request and patch I sent to Robert.
I then quickly updated the edubuntu-artwork package to use these new options.
Yesterday's unity-greeter upload dropped that functionality and replaced it by an hardcoded logo which AFAICS isn't configurable.
It'd be great if that last change can either be reverted or the path to that logo be configurable so we can override it for Edubuntu.
I'm targeting that bug to beta-1 as that's affecting the branding/look consistency of Edubuntu and I'd rather not have that change post-beta1.
Related branches
lp://staging/~mterry/unity-greeter/custom-logo
- Robert Ancell: Pending requested
-
Diff: 61 lines (+9/-7)3 files modifieddata/unity-greeter.conf (+2/-4)
src/unity-greeter.vala (+1/-0)
src/user-list.vala (+6/-3)
Changed in unity-greeter (Ubuntu): | |
milestone: | none → ubuntu-11.10-beta-1 |
Changed in unity-greeter (Ubuntu Oneiric): | |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in unity-greeter (Ubuntu Oneiric): | |
importance: | Low → High |
status: | Confirmed → Triaged |
Changed in unity-greeter: | |
assignee: | nobody → Michael Terry (mterry) |
status: | New → In Progress |
Changed in unity-greeter (Ubuntu Oneiric): | |
assignee: | nobody → Michael Terry (mterry) |
Changed in unity-greeter: | |
status: | In Progress → Fix Committed |
importance: | Undecided → High |
Changed in unity-greeter: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Attaching a proposed patch dropping os-name and os-version from the default configuration file (they aren't used anyway) and introducing a new logo option to allow customization of the logo.