Comment 9 for bug 281950

Revision history for this message
Jonathan Riddell (jr) wrote :

TEST CASE:

debootstrap hardy hardy
sudo chroot hardy
edit /etc/apt/sources.list, add universe
apt-get install kdebase-workspace-bin
update-alternatives --display x-session-manager <it will point to /usr/lib/kde4/bin/startkde>

edit /etc/apt/sources.list s/hardy/intrepid/ and add intrepid-updates/proposed is enabled (or add deb http://people.ubuntu.com/~jriddell/tmp/archive/ ./)

apt-get update
apt-get install kdebase-workspace-bin
update-alternatives --display x-session-manager <should point to /usr/bin/startkde>