← Back to team overview

gnome-zeitgeist team mailing list archive

[Bug 694849] Re: Gnome Activity Journal doesn't show any activities even if all dipendencies installed

 

I installed it doing this:

To download it:
mkdir ~/zeitgeist; cd ~/zeitgeist
bzr get lp:zeitgeist; bzr get lp:gnome-activity-journal

Now to start it:
~/zeitgeist/zeitgeist/zeitgeist-daemon.py &
~/zeitgeist/gnome-activity-journal/gnome-activity-journal

When I start zeitgeist-daemon.py:


~/zeitgeist/zeitgeist/zeitgeist-daemon.py &
[1] 4020
joshg@joshg:~$ Traceback (most recent call last):
  File "/home/joshg/zeitgeist/zeitgeist/zeitgeist-daemon.py", line 41, in <module>
    from _zeitgeist.engine import constants
  File "/home/joshg/zeitgeist/zeitgeist/zeitgeist/../_zeitgeist/engine/__init__.py", line 26, in <module>
    from zeitgeist.client import ZeitgeistDBusInterface
  File "/home/joshg/zeitgeist/zeitgeist/zeitgeist/client.py", line 35, in <module>
    from zeitgeist.datamodel import (Event, Subject, TimeRange, StorageState,
  File "/home/joshg/zeitgeist/zeitgeist/zeitgeist/datamodel.py", line 1112, in <module>
    raise ImportError("Unable to load zeitgeist ontology, "
ImportError: Unable to load zeitgeist ontology, please run `make` and try again.

And if I start GAJ:


Traceback (most recent call last):
  File "/home/joshg/zeitgeist/gnome-activity-journal/gnome-activity-journal", line 72, in <module>
    from src import config
  File "/home/joshg/zeitgeist/gnome-activity-journal/src/config.py", line 39, in <module>
    from zeitgeist.datamodel import Event, Subject, Interpretation, Manifestation, \
  File "/home/joshg/zeitgeist/gnome-activity-journal/../zeitgeist/zeitgeist/datamodel.py", line 1112, in <module>
    raise ImportError("Unable to load zeitgeist ontology, "
ImportError: Unable to load zeitgeist ontology, please run `make` and try again.


If i run "make" it says that there's no makefile (that's true).

-- 
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/694849

Title:
  Gnome Activity Journal doesn't show any activities even if all dipendencies installed

Status in GNOME Activity Journal:
  Confirmed

Bug description:
  When starting Activity Journal (ppa) from terminal:

** Message: pygobject_register_sinkfunc is deprecated (GstObject)
`menu_proxy_module_load': python: undefined symbol: menu_proxy_module_load
/usr/share/gnome-activity-journal/src/supporting_widgets.py:728: GtkWarning: Failed to load type module: (null)

  super(ContextMenu, self).__init__()
`menu_proxy_module_load': python: undefined symbol: menu_proxy_module_load
/usr/share/gnome-activity-journal/src/supporting_widgets.py:348: GtkWarning: Failed to load type module: (null)

  self.combobox = gtk.combo_box_new_text()

Ubuntu Maverick 10.10 32bit
gnome-activity-journal 0.5.0.1-0ubuntu1
zeitgeist-core 0.6-0ubuntu1~0ppa1~maverick





Follow ups

References