[Gnome-zeitgeist] [Bug 738675] Re: Spanish translation for trunk

2011-03-20 Thread Stefano Candori
Thanks Jorge for your work!! By the way the next time please use the 
translation platform included in Launchpad : 
https://translations.launchpad.net/gnome-activity-journal .
Thanks again,

Cheers

-- 
You received this bug notification because you are a member of GNOME
Zeitgeist Team, which is the registrant for GNOME Activity Journal.
https://bugs.launchpad.net/bugs/738675

Title:
  Spanish translation for trunk

Status in GNOME Activity Journal:
  New

Bug description:
  Translation update for Trunk.

___
Mailing list: https://launchpad.net/~gnome-zeitgeist
Post to : gnome-zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~gnome-zeitgeist
More help   : https://help.launchpad.net/ListHelp


Re: [Gnome-zeitgeist-users] Hello everyone!

2011-03-20 Thread Siegfried Gevatter
Hallo Thorsten,

2011/3/20 Thorsten Reinbold thorsten.reinb...@googlemail.com:
 Two questions about zeitgeist:
 Will there be a PPA for Natty with the latest stuff?

I've just uploaded Zeitgeist 0.7.1 to Debian unstable and our
Maverick/Natty Ubuntu PPA. I'll see if we can get it officially into
Ubuntu Natty as well.

 And is it possible to disable the debug-messages in .xsession-errors?

Not sure on this one, sorry.

Have a nice day,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer       363DEAE3

___
Mailing list: https://launchpad.net/~gnome-zeitgeist-users
Post to : gnome-zeitgeist-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~gnome-zeitgeist-users
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 736176] Re: Python API: Methods which discover that the connection was lost retry after restarting Zeitgeist, but fail

2011-03-20 Thread Siegfried Gevatter
** Changed in: zeitgeist
Milestone: None = 0.8.0

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

Title:
  Python API: Methods which discover that the connection was lost retry
  after restarting Zeitgeist, but fail

Status in Zeitgeist Framework:
  New

Bug description:
  From bug #727226: «Another outstanding problem is that, when a method
  fails and triggers the reconnect, it is run again straight away but it
  ends up failing another time. »

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 598666] Re: Invalid cache access (was: Error when trying to fetch items)

2011-03-20 Thread Siegfried Gevatter
Since Mikkel hasn't commented yet, let's leave this for 0.8.

** Changed in: zeitgeist
Milestone: 0.7.1 = 0.8.0

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

Title:
  Invalid cache access (was: Error when trying to fetch items)

Status in Zeitgeist Framework:
  Triaged

Bug description:
  When i try to fetch all items in one query i get

  
  Error from Zeitgeist engine: org.freedesktop.DBus.Python.KeyError: Traceback 
(most recent call last):
File /usr/lib/pymodules/python2.6/dbus/service.py, line 702, in 
_message_cb
  retval = candidate_method(self, *args, **keywords)
File /usr/local/share/zeitgeist/_zeitgeist/engine/remote.py, line 254, in 
FindEvents
  event_templates, storage_state, num_events, result_type, sender))
File /usr/local/share/zeitgeist/_zeitgeist/engine/main.py, line 378, in 
find_events
  return self._find_events(1, *args)
File /usr/local/share/zeitgeist/_zeitgeist/engine/main.py, line 366, in 
_find_events
  return self.get_events(rows=result, sender=sender)
File /usr/local/share/zeitgeist/_zeitgeist/engine/main.py, line 188, in 
get_events
  events[event.id].append_subject(self._get_subject_from_row(row))
File /usr/local/share/zeitgeist/_zeitgeist/engine/main.py, line 160, in 
_get_subject_from_row
  getattr(self, _ + field).value(row[subj_ + field]))
File /usr/local/share/zeitgeist/_zeitgeist/engine/sql.py, line 422, in 
value
  return self._inv_dict[id]
  KeyError: 138

  This looks serious

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] Zeitgeist 0.7.1 Made in Aarhus released!

2011-03-20 Thread Siegfried-Angel Gevatter Pujals
On behalf of the Zeitgeist team I am proud to announce the release of
Zeitgeist 0.7.1 Made in Aarhus.

What is Zeitgeist?
---

Zeitgeist is a service which logs the users's activities and events,
anywhere from files opened to websites
visited and conversations, and makes this information readily
available for other applications to use. It is also
able to establish relationships between items based on similarity and
usage patterns.

Website: http://zeitgeist-project.com/
Launchpad Project (with bug tracker): https://launchpad.net/zeitgeist
Wiki: http://wiki.zeitgeist-project.com/, (http://live.gnome.org/Zeitgeist)

See also:
* Sub-projects of Zeitgeist:
   - Extensions for Zeitgeist - https://launchpad.net/zeitgeist-extensions
   - Data-sources for Zeitgeist (extensions for 3th party
applications) - https://launchpad.net/zeitgeist-dataproviders
   - Datahub for zeitgeist - https://launchpad.net/zeitgeist-datahub
* Dedicated Graphical User Interfaces:
   - GNOME Activity Journal - https://launchpad.net/gnome-activity-journal
   - Sezen - https://launchpad.net/sezen

Where can you get it?
---
http://launchpad.net/zeitgeist/0.7/0.7.1/+download/zeitgeist-0.7.1.tar.gz

What has changed?
--

Engine:

 - Expose property information in the D-Bus introspection output.
 - Mention column names explicitly when inserting events, for compatibility
   with the upcoming 0.8 release.

Python API:

 - Expose DataSourceRegistry's enabled status in a callback.
 - Automatically reconnect to Zeitgeist if the connection is lost when using
   methods asynchronously (so far this only happened for synchronous calls).
 - Reinstall all active monitors upon reconnection (LP: #673008, #727226).
 - Fix a (harmless) race condition requesting the bus name (LP: #732015).

Overall:

 - Added new event interpretation types: AcceptEvent, DenyEvent and ExpireEvent.
 - Include NCO in the generated ontologies.
 - Better ./configure check for python-rdflib.
 - Update the manpage to document exit codes.

Kind regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer       363DEAE3

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 732015] Re: zeitgeist-daemon crashed with NameExistsException in __new__(): Bus name already exists: org.gnome.zeitgeist.Engine

2011-03-20 Thread Siegfried Gevatter
** Changed in: zeitgeist
   Status: Fix Committed = Fix Released

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

Title:
  zeitgeist-daemon crashed with NameExistsException in __new__(): Bus
  name already exists: org.gnome.zeitgeist.Engine

Status in Zeitgeist Framework:
  Fix Released
Status in “zeitgeist” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: zeitgeist

  Just logged in and no action

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: zeitgeist-core 0.5.2-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic x86_64
  Architecture: amd64
  Date: Wed Mar  9 14:38:00 2011
  ExecutablePath: /usr/bin/zeitgeist-daemon
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110302)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/zeitgeist-daemon --log-level=WARNING 
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/zsh
  PythonArgs: ['/usr/bin/zeitgeist-daemon', '--log-level=WARNING', '']
  SourcePackage: zeitgeist
  Title: zeitgeist-daemon crashed with NameExistsException in __new__(): Bus 
name already exists: org.gnome.zeitgeist.Engine
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 704931] Re: Publish property names, accesslevel and type in introspection data

2011-03-20 Thread Siegfried Gevatter
** Changed in: zeitgeist
   Status: Fix Committed = Fix Released

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

Title:
  Publish property names, accesslevel and type in introspection data

Status in Zeitgeist Framework:
  Fix Released

Bug description:
  Our .Log dbus interface has two properties, version and extensions. It
  would be great if we could publish their existence in the introspect
  xml data. [0] is one example of how this can be achieved in python.

  [0] http://bazaar.launchpad.net/~aptdaemon-
  developers/aptdaemon/main/view/head:/aptdaemon/core.py#L150

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 695363] Re: Python API doesn't expose DataSourceRegistry's enabled status

2011-03-20 Thread Siegfried Gevatter
** Changed in: zeitgeist
   Status: Fix Committed = Fix Released

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

Title:
  Python API doesn't expose DataSourceRegistry's enabled status

Status in Zeitgeist Framework:
  Fix Released

Bug description:
   def set_data_source_enabled_callback(self, enabled_callback):
   [...]
 # TODO: Make it possible to access the return value!

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 673008] Re: Reinstall monitors upon startup

2011-03-20 Thread Siegfried Gevatter
** Changed in: zeitgeist
   Status: Fix Committed = Fix Released

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

Title:
  Reinstall monitors upon startup

Status in Zeitgeist Framework:
  Fix Released
Status in Zeitgeist Sharp:
  Confirmed

Bug description:
  When for some reason zeitgeist restarts all monitors are then gone
  Quoting kamstrup:
  And fwiw - libzeitgeist detects when the daemon comes and goes and 
reinstates any monitors it has running - so restarting the daemon is not an 
issue for libzeitgeist customers

  We should look into having that in the python and zeitgeist-sharp
  wrappers

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp