← Back to team overview

zeitgeist team mailing list archive

[Bug 523761] Re: RecentlyUsed data-source crashes trying to access a broken symlink

 

** Summary changed:

- Error logging from recentlyused
+ RecentlyUsed data-source crashes trying to access a broken symlink

-- 
RecentlyUsed data-source crashes trying to access a broken symlink
https://bugs.launchpad.net/bugs/523761
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: Fix Released

Bug description:
rtz sent me this bug
DEBUG:zeitgeist.blacklist:No existing blacklist config found
DEBUG:zeitgeist.extension:Loading extension 'DataSourceRegistry'
DEBUG:zeitgeist.datasource_registry:Loaded data-source data from /home/rico/.local/share/zeitgeist/datasources.pickle
DEBUG:root:Checking for another running instance...
DEBUG:root:No running instances found.
INFO:root:Zeitgeist-Service wird gestartet ...
DEBUG:root:Aktualisierung der Datenbank mit neuen Recently Used Documents Objekten
Traceback (most recent call last):
  File "/usr/bin/zeitgeist-datahub", line 108, in _update_db_async
    events = self._sources_queue[0].get_items()
  File "/usr/share/zeitgeist/_zeitgeist/loggers/zeitgeist_base.py", line 84, in get_items
    return self._get_items()
  File "/usr/share/zeitgeist/_zeitgeist/loggers/datasources/recent.py", line 286, in _get_items
    desktopfile = self._find_desktop_file_for_application(application)
  File "/usr/share/zeitgeist/_zeitgeist/loggers/datasources/recent.py", line 260, in _find_desktop_file_for_application
    for line in open(fullname):
IOError: [Errno 2] No such file or directory: '/usr/share/applications/openoffice.org3-startcenter.desktop'