Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1902 - KDM doesn't display Wallpaper
Summary: KDM doesn't display Wallpaper
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-18 04:54 UTC by Christian Rubbert
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Rubbert 2002-04-18 04:54:50 UTC
Hey!
On a fresh Gentoo 1.1a install, and on an old Gentoo Upgrade I have the 
following problem:

KDM won't display a wallpaper, but it will display the flat color I set.
I noticed that kdmdesktop is started (in /etc/X11/xdm/Xsetup_0), and when i 
mess with the color settings ins /usr/kde/3/share/config/kdm/kdmrc, it will 
give me different colors, but i couldn't get it to display a wallpaper.

So somehow, kdmdesktop doesn't know about the background picture (the 
permissions on that picture are 655, which should be good enuff).

mfg,
ceed
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-19 04:05:32 UTC
OK, more than likely this is because of my snafu.  Please check which versions
of libpng you have installed.  The way to do this is:

emerge rsync
emerge gentoolkit
qpkg -I |grep png

If you have libpng-1.0something in there, please emerge libpng again, and try to
compile kdm again.
Comment 2 Troy Dack 2002-04-19 21:27:37 UTC
I was having this exact same problem until today when I emerge'd an updated qt
(3.0.3.1).

Now I have my kdm wallpapers!!

I didn't do anything else.

Don't know if it will work for you, but it's worth a shot.

gentoo troy # qpkg -I libpng
media-libs/libpng-1.0.12 *
media-libs/libpng-1.2.1-r1 *
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-22 21:30:14 UTC
Yeah, what happened was that you had the old qt compiled against the old libpng,
and because of my snafu, the new and backwards-INcompatible libpng became your
default and confused things for Qt.  So, emerging the new one caused it to
compile against the newer libPNG.

Really sorry about that, and I am glad that you are all sorted again :)