lp://staging/~xnox/ubuntu/trusty/plymouth/private-upstart-socket
- Get this branch:
- bzr branch lp://staging/~xnox/ubuntu/trusty/plymouth/private-upstart-socket
Branch merges
- James Hunt: Pending requested
- Stéphane Graber: Pending requested
- Colin Watson: Pending requested
- Steve Langasek: Pending requested
- Ubuntu branches: Pending requested
-
Diff: 4818 lines (+4385/-150)21 files modified.pc/applied-patches (+4/-0)
.pc/dont-bail-on-dummy-terms.patch/src/upstart-bridge/plymouth-upstart-bridge.c (+339/-0)
.pc/no-print-empty-description.patch/src/upstart-bridge/ply-upstart-monitor.c (+1182/-0)
.pc/ubuntu-logo-scale-factor-2.patch/themes/ubuntu-logo/Makefile.am (+23/-0)
.pc/ubuntu-logo-scale-factor-2.patch/themes/ubuntu-logo/ubuntu-logo.plymouth.in (+8/-0)
.pc/use-upstart-private-socket.patch/src/upstart-bridge/ply-upstart-monitor.c (+1301/-0)
debian/changelog (+22/-0)
debian/control (+1/-1)
debian/patches/dont-bail-on-dummy-terms.patch (+17/-0)
debian/patches/no-print-empty-description.patch (+14/-0)
debian/patches/series (+4/-0)
debian/patches/ubuntu-logo-scale-factor-2.patch (+1202/-0)
debian/patches/use-upstart-private-socket.patch (+198/-0)
debian/plymouth-theme-ubuntu-logo.postinst (+6/-0)
debian/plymouth-theme-ubuntu-logo.prerm (+2/-0)
debian/plymouth.plymouth-upstart-bridge.upstart (+5/-2)
src/upstart-bridge/ply-upstart-monitor.c (+11/-130)
src/upstart-bridge/plymouth-upstart-bridge.c (+3/-1)
themes/ubuntu-logo/Makefile.am (+18/-5)
themes/ubuntu-logo/ubuntu-logo.plymouth.in (+2/-2)
themes/ubuntu-logo/ubuntu-logo.script.in (+23/-9)
Related bugs
Bug #1185560: Console <-> Upstart bridge shows very confusing and unhelpful "Starting" and "Stopping" with no descriptions | Medium | Fix Released | |
Bug #1292458: [FFe] a bunch of updates to plymouth | Undecided | Fix Released |
Related blueprints
Branch information
- Owner:
- Dimitri John Ledkov
- Status:
- Development
Recent revisions
- 1477. By Dimitri John Ledkov
-
Make ubuntu-logo theme support scale factor, provide one plymouth
theme with scale 1 and another with scale 2, until scale factor can be
dynamically detected. - 1475. By Dimitri John Ledkov
-
debian/
plymouth. plymouth- upstart- bridge. upstart: update stop on
conditions to stop when plymouth-shutdown finishes. - 1474. By Dimitri John Ledkov
-
* debian/
patches/ no-print- empty-descripti on.patch: do not store
description when dbus returns empty string, and thus stop printing
empty "Starting... done" messages. - 1473. By Dimitri John Ledkov
-
system dbus, use private upstart socket in the plymouth-
upstart- bridge.
* debian/patches/ dont-bail- on-dummy- terms.patch: don't bail
plymouth-upstart- bridge if TERM is not set and/or running on a dummy
terminal, as we can run on those. - 1472. By Dimitri John Ledkov
-
* debian/
patches/ use-upstart- private- socket. patch: instead of using
system dbus, use private upstart socket.
* debian/plymouth. plymouth- upstart- bridge. upstart: start
plymouth-upstart- bridge on startup, and thus gather a more complete
boot.log.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/trusty/plymouth