Summary: | kopete doesn't let add any IM service | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Giovanni Venturi <giovanni> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arn.epsilon, johannes.schwall, marc.collin, patrick.schwalm, samchim, sir_kalot, warior17, wstephenson |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
the requested screenshot
Patch to test if translations are the problem No config |
Description
Giovanni Venturi
2008-01-08 01:21:34 UTC
Run command kbuildsycoca4 and then try again. I started a new and fresh KDE 4.0.0 installation, so it's not needed. Anyway I did, but I don't get any service to add an account. Do I need decibel installed? Telephaty? Because I don't have that installed. If so than I will close this bug as invalid. -- Found Qt-Version 4.3.3 (using /opt/qt4-dev/bin/qmake) -- Found X11: /usr/lib/libX11.so -- Found KDE 4.0 include dir: /opt/kde4-dev/include -- Found KDE 4 library dir: /opt/kde4-dev/lib -- Found KDE4 kconfig_compiler preprocessor: /opt/kde4-dev/bin/kconfig_compiler -- Found KDE4 automoc: /opt/kde4-dev/bin/kde4automoc -- Found KDE PIM libraries -- Found JPEG: /usr/lib/libjpeg.so -- KDE CMake PKGCONFIG macro indicates that QtTapioca is not installed on your computer. -- Install the package which contains QtTapioca.pc if you want to support this feature. -- Could not find OPTIONAL package Decibel -- Found IDN: /usr/include -- Could not find OPTIONAL package Xmms -- /home/devel/kde4-sources/kdenetwork/kopete/protocols/msn: skipped subdir $(WEBCAM) -- /home/devel/kde4-sources/kdenetwork/kopete/protocols/jabber: skipped subdir $(JINGLE) -- /home/devel/kde4-sources/kdenetwork/kopete/protocols: Meanwhile protocol has been disabled because it is not ported to KDE4 yet. -- Warning: kppp use setuid -- ------------------------------------------------------------------------------- -- The following OPTIONAL packages were located on your system. -- -- This software installation will have features provided by these packages. -- ------------------------------------------------------------------------------- + libvncserver + libjpeg + QCA2 + OpenSLP + IDN + Sqlite + Plasma + LibXML2 + LibXSLT + OpenSSL ------------------------------------------------------------------------------- -- The following OPTIONAL packages could NOT be located on your system. -- -- Consider installing them to enable more features from this software. -- ------------------------------------------------------------------------------- + mDNS: Zeroconf compatible runtime libraries <http://www.zeroconf.org> Needed for KDE's service discovery feature Krfb and Krdc and the dnssd ioslave. + Decibel: KDE framework for real-time communication <http://decibel.kde.org/> Used by the Kopete telepathy protocol. + XMMS: X MultiMedia System developement libraries <http://www.xmms.org> Used by the Kopete nowlistening plugin to support the XMMS player. -- Configuring done No, you aren't doing anything wrong as far as I can tell. Please provide a screenshot of the offending dialog so I can see what you really mean by "not allowed to add account." Thanks. Created attachment 22907 [details]
the requested screenshot
I do so:
Configuration
Add account
and I get that dialog.
i have the same problem I detected that the problem happen cause of the translation. Using the English version the bug is not there *** Bug 155456 has been marked as a duplicate of this bug. *** *** Bug 155462 has been marked as a duplicate of this bug. *** *** Bug 155517 has been marked as a duplicate of this bug. *** The list of accounts is empty even when kopete is started in english in a non english installation using "LANG=us_US.UTF-8 kopete". Created attachment 22970 [details]
Patch to test if translations are the problem
The names of Kopete's protocols are translated into a very few languages. None
of them are translated into Italian. This patch will make a dummy Italian
translation for all of the working protocols. Please apply this patch and then
post the screenshot of the account addition dialog, if any change occurred.
It's not a translation problem, at least on my PC. I tryed in English: export LANG=en_US kopete and export LANG=en_US.UTF-8 kopete and it's the same. I applyed the patch and started kopete normally and it's the same. I tried with it before : kbuildsycoca4 --noincremental and kopete But it doesn't work too *** Bug 155557 has been marked as a duplicate of this bug. *** Looks like the X-KDE-PluginInfo-Category are the problem. If I remove all the translations from the protocol decriptions (kopete*.desktop) everything is fine. Looks like someone has made the X-KDE-PluginInfo-Category translatable and inside kopete the value is compared with the untranslated "Protocols". Now, when these entries are really translated, the protocols cannot be found anymore. *** Bug 155640 has been marked as a duplicate of this bug. *** Same issue as the kpluginselector bug, different implementation I can confirm what Herbert Graeber wrote. SVN commit 761362 by wstephens: Remove erroneously translated Category fields since scripty is incapable of doing it. This was causing the empty account list in the add account wizard in Kopete. BUG: 155256 M +0 -22 gadu/kopete_gadu.desktop M +0 -22 groupwise/kopete_groupwise.desktop M +0 -22 irc/kopete_irc.desktop M +0 -22 jabber/kopete_jabber.desktop M +0 -22 meanwhile/kopete_meanwhile.desktop M +0 -22 messenger/kopete_messenger.desktop M +0 -22 msn/kopete_msn.desktop M +0 -22 qq/kopete_qq.desktop M +0 -22 sms/kopete_sms.desktop M +0 -22 telepathy/kopete_telepathy.desktop M +0 -22 testbed/kopete_testbed.desktop M +0 -22 winpopup/kopete_wp.desktop M +0 -22 yahoo/kopete_yahoo.desktop WebSVN link: http://websvn.kde.org/?view=rev&revision=761362 SVN commit 761365 by wstephens: Forward port r761362. CCBUG: 155256 M +0 -22 gadu/kopete_gadu.desktop M +0 -22 groupwise/kopete_groupwise.desktop M +0 -22 irc/kopete_irc.desktop M +0 -22 jabber/kopete_jabber.desktop M +0 -22 meanwhile/kopete_meanwhile.desktop M +0 -22 messenger/kopete_messenger.desktop M +0 -22 msn/kopete_msn.desktop M +0 -22 qq/kopete_qq.desktop M +0 -22 sms/kopete_sms.desktop M +0 -22 telepathy/kopete_telepathy.desktop M +0 -22 testbed/kopete_testbed.desktop M +0 -22 winpopup/kopete_wp.desktop M +0 -22 yahoo/kopete_yahoo.desktop WebSVN link: http://websvn.kde.org/?view=rev&revision=761365 SVN commit 761366 by wstephens: Remove categories here too (see r761362) CCBUG: 155256 M +0 -22 aim/kopete_aim.desktop M +0 -22 icq/kopete_icq.desktop WebSVN link: http://websvn.kde.org/?view=rev&revision=761366 SVN commit 761367 by wstephens: Do r761365 here too CCBUG: 155256 M +0 -22 aim/kopete_aim.desktop M +0 -22 icq/kopete_icq.desktop WebSVN link: http://websvn.kde.org/?view=rev&revision=761367 Fix added to openSUSE packages. *** Bug 156451 has been marked as a duplicate of this bug. *** It's resolved for me since 2 last maj ;) Created attachment 23218 [details]
No config
after last update to the version
kopete-kde4_4.0.0.0ubuntu3~gutsy1~ppa1_i386.deb I'm having a similar problem as
in msg #4 (don't know if it is the same) but I'm lost any chance to connect.
As you can see, I'm using an eng environment but I lost all the configurations,
and even the config window...
I've tried the kbuildsycoca4 but with no effect. :(
The bug has been fixed. Kubuntu has its own packets. And in the KDE 4.0.1 you surely will get the fix. for me seems to be ok.. tnx a lot |