Maui Forums
kmail, kdepim - Printable Version

+- Maui Forums (https://forums.mauilinux.org)
+-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74)
+--- Forum: Software & Applications (https://forums.mauilinux.org/forumdisplay.php?fid=77)
+--- Thread: kmail, kdepim (/showthread.php?tid=23840)

Pages: 1 2


RE: kmail, kdepim - leszek - 17th August 2016

Can you try setting the default application for browsing in systemsettings to
Code:
firefox --new-tab

and see if this works.


RE: kmail, kdepim - Robbi3 - 17th August 2016

(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


RE: kmail, kdepim - kuro_kid - 6th September 2016

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...



RE: kmail, kdepim - leszek - 6th September 2016

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