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

2010-12-28 Thread Stefano Candori
Well, now the warning are normal because i get these too.
Btw at the moment i've no clue on why it's freezing...tell me as soon as
you've tested the trunk version.

2010/12/28 joshg 694...@bugs.launchpad.net

 I installed appmenu-gtk (wich I had recently uninstalled due to its
 presumed futility) and now the error has become this:


 ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
 /usr/share/gnome-activity-journal/src/common.py:747: DeprecationWarning:
 object.__new__() takes no parameters
  GIO_FILES[subj] = object.__new__(classtype, *args, **kwargs)
 /usr/share/gnome-activity-journal/src/activity_widgets.py:303: GtkWarning:
 gtk_box_pack: assertion `child-parent == NULL' failed
  self.pack_end(hbox)


 But GAJ freezes. I'll install the trunk version

 --
 You received this bug notification because you are subscribed to The
 Zeitgeist Project.
 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




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



___
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


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

2010-12-28 Thread joshg
starting zeitgeist-daemon:

[2010-12-28 19:16:52,562] - DEBUG - root - Checking for another running 
instance...
[2010-12-28 19:16:52,573] - DEBUG - root - No running instances found.
[2010-12-28 19:16:52,612] - INFO - zeitgeist.sql - Using database: 
/home/joshg/.local/share/zeitgeist/activity.sqlite
[2010-12-28 19:16:52,616] - DEBUG - zeitgeist.sql - Core schema is good. DB 
loaded in 3.95607948303ms
[2010-12-28 19:16:52,617] - DEBUG - zeitgeist.extension - Searching for system 
extensions in: /home/joshg/zeitgeist/zeitgeist/_zeitgeist/engine/extensions
[2010-12-28 19:16:52,618] - DEBUG - zeitgeist.extension - Searching for user 
extensions in: /home/joshg/.local/share/zeitgeist/extensions
[2010-12-28 19:16:52,631] - DEBUG - zeitgeist.extension - No extra extensions
[2010-12-28 19:16:52,631] - DEBUG - zeitgeist.extension - Found extensions: 
[class '_zeitgeist.engine.extensions.blacklist.Blacklist', class 
'_zeitgeist.engine.extensions.datasource_registry.DataSourceRegistry']
[2010-12-28 19:16:52,632] - DEBUG - zeitgeist.extension - Loading extension 
'Blacklist'
[2010-12-28 19:16:52,632] - DEBUG - zeitgeist.blacklist - No existing blacklist 
config found
[2010-12-28 19:16:52,633] - DEBUG - zeitgeist.extension - Loading extension 
'DataSourceRegistry'
[2010-12-28 19:16:52,634] - DEBUG - zeitgeist.datasource_registry - Loaded 
data-source data from /home/joshg/.local/share/zeitgeist/datasources.pickle
[2010-12-28 19:16:52,638] - INFO - root - Trying to start the datahub
[2010-12-28 19:16:52,667] - DEBUG - root - Running datahub 
(/usr/bin/zeitgeist-datahub) with PID=7402
[2010-12-28 19:16:52,667] - INFO - root - Starting Zeitgeist service...
[2010-12-28 19:16:53,242] - DEBUG - zeitgeist.engine - Inserted 4 events in 
0.007849s
[2010-12-28 19:17:29,705] - DEBUG - zeitgeist.engine - Found 0 events IDs in 
0.000871s


starting GAJ:


** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last):
  File /usr/bin/gnome-activity-journal, line 94, in module
from src.main import PortalWindow
  File /usr/share/gnome-activity-journal/src/main.py, line 30, in module
from activity_widgets import MultiViewContainer, TimelineViewContainer, 
ThumbViewContainer
  File /usr/share/gnome-activity-journal/src/activity_widgets.py, line 35, in 
module
from store import ContentStruct, CLIENT
  File /usr/share/gnome-activity-journal/src/store.py, line 504, in module
STORE = Store()
  File /usr/share/gnome-activity-journal/src/store.py, line 367, in __init__
days_population = ZeitgeistDBusInterface().get_extension(Log, 
journal/activity).GetHistogramData()
  File /usr/lib/pymodules/python2.6/zeitgeist/client.py, line 82, in 
__getattr__
raise TypeError(Unknown method name: %s % name)
TypeError: Unknown method name: GetHistogramData

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



___
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] [Bug 694849] Re: Gnome Activity Journal doesn't show any activities even if all dipendencies installed

2010-12-28 Thread Stefano Candori
have you copied the file extension/gnome-activity-journal.py  from the trunk
directory of GAJ  in /home/joshg/.local/share/zeitgeist/extensions??
(apparently no:
 [2010-12-28 19:16:52,618] - DEBUG - zeitgeist.extension - Searching for
user extensions in: /home/joshg/.local/share/zeitgeist/extensions
[2010-12-28 19:16:52,631] - DEBUG - zeitgeist.extension - No extra
extensions
)
And looking to your debug of GAJ it seems you're launching the system
installed one and not the trunk version...

2010/12/28 joshg 694...@bugs.launchpad.net

 starting zeitgeist-daemon:

 [2010-12-28 19:16:52,562] - DEBUG - root - Checking for another running
 instance...
 [2010-12-28 19:16:52,573] - DEBUG - root - No running instances found.
 [2010-12-28 19:16:52,612] - INFO - zeitgeist.sql - Using database:
 /home/joshg/.local/share/zeitgeist/activity.sqlite
 [2010-12-28 19:16:52,616] - DEBUG - zeitgeist.sql - Core schema is good. DB
 loaded in 3.95607948303ms
 [2010-12-28 19:16:52,617] - DEBUG - zeitgeist.extension - Searching for
 system extensions in:
 /home/joshg/zeitgeist/zeitgeist/_zeitgeist/engine/extensions
 [2010-12-28 19:16:52,618] - DEBUG - zeitgeist.extension - Searching for
 user extensions in: /home/joshg/.local/share/zeitgeist/extensions
 [2010-12-28 19:16:52,631] - DEBUG - zeitgeist.extension - No extra
 extensions
 [2010-12-28 19:16:52,631] - DEBUG - zeitgeist.extension - Found extensions:
 [class '_zeitgeist.engine.extensions.blacklist.Blacklist', class
 '_zeitgeist.engine.extensions.datasource_registry.DataSourceRegistry']
 [2010-12-28 19:16:52,632] - DEBUG - zeitgeist.extension - Loading extension
 'Blacklist'
 [2010-12-28 19:16:52,632] - DEBUG - zeitgeist.blacklist - No existing
 blacklist config found
 [2010-12-28 19:16:52,633] - DEBUG - zeitgeist.extension - Loading extension
 'DataSourceRegistry'
 [2010-12-28 19:16:52,634] - DEBUG - zeitgeist.datasource_registry - Loaded
 data-source data from /home/joshg/.local/share/zeitgeist/datasources.pickle
 [2010-12-28 19:16:52,638] - INFO - root - Trying to start the datahub
 [2010-12-28 19:16:52,667] - DEBUG - root - Running datahub
 (/usr/bin/zeitgeist-datahub) with PID=7402
 [2010-12-28 19:16:52,667] - INFO - root - Starting Zeitgeist service...
 [2010-12-28 19:16:53,242] - DEBUG - zeitgeist.engine - Inserted 4 events in
 0.007849s
 [2010-12-28 19:17:29,705] - DEBUG - zeitgeist.engine - Found 0 events IDs
 in 0.000871s


 starting GAJ:


 ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
 Traceback (most recent call last):
   File /usr/bin/gnome-activity-journal, line 94, in module
 from src.main import PortalWindow
   File /usr/share/gnome-activity-journal/src/main.py, line 30, in
 module
 from activity_widgets import MultiViewContainer, TimelineViewContainer,
 ThumbViewContainer
   File /usr/share/gnome-activity-journal/src/activity_widgets.py, line
 35, in module
 from store import ContentStruct, CLIENT
   File /usr/share/gnome-activity-journal/src/store.py, line 504, in
 module
STORE = Store()
  File /usr/share/gnome-activity-journal/src/store.py, line 367, in
 __init__
 days_population = ZeitgeistDBusInterface().get_extension(Log,
 journal/activity).GetHistogramData()
   File /usr/lib/pymodules/python2.6/zeitgeist/client.py, line 82, in
 __getattr__
 raise TypeError(Unknown method name: %s % name)
 TypeError: Unknown method name: GetHistogramData

 --
 You received this bug notification because you are subscribed to The
 Zeitgeist Project.
 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




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