← Back to team overview

zeitgeist team mailing list archive

[Bug 721226] Re: tomboy notes appear in GAJ but not in synapse, even when searching for note's title

 

For getting the sample event, 
1) Install sqliteman

2) Open sqliteman

3) stop the dameon by the command

zeitgeist-daemon --quit
You will get some output like 
[2011-02-19 03:40:52,503] - DEBUG - root - Checking for another running instance...
[2011-02-19 03:40:52,508] - INFO - root - Stopping the currently running instance.

4) Open the file ~/.local/share/zeitgeist/activity.sqlite
If you cannot open the file, run the zeitgeist-daemon --quit command again

5) Run this sql query
select * from event,actor,interpretation,manifestation,uri,text,mimetype where event.actor=actor.id and actor.value="application://tomboy.desktop" and  event.interpretation = interpretation.id and event.manifestation = manifestation.id and event.subj_text=text.id and event.subj_mimetype=mimetype.id

6) If the error comes, tables locked, run that --quit command again

7) You will get the results, above it press the button "Table Snapshot".

8) On the new window, click "Export Data", choose HTML, save and upload
it.


I hope this does not scare you away. There are more simpler ways, but
this one gives us more info

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/721226

Title:
  tomboy notes appear in GAJ but not in synapse, even when searching for
  note's title

Status in Synapse:
  Incomplete
Status in Zeitgeist Data-Sources:
  New

Bug description:
  i post some screenshots from my todays work.
  Tomboy notes appear in gnome-activity-journal but the don't appear in synapse, even when searching by note's title.



References