Hello People,
I saw a recent thread here on how to change login screenwallpaer but it wasnt able to provide me the solution as it was locked without being resolved
I have the very same problem
the thing is whenever i input /usr/share/backgrounds/ in terminal in lightdm-settings i always get this one error →
$ sudo cp /home/megumi/Pictures/megumi.jpg/usr/share/backgrounds/
cp: missing destination file operand after ‘/home/megumi/Pictures/megumi.jpg/usr/share/backgrounds/’
Try ‘cp --help’ for more information.
Can you guys help me out for a bit
You aren’t saying where you want to copy the file to. The cp command works like cp source destination. In your command there is only a source so you are getting an error.
That command will copy the /home/megumi/Pictures/megumi.jpg file into the /usr/share/backgrounds/ directory, creating the /usr/share/backgrounds/megumi.jpg file.