Color tweaks not reset on plymouth exit
Jan Engelhardt
jengelh at inai.de
Thu Jul 12 18:18:27 PDT 2012
On Friday 2012-07-13 02:38, Jan Engelhardt wrote:
>
>When plymouth-0.8.5.1 is made to switch from splash view to console
>(both in classic 80x25 mode), it fails to reset the color palette to the
>original. This leads to an unusual blue tint to the text console:
>
>https://bugzilla.novell.com/attachment.cgi?id=498485 [png]
All points towards a false alarm and openSUSE not shutting down
plymouth when it's time to do so.
Or maybe it does look like an upstream issue. plymouth-quit-wait.service
contains the following lines:
[Unit]
Description=Wait for Plymouth Boot Screen to Quit
After=rc-local.service plymouth-start.service
systemd-user-sessions.service
Conflicts=graphical.target
If you never start graphical.target -- for example because you chose
to ln -s /lib/systemd/system/runlevel3.target default.target --, then
plymouth will be running forever. It seems like different Conflicts
need to be added, to account for these cases.
Conflicts=default.target
is not sufficient, since default will "always" point to the same
target (runlevel5 in my test case) even if one specified runlevel3
at the command line.
More information about the plymouth
mailing list