Hello,
This time I've built all TDE 3.5.13.1 packages for PCLinuxOS 2012, and solved the wallpaper and KDE4 problem.
If you have installed previous packages, remove them all: # rpm -qa "trinity-*" | xargs rpm -e
New instructions:
Configure the Trinity repository (the directories have changed since last time) : # echo "rpm http://trinity.mangafrance.com/pclos2012/ trinity-3.5.13/RPMS applications dependencies extras libraries main"
/etc/apt/sources.list.d/trinity.list
# apt-get update
Install Trinity::
# apt-get install trinity-tdebase will install the basic desktop, as you did before.
# apt-get install trinity-desktop will install every base packages (except development).
# apt-get install trinity-i18n-French will install the french translation. There are other translations available too.
You can also install applications as amarok, k3b ... # apt-get install trinity-amarok # apt-get install trinity-k3b ...
Have fun with TDE :-)
Francois