Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4505

General discussion • How to revert splash after RPi overtake: ex MX Linux

$
0
0
A recently upgraded rpd-plym-splash changed the MX Linux splash back to the RPi default. I don't know if that happened to anyone else, so am posting this little how-to in the General forum in case it is useful to people besides MX users.

You can just issue the two commands without creating a script, but I'm going with the script b/c I anticipate having to do this again. In either case, when "splash trashed" run this, reboot and you should see your own again.

1. Create a text file with the following content:

Code:

#! /bin/bashsudo plymouth-set-default-theme MXLiveLogo    << substitute the theme you want to usesudo update-initramfs -u -k all
2. Save it and give it a name (I used "splash_revert")

3. Make it executable. I'm lazy, so I just right-click the file > Properties > Permissions, and check the box to make it executable. On the command line

Code:

chmod +x <location and name of file>
For example

Code:

chmod +x ~/Documents/splash_revert
4. Move it wherever you like. I put it (as root) into /usr/bin/ so I don't have to include the location each time I use it.

I hope this is of some use.

Statistics: Posted by jerrymxfb — Sun Mar 24, 2024 10:33 pm — Replies 0 — Views 66



Viewing all articles
Browse latest Browse all 4505

Trending Articles