Merge lp:~fourdollars/ubiquity/trunk into lp:ubiquity

Proposed by Shih-Yuan Lee
Status: Merged
Merged at revision: 6418
Proposed branch: lp:~fourdollars/ubiquity/trunk
Merge into: lp:ubiquity
Diff against target: 13 lines (+2/-1)
1 file modified
bin/oem-config-prepare (+2/-1)
To merge this branch: bzr merge lp:~fourdollars/ubiquity/trunk
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Approve
Review via email: mp+290392@code.launchpad.net

Description of the change

Executing `oem-config-prepare --quiet` by non-root user won't be quiet.
Please consider to accept this patch and fix this problem.

To post a comment you must log in.
lp:~fourdollars/ubiquity/trunk updated
6405. By Luke Yelavich

ubiquity/frontends/gtk_ui.py: Extend keyboard shortcut code for
accessibility profiles to work with flavours other than Ubuntu/Unity
(LP: #1546317)

6406. By Luke Yelavich

Automatic update of included source packages: console-setup
1.108ubuntu13, hw-detect 1.117ubuntu1, netcfg 1.135ubuntu2.

6407. By Luke Yelavich

Drop unused profile set method that was missed previously

6408. By Luke Yelavich

Disable the screen reader activation keyboard shortcut in Unity, GNOME,
and Mate flavours. In almost all cases, the settings daemon catches the
keystroke before Ubiquity gets it, and was preventing the blindness
profile from being properly activated

6409. By Luke Yelavich

Automatic update of source packages: choose-mirror 2.65ubuntu6.

6410. By Luke Yelavich

releasing package ubiquity version 2.21.54

6411. By Jean-Baptiste Lallement

autopilot: Merged autopilot tests fixes from Chris Lee. Thanks

6412. By Luke Yelavich

Merge branch lp:~timo-jyrinki/ubiquity/kubuntu_slideshow_i18n_lp1512834

6413. By Luke Yelavich

Automatic update of included source packages: console-setup
1.108ubuntu14.

6414. By Luke Yelavich

releasing package ubiquity version 2.21.55

6415. By Mathieu Trudel-Lapierre

* Update translations from Launchpad. (LP: #1569232)
* debian/ubiquity.ubiquity.service: Start console ttys for debugging during
  an installation. (LP: #1567194)
* data/oem-config.target: also enable console TTYs for the OEM configuration
  target/service.

6416. By Mathieu Trudel-Lapierre

releasing package ubiquity version 2.21.56

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

LGTM

review: Approve
lp:~fourdollars/ubiquity/trunk updated
6417. By Mathieu Trudel-Lapierre

Automatic update of included source packages: localechooser
2.65ubuntu4. (LP: #1551285)

6418. By Mathieu Trudel-Lapierre

Really make oem-config-prepare quiet when started by a non-priviledged
user.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/oem-config-prepare'
2--- bin/oem-config-prepare 2016-03-28 21:51:48 +0000
3+++ bin/oem-config-prepare 2016-03-30 05:29:58 +0000
4@@ -34,7 +34,8 @@
5 /bin/systemctl enable oem-config.target
6 /bin/systemctl set-default oem-config.target
7 else
8- pkexec "$0" ${quiet:---quiet} "$@"
9+ pkexec "$0" ${quiet:+--quiet} "$@"
10+ exit 0
11 fi
12
13 if [ -z "$quiet" ]; then

Subscribers

People subscribed via source and target branches

to status/vote changes: