Hi All,
I've been using mnemosyne with a windows PC as a server and now wishh to move to raspberry pi.
We've installed it and coped the default.db file across and it's working.
After executing the follwing commands with sqllite3:
sqlite> update config set value="" where key = "remote_access_password_algo";
sqlite> update config set value="'xxxx'" where key = "remote_access_username";
sqlite> update config set value="'yyyy'" where key = "remote_access_password";
we were able to launch the sync server and the sync worked ok
However the font-size was small when calling it as a server
Does anyone know how to change the card preferences font-size without using a GUI or synchronize the same card preferences from the windows installation?
Many thanks!
Mark