On Tue, 2003-04-08 at 13:43, Ben Hill wrote: > > > My sources.list and install.out is attached but am not sure what lines > to have in my sources.list to be honest to satisfy gnomes dependencies. > This should be your sources.list:
# Stable release deb http://ftp.debian.org/debian stable main contrib non-free deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free deb http://security.debian.org stable/updates main contrib non-free # Gnome 2.2 deb http://ftp.acc.umu.se/mirror/mirrors.evilgeniuses.org.uk/debian/backports/woody/ gnome2.2/ # xfree86 4.2.1 deb http://people.debian.org/~blade/woody/i386 ./ Notice that there are no unstable or testing lines. Also, first you might put the xfree86 in without the gnome2.2, and do an 'apt-get dist-upgrade' to pull in the new xfree86. After that, add the gnome2.2 lines back in and do: apt-get install gnome-core gtk2-engines* gdm gnome and it should all work. Jamie -- Email: [EMAIL PROTECTED] GPG/PGP ID: 26384A3A Fingerprint: D9FF DF4A 2D46 A353 A289 E8F5 AA75 DCBE 2638 4A3A

