Can you Set a picture of yours as default Ubuntu Desktop Wallpaper?
Well, setting a picture of yours as a wallpaper is totally different then setting default images as wallpaper.That picture of yours after it is deleted or moved in another location, your wallpaper either gets blank or some default images are set as wallpaper.
So in order to set your image as default image you should work on following steps:
I have tried this tweak on both 12.04 LTS and 14.04LTS and it works absolutely fine.
I have tried this tweak on both 12.04 LTS and 14.04LTS and it works absolutely fine.
- First copy your image to /usr/share/backgrounds/ Do this from terminal using root prompt or do it from Nautilus typing nautilus in terminal, so that you will not face permission denial.
- Edit the XML file /usr/share/backgrounds/contents/trusty.xml and paste this code:
Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format which is both human-readable and machine-readable. It is defined by the W3C's XML 1.0 Specification[2] and by several other related specifications,[3] all of which are free open standards.[4] (Definition referenced from Wkipedia)
<static>
<duration>1795.0</duration>
<file>/usr/share/backgrounds/Aurora_500PX.jpg</file>
</static>
<transition>
<duration>5.0</duration>
<from>/usr/share/backgrounds/Aurora_500PX.jpg</from>
<to>/usr/share/backgrounds/Reflections_by_Trenton_Fox.jpg</to>
</transition>
Instead of Aurora_500PX.jpg keep your filename.
3. Edit file /usr/share/gnome-background-properties/trusty-wallpapers.xml
<wallpaper>
<name>AURORA 500PX</name>
<filename>/usr/share/backgrounds/Aurora_500PX.jpg</filename>
<options>zoom</options>
<pcolor>#000000</pcolor>
<scolor>#000000</scolor>
<shade_type>solid</shade_type>
</wallpaper>
Edit your filename instead of Aurora_500PX.jpg