Hi! I'm trying to add a small icon to konqueror. In the current state of KDE4, the Setting > Configure Toolbars.. menu don't work in konqueror neither kwrite, kate, etc. So I added the icon in konqueror in the konqueror.rc. But the icon didn't appear where it should. And what's more, other things that were present in the RC, were not shown in konqueror. That made me suspicious, and profiling it with konqueror with valgrind, I saw: .... konqueror: path=/usr/share/kubuntu-default-settings/kde-profile/default/share/apps/konqueror/profiles/webbrowsing,filename=webbrowsing ... which contains: [Profile] Name=Kubuntu Web XMLUIFile=konq-kubuntu.rc <<< this is the wrong RC in kde4 RootItem=View0 View0_ServiceName=konq_aboutpage View0_ServiceType=KonqAboutPage View0_URL=about:konqueror Width=80% Height=80% danigm who is developing the thing with me is not having any problems and the icon works just fine to him. Also, he has more or less the same development enviroment as we both installed and configured kde4 with the developernew howto. We have a kde-devel user and everything is installed in /home/kde-devel. He executed valgrind konqueror in his system(as I did in my system) and he got this instead: ... konqueror: path=/home/kde-devel/kde/share/apps/konqueror/profiles/webbrowsing,filename=webbrowsing .... which contains: [Profile] Name=Web Browsing Name[fr]=Navigation web Name[x-test]=xxWeb Browsingxx RootItem=View0 View0_ServiceName=konq_aboutpage View0_ServiceType=KonqAboutPage View0_URL=about:konqueror Width=80% Height=80% An obvious solution is just modifying by hand the konq-kubuntu.rc file, but there must be another way. So there must be somewhere a kind of path variable which is unset or wrongly set in my system. It might be a compiled (in C++) one. Something related with KConfig perhaps? I really don't know, so any help is welcomed =). Thanks for your time, Edulix. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<