Bug 262218

Summary: akonadi uses wron database name
Product: [Frameworks and Libraries] Akonadi Reporter: Florian Reinhard <florian.reinhard>
Component: serverAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 4.6   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Patch for bug 262218

Description Florian Reinhard 2011-01-05 18:46:29 UTC
Version:           4.6 (using KDE 4.5.90) 
OS:                Linux



Reproducible: Always

Steps to Reproduce:

1. have a working akonadi setup with using the internal mysql server
2. go to akonadi_tray->configure->server configuration
3. uncheck "internal mysql.."
4. use another databasename then "akonadi"
5. check "internal mysql.."
6. $> akonadictl restart


Actual Results:  
akonadi fails to restart since the configured and greyed out database does not exist. therefore, if using the internal mysql server, the database name should allways be akonadi!

Expected Results:  
just works™ :)
Comment 1 Christophe Marin 2011-01-11 16:08:03 UTC
Created attachment 55865 [details]
Patch for bug 262218

One line patch that resets the dbname to its default value when the internal server is used.