From b7d084b3ac3a4b1fa472aff0c83d22fb4c90f9ad Mon Sep 17 00:00:00 2001 From: CaptainFantasy Date: Thu, 30 Nov 2017 23:50:37 -0500 Subject: [PATCH 1/2] Updated Plymouth to use new file paths --- Plymouth/Chicago95/Chicago95.plymouth | 4 ++-- Plymouth/Readme.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Plymouth/Chicago95/Chicago95.plymouth b/Plymouth/Chicago95/Chicago95.plymouth index 75e716d..e149420 100644 --- a/Plymouth/Chicago95/Chicago95.plymouth +++ b/Plymouth/Chicago95/Chicago95.plymouth @@ -4,5 +4,5 @@ Description=Boot screen to simulate Windows 95 boot animation ModuleName=script [script] -ImageDir=/lib/plymouth/themes/Chicago95 -ScriptFile=/lib/plymouth/themes/Chicago95/Chicago95.script +ImageDir=/usr/share/plymouth/themes/Chicago95 +ScriptFile=/usr/share/plymouth/themes/Chicago95/Chicago95.script diff --git a/Plymouth/Readme.md b/Plymouth/Readme.md index 9b8be0f..e2cff02 100644 --- a/Plymouth/Readme.md +++ b/Plymouth/Readme.md @@ -6,7 +6,8 @@ It is meant to simulate the Windows 95 boot screen and shutdown screen. to install (Ubuntu): -sudo cp -r Chicago95 /lib/plymouth/themes/ -sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/Chicago95/Chicago95.plymouth 100 +sudo apt install plymouth-themes +sudo cp -r Chicago95 /usr/share/plymouth/themes/ +sudo update-alternatives --install /usr/share//plymouth/themes/default.plymouth default.plymouth /usr/share//plymouth/themes/Chicago95/Chicago95.plymouth 100 sudo update-alternatives --config default.plymouth #here, choose the number of the theme you want to use then hit enter sudo update-initramfs -u From 11e66ef47c1908c8234466bf4d996853b88bcc81 Mon Sep 17 00:00:00 2001 From: Zachary Lew Date: Fri, 1 Dec 2017 10:14:13 -0500 Subject: [PATCH 2/2] Removed plymouth-themes instructions I don't believe it is required for installation. --- Plymouth/Readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Plymouth/Readme.md b/Plymouth/Readme.md index e2cff02..23a2ee3 100644 --- a/Plymouth/Readme.md +++ b/Plymouth/Readme.md @@ -6,7 +6,6 @@ It is meant to simulate the Windows 95 boot screen and shutdown screen. to install (Ubuntu): -sudo apt install plymouth-themes sudo cp -r Chicago95 /usr/share/plymouth/themes/ sudo update-alternatives --install /usr/share//plymouth/themes/default.plymouth default.plymouth /usr/share//plymouth/themes/Chicago95/Chicago95.plymouth 100 sudo update-alternatives --config default.plymouth #here, choose the number of the theme you want to use then hit enter