Thursday, June 1, 2017

Where is Lubuntu default wallpaper located?

Where is Lubuntu default wallpaper located?

So this question asked by one of my friend, he asked me about where the default wallpaper on lubuntu is located? okay my friend here's the answer.

Every version of lubuntu comes with a set of default wallpepers, they usually different for each version, but the location where wallpapers are stored is the same.

The wallpapers are stored on /usr/share/lubuntu/wallpapers.
/usr/share/lubuntu/wallpapers/

You can go there using the command line by running this:
cd /usr/share/lubuntu/wallpapers/
And then to show list of the wallpapers, run this:
ls -l

Of course you can copy your own wallpaper to that directory, or copy the default wallpaper to somewhere else, like this:
sudo cp 1604-lubuntu-default-wallpaper.png ~/Pictures/
sudo cp my-own-picture.jpg /usr/share/lubuntu/wallpapers/

No comments:

Post a Comment