Merge lp:~rohangarg/ubiquity/plasma5 into lp:ubiquity

Proposed by Rohan Garg
Status: Merged
Merged at revision: 6214
Proposed branch: lp:~rohangarg/ubiquity/plasma5
Merge into: lp:ubiquity
Diff against target: 48 lines (+11/-3)
3 files modified
bin/ubiquity (+1/-1)
debian/changelog (+6/-0)
debian/ubiquity.ubiquity.upstart (+4/-2)
To merge this branch: bzr merge lp:~rohangarg/ubiquity/plasma5
Reviewer Review Type Date Requested Status
Ubuntu Installer Team Pending
Review via email: mp+228528@code.launchpad.net

Description of the change

Add support for SDDM

To post a comment you must log in.
lp:~rohangarg/ubiquity/plasma5 updated
6205. By Dimitri John Ledkov

Remove redundant inactive labels in the user setup page. (LP:
#1283047).

6206. By Colin Watson

Automatic update of included source packages: partman-auto-lvm
54ubuntu1, partman-base 175ubuntu1, partman-crypto 74ubuntu1,
partman-lvm 91.

6207. By Colin Watson

releasing package ubiquity version 2.19.2

Revision history for this message
Rohan Garg (rohangarg) wrote :

Bump? Getting this in for the beta would be highly appreciated :)

lp:~rohangarg/ubiquity/plasma5 updated
6208. By Jonathan Riddell

* Add support for sddm
* Automatic update of included source packages: flash-kernel
  3.0~rc.4ubuntu51.

6209. By Jonathan Riddell

* Revert addition of sddm to upstart job head of Beta 1,
  ubiquity-dm needs some fixes to support it
* Automatic update of included source packages: flash-kernel
  3.0~rc.4ubuntu52.

Revision history for this message
Jonathan Riddell (jr) wrote :

Reverted, needs further work to actually make ubiquity-dm transition to sddm correctly

lp:~rohangarg/ubiquity/plasma5 updated
6210. By Rohan Garg

Accomodate for SDDM

6211. By Rohan Garg

* ubiquity/plugins/ubi-console-setup.py: use untranslated keyboard
  names, the GTK side does not translate them and comments say they
  do not work. KDE frontend has crashes due to keyboard names being
  translated so give up for now. LP: #1182784
* Re-add "console output" stanza to the oem-config upstart job to
  re-instate stdin/stdout. (LP: #1361595)
* Automatic update of included source packages: netcfg 1.119ubuntu1.

6212. By Rohan Garg

Accomodate for SDDM

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 2014-07-17 14:13:42 +0000
3+++ bin/ubiquity 2014-09-02 13:48:56 +0000
4@@ -67,7 +67,7 @@
5 # Reverse actions of user-setup-apply.
6 for name in ('/etc/gdm/custom.conf', '/etc/kde4/kdm/kdmrc',
7 '/etc/lxdm/lxdm.conf', '/etc/xdg/lubuntu/lxdm/lxdm.conf',
8- '/etc/lightdm/lightdm.conf'):
9+ '/etc/lightdm/lightdm.conf', '/etc/sddm.conf'):
10 if os.path.exists('%s.oem' % name):
11 try:
12 os.rename('%s.oem' % name, name)
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2014-09-01 17:08:25 +0000
16+++ debian/changelog 2014-09-02 13:48:56 +0000
17@@ -1,3 +1,9 @@
18+ubiquity (2.19.4ubuntu1) UNRELEASED; urgency=medium
19+
20+ * Accomodate for SDDM
21+
22+ -- Rohan Garg <rohangarg@kubuntu.org> Mon, 01 Sep 2014 13:51:49 +0200
23+
24 ubiquity (2.19.6) utopic; urgency=medium
25
26 * ubiquity/plugins/ubi-console-setup.py: use untranslated keyboard
27
28=== modified file 'debian/ubiquity.ubiquity.upstart'
29--- debian/ubiquity.ubiquity.upstart 2014-08-28 12:34:47 +0000
30+++ debian/ubiquity.ubiquity.upstart 2014-09-02 13:48:56 +0000
31@@ -11,13 +11,15 @@
32 or starting kdm
33 or starting xdm
34 or starting lxdm
35- or starting lightdm)
36+ or starting lightdm
37+ or starting sddm)
38 stop on (runlevel [06]
39 or stopping gdm
40 or stopping kdm
41 or stopping xdm
42 or stopping lxdm
43- or stopping lightdm)
44+ or stopping lightdm
45+ or stopping sddm)
46
47 task
48 normal exit 0 1

Subscribers

People subscribed via source and target branches

to status/vote changes: