Hi,
Try the following in your /etc/apt/sources.list
deb http://people.debian.org/~branden/sid/i386 ./ # XFree4.2 deb http://download.us.kde.org/pub/kde/stable/3.0.3/Debian ./ # KDE 3.0.3
I think that should be
deb http://people.debian.org/~branden/ sid/i386/
It doesn't matter whether you write '~branden/sid/i386 ./' or '~branden/ sid/i386' .. apt-get will always find the needed packages :)
Cheers, André.
-- http://www.steinsoft.net cout << "Happy Coding!" << endl;