← 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

 

attached is what you asked with limit 0,9 .

for the reason that zeitgeist-daemon kept starting, i used the script
below to quit it

#!/bin/bash
while true; do
ps -edaf | grep "\/usr\/bin\/zeitgeist-daemon" >/dev/null
if [ $? -eq "0" ]; then
  zeitgeist-daemon --quit
fi
done

** Attachment added: "tomboy_zg_db.html"
   https://bugs.launchpad.net/zeitgeist-dataproviders/+bug/721226/+attachment/1858913/+files/tomboy_zg_db.html

-- 
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:
  Invalid

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