Bug 264444 - ksplashx shows garbage when background image does not properly cover entire screen
Summary: ksplashx shows garbage when background image does not properly cover entire s...
Status: RESOLVED FIXED
Alias: None
Product: ksplash
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Lubos Lunak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-27 11:34 UTC by Ivo Anjo
Modified: 2015-01-20 12:10 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot showing what happens when I replace the background with a smaller one on my desktop (with 2x1280x1024). (884.70 KB, image/png)
2011-01-27 11:34 UTC, Ivo Anjo
Details
Proposed fix (918 bytes, patch)
2011-01-27 23:50 UTC, Ivo Anjo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivo Anjo 2011-01-27 11:34:17 UTC
Created attachment 56483 [details]
Screenshot showing what happens when I replace the background with a smaller one on my desktop (with 2x1280x1024).

Version:           unspecified (using KDE 4.6.0) 
OS:                Linux

When ksplashx cannot find a proper image, or when you trick it by putting a smaller-sized picture than expected on one of its folders, the parts of the screen that the background doesn't cover show garbage.

I'm guessing that some kind of pixmap is being used, and not reset to a default value (such as all black) before the rest of the stuff is used.

Note that this is especially bad if you have a strange monitor arrangement -- I have a friend with a rotated monitor and one of the monitors always shows garbage when ksplash starts. Also, it seems that the background.png for 1280x1024 in 4.6 is 1278x1024, and so most users at this resolution will have two pixels of trash.

Reproducible: Always
Comment 1 Ivo Anjo 2011-01-27 23:50:24 UTC
Created attachment 56547 [details]
Proposed fix

I decided to take a stab at solving this, but wow is ksplashx strange.
My fix just makes sure that the createSplashImage function paints the background black before anything else is done.

This patch correctly fixes the issue with the wallpaper size being smaller than the screen size, but I haven't yet tested it on multi-monitor systems; I'll report back soon with those results.
Comment 2 Ivo Anjo 2011-01-31 20:07:18 UTC
Ok, I've further tested this on two dual-monitor systems, and it works -- including for my friend that had an all-garbage display with the ksplashx theme he was using.

I'll redo the patch for git, and submit it to reviewboard next.
Comment 3 Ivo Anjo 2011-02-04 22:47:11 UTC
Git version of the patch is on reviewboard:
http://git.reviewboard.kde.org/r/100520/
Comment 4 David Edmundson 2015-01-20 12:10:09 UTC
Sorry to see your patch, wasn't merged. We've changed a lot in Plasma 5.

Could you please retest reopen if this is still a problem.
Thanks.