Maui Forums

Full Version: kmail, kdepim
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Can you try setting the default application for browsing in systemsettings to
Code:
firefox --new-tab

and see if this works.
(17th August 2016, 10:48)leszek Wrote: [ -> ]Can you try setting the default application for browsing in systemsettings to

Code:
firefox --new-tab

and see if this works.

Yes it works. Problem solved.

Thanks for your quick reply. Big Grin
i have same problem but i still can't start akonadi, already try "akonadi status" and "akonadi start" but akonadi still not start.

Code:
kurokid@kurokid-flex:~$ akonadictl start
kurokid@kurokid-flex:~$ Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
log_akonadiserver: Failed to use database "akonadi"
log_akonadiserver: Database error: "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) QMYSQL: Unable to connect"
log_akonadiserver: Failed to connect to database!
log_akonadiserver: Database error: "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) QMYSQL: Unable to connect"
QSqlDatabasePrivate::removeDatabase: connection 'initConnection' is still in use, all queries will cease to work.
log_akonadiserver: Failed to remove Unix socket
log_akonadiserver: Failed to remove runtime connection config file
log_akonadicontrol: Application 'akonadiserver' exited normally...
Seems like the MySQL Backend isn't working for you.
You could try editing the configuration file and use the sqlite backend.
Just open up ~/.config/akonadi/akonadiserverrc and exchange the Driver= line under General to look like this
Code:
Driver=QSQLITE3

Make sure to have the akonadi-backend-sqlite package installed for it to work.
Then try again starting the akonadi server with akonadictl start
Pages: 1 2