On 2012-11-28 14:58 (GMT-0500) Felix Miata composed:
On 2012-11-28 19:43 (GMT+0100) Francois Andriot composed:
- check that there is no KDE3 related stuff in /etc/ld.so.conf,
It contains only: /usr/local/lib64 /usr/local/lib include /etc/ld.so.conf.d/*.conf
/etc/ld.so.conf.d/*.conf, and /etc/profile.d/*.sh
In /etc/profile.d/, 'll | grep kd' produces null.
/etc/ld.so.conf.d/ # ll -rw-r--r-- 1 root root 30 Jul 23 17:31 arts.conf -rw-r--r-- 1 root root 24 Jul 16 12:47 glamor.conf -rw-r--r-- 1 root root 272 Jul 16 10:51 graphviz.conf -rw-r--r-- 1 root root 30 Sep 27 06:11 kdelibs3.conf -rw-r--r-- 1 root root 19 Sep 29 08:54 trinity.conf
'mv kdelibs3.conf kdelibs3-conf' or kdelibs3-cfg and reboot didn't help, nor did rerunning ldconfig after the rename and another reboot.
This time I just deleted it.
Please give me your "rpm -qa" output ...
Does every KDE3 package in the openSUSE catalog have a TDE replacement? If so, then all of kde*3* probably needs to be zypper rm'd, and the KDE:KDE3 repo rr'd. As of now there remain 21 such packages:
I removed all remaining *kde*3* except the following:
kde-susetranslations-12.1-14.1.1.noarch kde3-gtk-qt-engine-0.8svn20071009-58.2.x86_64 kdeartwork3-3.5.10-92.2.x86_64 kdebase3-SuSE-branding-openSUSE-11.3-72.1.x86_64
and rebooted into TDE greeter. It would have been nice if it had offered to import settings from ~/.kde, but it seems to be working OK.
GTK styles & fonts produces nothing to do (kcontrol startup panel content) in kcontrol. Keyboard retains the same inane 660msec default delay as KDE always has. cf. https://bugs.kde.org/show_bug.cgi?id=279201
On 2012-11-28 21:26 (GMT+0100) François ANDRIOT composed:
What does the 'kdelibs3.conf' file contain ? I bet it contains "/opt/kde3/lib64" ...
Too late to look now. I think:
/usr/local/lib64 /usr/local/lib include /etc/ld.so.conf.d/*.conf
is what was in it.
From what I see in your packages, everything you installed from KDE3 exist in TDE (except some Suse-specific artwork packages).
Before uninstalling KDE3, you can try a last (dirty) trick: mv /opt/kde3 /opt/kde3.old ldconfig
then restart kdm again (or reboot).
Too late, but thanks a lot! :-)