Merge lp:~swem/ubiquity/ubiquity.fixGDMPath into lp:ubiquity

Proposed by Chen-Han Hsiao (Stanley)
Status: Merged
Approved by: Mathieu Trudel-Lapierre
Approved revision: 6534
Merged at revision: 6537
Proposed branch: lp:~swem/ubiquity/ubiquity.fixGDMPath
Merge into: lp:ubiquity
Diff against target: 12 lines (+1/-1)
1 file modified
bin/ubiquity (+1/-1)
To merge this branch: bzr merge lp:~swem/ubiquity/ubiquity.fixGDMPath
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Approve
Sebastien Bacher Approve
Review via email: mp+324609@code.launchpad.net

Description of the change

correct gdm custom config file path.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

that change makes sense to me

review: Approve
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/ubiquity'
2--- bin/ubiquity 2016-08-25 14:56:48 +0000
3+++ bin/ubiquity 2017-05-25 10:27:08 +0000
4@@ -72,7 +72,7 @@
5 import traceback
6
7 # Reverse actions of user-setup-apply.
8- for name in ('/etc/gdm/custom.conf', '/etc/kde4/kdm/kdmrc',
9+ for name in ('/etc/gdm3/custom.conf', '/etc/kde4/kdm/kdmrc',
10 '/etc/lxdm/lxdm.conf', '/etc/xdg/lubuntu/lxdm/lxdm.conf',
11 '/etc/lightdm/lightdm.conf'):
12 if os.path.exists('%s.oem' % name):

Subscribers

People subscribed via source and target branches

to status/vote changes: