sailfish-keyboard / sailfishos-presage-predictor

Presage based input predictor for the Sailfish OS
https://openrepos.net/content/sailfishkeyboard/maliit-plugin-presage
GNU General Public License v3.0
7 stars 4 forks source link

Test whether plugin works on fresh install #21

Closed rinigus closed 6 years ago

rinigus commented 6 years ago

Writing it here to ensure that we'll not forget it later.

Test whether plugin creates directories that are required to keep the user databases on first start at fresh install. There should be no .presage and only .local/shared/presage with the database files.

Based on the following comment of @ljo:

@rinigus The testing is on here too since Friday evening. It looks like it required an explicit pkill maliit-server; MALIIT_DEBUG=enabled maliit-server to create the user lang files in ~/.local/share/presage/ with just rebooting it was not working (to get any suggestions, and the local lang files were absent). BTW the path for user local settings is still ~/.presage/presage.xml Thanks for this great work. I look forward to testing the async PR on top of this PR.

rinigus commented 6 years ago

Plugin works as expected if the old version is removed properly. There is no .presage and .local/share/presage was created on the first usage. Please reopen if this occurs again.