lp:plymouth
- Get this branch:
- bzr branch lp:plymouth
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://anongit.freedesktop.org/plymouth.
Last successful import was 4 hours ago.
Recent revisions
- 1824. By Ray Strode <email address hidden> on 2017-12-20
-
device-manager: drop superfluous create_
pixel_displays_ for_renderer call commit 29e27637694eefc
962d53333c729e6 cac1c66518 tried to move
create_pixel_displays_ for_renderer down a couple of lines, but it
inadvertently copied it instead of moved it.This commit fixes that.
- 1823. By Ray Strode <email address hidden> on 2017-12-11
-
x11: don't call gdk_display_
get_name before gtk_init The x11 plugin calls gdk_display_
get_name at load time
to set the device name state. This no longer works, since
gtk_init_check() happens later at open_device time, and
GTK+ no longer allows gdk_display_get_name before gtk_init. This commit moves the gtk_init call earlier, to
create_backend, so gdk_display_get_name works again. - 1821. By <email address hidden> <email address hidden> on 2017-11-09
-
populate-initrd: handle themes with subdirs
Not all distros use the upstream plymouth-
populate- initrd
script to populate their initramfs. As a consequence,
some themes have been developed that use subdirectories,
(which is not supported by plymouth-populate- initrd) . This commit adds support for that feature, so that
preexisting themes get properly installed. - 1820. By Ray Strode <email address hidden> on 2017-11-07
-
device-manager: fall back to text mode if graphical devices fail
Right now we assume if we find a /dev/dri/card0 that it will work.
That may not be true. The proprietary nvidia driver, for instance,
provides /dev/dri/card0 but disables modesetting by default.This commit makes sure we fall back to text mode if /dev/dri/card0
is insufficient for our needs. - 1819. By Daniel Baumann on 2017-08-24
-
scripts: Use >&2 instead of /dev/stderr
/dev/stderr isn't always available in chroots, so use
>&2 instead.https:/
/bugs.debian. org/cgi- bin/bugreport. cgi?bug= 581649
https://bugs.freedeskt op.org/ show_bug. cgi?id= 102388 - 1818. By Sakaki <email address hidden> on 2017-08-18
-
terminal: add include for sysmacros.h
That file is, in some cases, not included implicitly by sys/types.h.
This commit explicitly includes it.
- 1816. By Ray Strode <email address hidden> on 2017-05-11
-
terminal-session: don't delete boot.log
We want to append to it now.
- 1815. By Ray Strode <email address hidden> on 2017-05-11
-
Revert "Make boot.log world readable by default"
This reverts commit fc5cd88767db618
05519fef5318238 6ba56c6405. It's better to let the admin of the system decide the permissions,
than forcefully change them.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
