How can I copy a downloaded file into lib/plymouth/themes ?

Asked by Steven D. Shown

I downloaded a plymouth splash screen, so it is obviously in my downloads folder, but to install it I need to copy it to /lib/plymouth/themes. I tried to drag and drop it to that folder, but it won't go. How can I easily copy this file into the required folder so that I can install it? (I have not done anything like this with Ubuntu in some time, so I am sketchy on some things).

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

what is the outuput of:

lsb_release -a; uname -a

Thanks

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

This might be an access rights problem. Normal users are not allowed write access in system directories.
You most probably have to activate administrative rights (via sudo) to copy the file(s) there.

Revision history for this message
Rusty Shackleford (shackleford071250) said :
#3

Not that I've done it - but my understanding is that changing the splash screen involves more than just copying a png file into the directory (as pointed out in a previous response by Manfred sudo will need to be used from a command line).

The procedure may vary based on what version of Ubuntu you have installed - hence the earlier request for more info by actionparsnip.

Instructions for Ubuntu 13.04 can be found here: http://ubuntuhandbook.org/index.php/2013/07/install-change-boot-screen-theme-ubuntu-13-04/

This link mentions both a gui tool and also gives a manual method using update-alternatives and update-initramfs. It also mentions problems with 14.04 but does provide links to possible fixes for this issue.

Revision history for this message
Rusty Shackleford (shackleford071250) said :
#4

Just a word of warning - I tried the update-alternatives, update-initramfs method to test changing the configuration of plymouth n 14.04 and now have no splash screen. I did get back a scaled version of it momentarily, but in an effort to get it back to unscaled I wound up without it again. I may work on getting it back some more but it's not a big deal for me so...

Wish I had tried just replacing /lib/plymouth/ubuntu-logo.png (backing it up before hand of course in case that caused problems. Point is be careful.

Revision history for this message
Steven D. Shown (stevenshown90) said :
#5

Here is the output actionparsnip requested:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
Linux stevens-laptop 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 11:16:18 UTC 2015 i686 i686 i686 GNU/Linux
steven@stevens-laptop:~$

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#6

sudo nautilus $HOME

Will run the file manager as root, allowing you to copy and paste between

Revision history for this message
Steven D. Shown (stevenshown90) said :
#7

Thanks actionparsnip, that solved my question.