Am Mittwoch, den 13.12.2006, 21:36 +0100 schrieb Simon Roberts: > Here's what I think I know so far: > > 1) The failure seems to be under KDE, but not under Gnome. > 2) If you _uncheck_ the save password box, then it at least _does_ > remember the passwords for this session (go figure!) > 3) The password request windows do not show up in the toolbar, which > is a serious pain as you have to close (minimize) every other window > sometimes to even find the stupid things. Otherwise it just looks like > Evolution hung. > > Are there any fixes for this?
i solved it by compiling evolution by myself. i downloaded it from http://www.gnome.org/projects/evolution/download.shtml i installed kerberos and openldap and all that needed stuff from dvd. i updated nss and nspr from: http://ftp.gwdg.de/linux/suse/opensuse/repositories/mozilla/openSUSE_10.2/ i configured evolution-data-server-1.8.2 with: ./configure --enable-static --enable-shared --enable-nss=yes --enable-smime=yes --enable-gnome-keyring=no --enable-ipv6=yes --enable-nntp=yes --with-libiconv --with-krb5=/usr/lib --with-openldap=/usr/lib --with-nspr-i ncludes=/usr/include/nspr4 --with-nss-includes=/usr/include/nss3 and the VERY IMPORTANT switch here is: "--enable-gnome-keyring=no"!!!!!!! i configured evolution 2.8.2.1 with: ./configure --enable-static --enable-shared --enable-nntp --enable-nss=yes --enable-smime=yes --enable-exchange --with-libiconv --enable-gtk-doc --with-openldap=/usr/lib --with-krb5=/usr/lib --with-nspr-includes=/usr/ include/nspr4 --with-nss-includes=/usr/include/nss3 i configured evolution-exchange-2.8.2 with: ./configure --with-openldap=/usr/lib -- einen schönen Tag noch DI Rainer Klier Abteilung IT - Entwicklung ECOLOG Logistiksysteme GmbH Bauernstraße 11, A-4600 Wels Tel. ++43/7242/66200 Fax ++43/7242/66200-200 mailto:[EMAIL PROTECTED] http://www.ecolog.at -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
