Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372039 - Kmail fom KDEPIM 4.6.0 does not display Outlook/Exchange appointments
Summary: Kmail fom KDEPIM 4.6.0 does not display Outlook/Exchange appointments
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: Gentoo KDE team
URL: https://bugs.kde.org/show_bug.cgi?id=...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-17 12:25 UTC by Florian Evers
Modified: 2011-06-27 10:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Evers 2011-06-17 12:25:14 UTC
The new akonadi-based kmail (kmail-4.6.0) is not able to display invitations. This seems to be a Gentoo bug, as no ebuild extracts and compiles the responsible plugins.

The bug is already discussed in https://bugs.kde.org/show_bug.cgi?id=265833.

Perhaps, the ebuild just has to be modified that the plugin-Directory is included in the build process of kmail (or a different package).

Reproducible: Always

Steps to Reproduce:
Send yourself an appointment with MS Outlook / Exchange. Test cases available in KDEs bug database.
Actual Results:  
Appontments are not rendered properly, invitations are just shown as plain text. KMail has support for this, but the responsible plugins are not compiled by the ebuilds.
Comment 1 augis 2011-06-17 14:24:22 UTC
Yes, I found solution,
need to add:
plugins/messageviewer/

KMEXTRA="
        kmailcvt/
        ksendemail/
        libksieve/
        mailcommon/
        ontologies/
        plugins/messageviewer/
"
in kmail-4.6.0.ebuild.

After that appontments are rendered properly.
Comment 2 Florian Evers 2011-06-17 19:05:42 UTC
Hi Augis,

great! Thank you! The modified ebuild works!

Now this patch just has to be applied to the main portage tree, as -r1 :-)

Regards,
Florian
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2011-06-17 21:56:59 UTC
Committed, thanks- please test!
Comment 4 Christian Loosli 2011-06-18 12:49:07 UTC
Works here, please add it to the ebuilds, especially live ebuilds, in the kde overlay as well. 

Kind regards. 

Christian 

(My bug report on bugs.kde.org was linked to this one here, never thought it might be gentoo specific. Thanks for fixing this)
Comment 5 babydragon 2011-06-27 04:41:51 UTC
Hi,
I just downgrade kdepim-live to kdepim-4.6.90. But in the ebuild of kmail-4.6.90.ebuild, there is still no 'plugins/messageviewer/', could you please add this to kmail-4.6.90.ebuild?
Comment 6 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-06-27 10:40:20 UTC
(In reply to comment #5)
> Hi,
> I just downgrade kdepim-live to kdepim-4.6.90. But in the ebuild of
> kmail-4.6.90.ebuild, there is still no 'plugins/messageviewer/', could you
> please add this to kmail-4.6.90.ebuild?

Fixed with revbump in the overlay. Thanks for checking and reporting.