Le 14/11/2012 22:18, Alexandre Couture a écrit :
Hi Francois,
It's funny to see that the wallpapers would need kde4. In my opinion,
the trinity packages shouldn't have the PCLOS wallpapers as a
dependency too. I'll check if I can force the removal of the wallpaper
package and then if I can remove KDE4, but at the same time, it can be
useful to have the base packages of KDE4 if I want to add KDE4 apps
later, so I'll think about it!
For the login, I found out that I could write the text in the login
manager page in the TDE control center...
I have installed qtcurve theme for qtk2, qt3 and qt4. Since I have
some apps written in qt3 (as QCad and TDE) and some that looks like
qt3 apps (as DraftSight) but is made in fact in qt4 and pure qt4 apps
(as VLC media player and Clementine). Now, I have 2 or more qtconfig.
PCLOS has one QT3 and one QT4, DraftSight seems to have a QT3
(probably that it isn't completely ported to qt4) In some qtconfig, I
don't see my qtcurve theme but I see support for GTK theme, which is
QTCurve, so I ended up having QTCurve in every apps.
Thank you!
-Alexandre
Hello,
I've just rebuilt the conflicting packages (tdebase), and also new packages.
=> no more need for kde4 packages; but you can still install them if you
want.
First, remove every Trinity package you have installed previously:
# rpm -qa "trinity-*" | xargs rpm -e
New instructions:
Configure the Trinity repository (the directories have changed since
yesterday) :
# echo "rpm
http://trinity.mangafrance.com/pclos2012/
trinity-3.5.13/RPMS dependencies extras main"
/etc/apt/sources.list.d/trinity.list
# apt-get update
Reinstall 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.
There is still a problem with the KDE4 profile script, if KDE4 libraries
are installed. Move it away until I find a better solution:
# mv /etc/profile.d/kde4env.sh /etc/profile.d/kde4env.sh.OLD
I will build the remaining applications soon.
Francois