Sorry if I filed a unnecessary bug report. By sending the report I was doing what apt-get recommended I do.
>Can you dig a bit more to see why all the packages aren't going to be >installed? I followed back the dependencies as follows: ---------------------------------------- # apt-get install orage The following packages have unmet dependencies. orage: Depends: libxfcegui4-4 (>= 4.6.0) but it is not going to be installed Depends: xfce4-panel (>= 4.6.0) but it is not going to be installed # apt-get install libxfcegui4-4 The following packages have unmet dependencies. libxfcegui4-4: Depends: libstartup-notification0 (>= 0.10) but 0.9-1 is to be installed inis:/etc/apt# apt-get install libstartup-notification0 The following packages have unmet dependencies. libstartup-notification0: Depends: libxcb1 (>= 1.1.92) but 1.1-1.1 is to be installed -------------------------------------- Then I did a successful apt-get install libxcb1 (which installed version 1.5-2), and then worked my way back to a successful apt-get install xfce4. Thanks for your reply, Bill