Skip to content
Commit c39e8d7a authored by Nate Graham's avatar Nate Graham
Browse files

Include only the largest size for each wallpaper

Summary:
In this patch, we remove all the versions of each wallpaper that are not the largest size. Here are the reasons why:
- **It's no longer necessary:** The old method appears to have been an artifact of the days before wallpapers could differ from the aspect ratio of the screen without looking bad. This is no longer a technical constraint that we face.
- **Simplicity:** It's easier to manage wallpapers, add new ones, and edit existing ones if you only have to do it for one image, not 15 or more.
- **Size savings:** installed size on disk falls from 152 MB to 25 MB.

There is no increase in memory use since Plasma automatically trims the image to the screen size before caching it in memory.

Test Plan:
All wallpapers are still installed and all still work and look good with the new "Scaled And Cropped" default setting.

Installed size is significantly smaller:
Before:
```
$ du -ch /usr/share/wallpapers/ | grep total
152M    total
```

After:
```
$ du -...
parent 49845d6b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment