[frameworks-kactivities] [Bug 358516] KActivities: Database can not be opened in WAL mode. Check the SQLite version (required >3.7.0).

2016-01-30 Thread vst via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358516 --- Comment #8 from vst --- Checked, the same. I created your suggested directory on /boot which is plain ext4 on disk. I rebooted the pc, did the symlink from a vt, then launched kde. So it was as clean as it could be.

[frameworks-kactivities] [Bug 358516] KActivities: Database can not be opened in WAL mode. Check the SQLite version (required >3.7.0).

2016-01-25 Thread Ivan Čukić via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358516 --- Comment #3 from Ivan Čukić --- Maybe luks kills the fs shared memory. Can you do the following: cd ~/.local/share/kactivitymanagerd/resources sqlite3 dbtest pragma journal_mode; pragma journal_mode=wal; and post the output?

[frameworks-kactivities] [Bug 358516] KActivities: Database can not be opened in WAL mode. Check the SQLite version (required >3.7.0).

2016-01-25 Thread Ivan Čukić via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358516 --- Comment #5 from Ivan Čukić --- Fun :) Next test - the same, but with the already existing database: cd ~/.local/share/kactivitymanagerd/resources sqlite3 database pragma journal_mode; pragma journal_mode=wal; -- You are

[frameworks-kactivities] [Bug 358516] KActivities: Database can not be opened in WAL mode. Check the SQLite version (required >3.7.0).

2016-01-25 Thread vst via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358516 --- Comment #4 from vst --- [vst@host ~]$ cd ~/.local/share/kactivitymanagerd/resources [vst@host resources]$ sqlite3 dbtest SQLite version 3.10.2 2016-01-20 15:27:19 Enter ".help" for usage hints. sqlite> pragma journal_mode;

[frameworks-kactivities] [Bug 358516] KActivities: Database can not be opened in WAL mode. Check the SQLite version (required >3.7.0).

2016-01-25 Thread Ivan Čukić via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358516 --- Comment #7 from Ivan Čukić --- > Error: database disk image is malformed Ok. Something is corrupting the database - and since you have previously deleted the .local/share/kactivitymanagerd, it is happening always. Can you stop

[frameworks-kactivities] [Bug 358516] KActivities: Database can not be opened in WAL mode. Check the SQLite version (required >3.7.0).

2016-01-25 Thread vst via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358516 --- Comment #2 from vst --- sqlite 3.10.2-1 /dev/mapper/slvg-home on /home type ext4 (rw,relatime,data=ordered) (ext4 on LVM on LUKS) -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kactivities] [Bug 358516] KActivities: Database can not be opened in WAL mode. Check the SQLite version (required >3.7.0).

2016-01-25 Thread vst via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358516 --- Comment #6 from vst --- [vst@host ~]$ cd ~/.local/share/kactivitymanagerd/resources [vst@host resources]$ sqlite3 database SQLite version 3.10.2 2016-01-20 15:27:19 Enter ".help" for usage hints. sqlite> pragma journal_mode;

[frameworks-kactivities] [Bug 358516] KActivities: Database can not be opened in WAL mode. Check the SQLite version (required >3.7.0).

2016-01-25 Thread Ivan Čukić via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358516 --- Comment #1 from Ivan Čukić --- Which version of sqlite do you have? What filesystem do you use for $HOME? -- You are receiving this mail because: You are watching all bug changes.