https://bugs.kde.org/show_bug.cgi?id=513761

--- Comment #6 from Simone <[email protected]> ---
Hi Ivan and everyone,

I have performed the requested manual tests on the database using sqlite3
(version 3.51.2). Here are the results:

1. Output of .tables:
ResourceEvent       ResourceLink        SchemaInfo
ResourceInfo        ResourceScoreCache
2. Output of select * from SchemaInfo;:
version|2015.02.09
3. Confirmation of the SQL Error: The database appears to be physically intact.
However, I can confirm the observation made by Stephan in Comment #1. My logs
also show that kactivitymanagerd is attempting to execute ".tables" as a raw
SQL statement, which triggers the QSqlError("1", "Unable to execute statement",
"near \".\": syntax error").

4. Functional Impact on KRunner: Due to this error, KRunner completely fails to
list or search for activities. Even though activities are correctly reported
via D-Bus (qdbus6), typing their names in KRunner returns no results. This
effectively breaks the ability to switch activities quickly via keyboard.

5. Visual Impact on "Activity Bar" Widget: Additionally, on login, the
"Activity Bar" widget is visually stuck on the first activity in the list, even
if the session starts on a different one. The blue indicator does not match the
actual state until I manually click on the widget, which seems to force a
synchronization.

It appears that the SQL syntax error prevents kactivitymanagerd from correctly
serving metadata to both KRunner and the Plasma Shell widgets during the
initial indexing/startup phase.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to