Quando você executa este comando:
sudo add-apt-repository ppa:xubuntu-dev/xfce-4.12
e esta mensagem aparece:
Xfce 4.12 packages for currently supported versions of Xubuntu. Please note that these are pre-release versions, which may contain annoying bugs and/or crash.
Então é só um aviso. Existe a possível possibilidade de que este PPA também possa fornecer versões instáveis.
Mas você pode compilar a versão estável .
Aqui estão as instruções para compilar a partir da fonte, por ex. para xfce-4.12:
wget http://archive.xfce.org/xfce/4.12/fat_tarballs/xfce-4.12.tar.bz2
tar xf xfce-4.12.tar.bz2
cd src
for f in *.tar.bz2; do tar xf $f; done
Em seguida, em cada pasta, por ex. Thunar-1.6.6
cd Thunar-1.6.6
./configure
make
e instale com:
make install
ou com checkinstall para .deb
packages:
sudo apt-get install checkinstall
sudo checkinstall