From Fedora Project Wiki

(Created page with "Purpose of this test is ensure that akonadi (if configured to use MySQL engine as a back-end) works properly with MariaDB database. == Prerequisities == You need to install ...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
</pre>
</pre>


2a. Use <code>knotes</code> application to write some notes during your work
2. Check that akonadi is configured to use mysql backend: run SystemSettings, choose "Akonadi Configuration" from "Workspace Appearance and Behavior", go to "Akonadi Server Configuration" tab - the "Database driver" field must read Mysql


2b. Use <code>kontact</code> application to add, edit or remove contacts
3a. Use <code>knotes</code> application to write some notes during your work


2c. Use <code>kmail</code> application to work with e-mails
3b. Use <code>kaddressbook</code> application to add, edit or remove contacts
 
3c. Use <code>kmail</code> application to work with e-mails and also with e-mail folders; if possible, try various storages (local, IMAP ...) and moving between them
 
3d. Use <code>korganizer</code> application to work with calendar


=== Notes ===
=== Notes ===


Aplications <code>kmail</code> and <code>kontact</code> allow you to '''import''' data from other applications like <code>thunderbird</code> or <code>evolution</code>. Feel free to test the import to load data to these applications.
Aplications <code>kmail</code> and <code>kontact</code> allow you to '''import''' data from other applications like <code>thunderbird</code> or <code>evolution</code>. The import wizard is launched when applications are started the first time or in the application using <code>Tools -> Import Wizard</code>. Feel free to use the import to load data to these applications.


== Expected behaviour ==
== Expected behaviour ==


All applications from <code>kdepim</code> should work and store data without warning or errors. After restarting the applications or the system (if not run as a Live OS) already stored items should be kept.
All applications from <code>kdepim</code> should work and store data without warning or errors. After restarting the applications or the system (if not run as a Live OS) already stored items should be kept.

Latest revision as of 10:44, 29 April 2013

Purpose of this test is ensure that akonadi (if configured to use MySQL engine as a back-end) works properly with MariaDB database.

Prerequisities

You need to install mariadb-server, akonadi-mysql and kdepim packages.

Steps

1. Install necessary packages

# yum install mariadb-server akonadi-mysql kdepim

2. Check that akonadi is configured to use mysql backend: run SystemSettings, choose "Akonadi Configuration" from "Workspace Appearance and Behavior", go to "Akonadi Server Configuration" tab - the "Database driver" field must read Mysql

3a. Use knotes application to write some notes during your work

3b. Use kaddressbook application to add, edit or remove contacts

3c. Use kmail application to work with e-mails and also with e-mail folders; if possible, try various storages (local, IMAP ...) and moving between them

3d. Use korganizer application to work with calendar

Notes

Aplications kmail and kontact allow you to import data from other applications like thunderbird or evolution. The import wizard is launched when applications are started the first time or in the application using Tools -> Import Wizard. Feel free to use the import to load data to these applications.

Expected behaviour

All applications from kdepim should work and store data without warning or errors. After restarting the applications or the system (if not run as a Live OS) already stored items should be kept.