diff --git a/debian/changelog b/debian/changelog
index 8e25abf..baf1a71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,11 @@ desktop-base (9.0.1) UNRELEASED; urgency=medium
[ Aurélien COUDERC ]
* postinst: Report success even when update-grub fails, this is needed
for installation to work inside live systems. (Closes: #850601).
- * Plymouth/{softWaves,Lines,Joy}: provide fsckd progress support.
+ * Plymouth/{softWaves,Lines,Joy}: provide fsckd progress support. Thanks to
+ Ubuntu and Didier Roche for doing the work and providing timely info.
(Closes: #850181)
- * Plymouth/softWaves: raise messages and password field a little.
+ * Plymouth/softWaves: various visual tweaks, boost logo glow, improvements
+ in password input rendering. Thanks Juliette!
* Plymouth/Lines: ensure password field doesn’t bump into the Debian image
even for smaller height screens. (Closes: #774226)
* Plymouth/Lines: Remove 8 from Debian8 assets.
diff --git a/softwaves-theme/plymouth/logo_circle.png b/softwaves-theme/plymouth/logo_circle.png
index cedec41..ce89052 100644
Binary files a/softwaves-theme/plymouth/logo_circle.png and b/softwaves-theme/plymouth/logo_circle.png differ
diff --git a/softwaves-theme/plymouth/logo_glow.png b/softwaves-theme/plymouth/logo_glow.png
deleted file mode 100644
index 3d17530..0000000
Binary files a/softwaves-theme/plymouth/logo_glow.png and /dev/null differ
diff --git a/softwaves-theme/plymouth/password_field.png b/softwaves-theme/plymouth/password_field.png
index 956b95a..c23f5b8 100644
Binary files a/softwaves-theme/plymouth/password_field.png and b/softwaves-theme/plymouth/password_field.png differ
diff --git a/softwaves-theme/plymouth/softwaves.script b/softwaves-theme/plymouth/softwaves.script
index 134782e..218fef4 100644
--- a/softwaves-theme/plymouth/softwaves.script
+++ b/softwaves-theme/plymouth/softwaves.script
@@ -332,7 +332,7 @@ fun get_message_label (label, is_fake, is_action_line) {
# Put the 2nd line below the fsck line
if (is_action_line) {
local.fsck_label.y = message_label.y + (first_line_height + first_line_height / 2);
- message_label.y = local.fsck_label.y + (first_line_height * 2);
+ message_label.y = local.fsck_label.y + (first_line_height * 1.5);
}
# Debug("action label x = " + message_label.x + " y = " + message_label.y );
@@ -480,7 +480,7 @@ fun password_dialogue_setup (message_label) {
entry.x = Window.GetX () + Window.GetWidth () / 2 - entry.image.GetWidth () / 2;
# Put the entry below the second label.
- entry.y = message_notification[2].y + label.height;
+ entry.y = message_notification[2].y + label.height * 1.5;
#DebugMedium("entry x = " + entry.x + ", y = " + entry.y);
entry.z = 10000;
diff --git a/softwaves-theme/sources/plymouth/logo_circle.svg b/softwaves-theme/sources/plymouth/logo_circle.svg
index fa7ab68..1743a14 100644
--- a/softwaves-theme/sources/plymouth/logo_circle.svg
+++ b/softwaves-theme/sources/plymouth/logo_circle.svg
@@ -1,13 +1,20 @@
-
diff --git a/softwaves-theme/sources/plymouth/logo_glow.svg b/softwaves-theme/sources/plymouth/logo_glow.svg
deleted file mode 100644
index a74d47c..0000000
--- a/softwaves-theme/sources/plymouth/logo_glow.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
diff --git a/softwaves-theme/sources/plymouth/password_field.svg b/softwaves-theme/sources/plymouth/password_field.svg
new file mode 100644
index 0000000..5512945
--- /dev/null
+++ b/softwaves-theme/sources/plymouth/password_field.svg
@@ -0,0 +1,77 @@
+
+
+
+
\ No newline at end of file