[Gnome-zeitgeist] Translation template import - gnome-activity-journal in GNOME Activity Journal trunk

2010-08-24 Thread rosetta
Hello GNOME Zeitgeist Team,

On 2010-08-24 12:00z (2 minutes ago), you uploaded a translation
template for gnome-activity-journal in GNOME Activity Journal trunk in
Launchpad.

The template has now been imported successfully.


Thank you,

The Launchpad team

___
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 623570] [NEW] gnome-activity-journal 0.5.0 fails to start with zeitgeist 0.5.0

2010-08-24 Thread maxx
Public bug reported:

gnome-activity-journal checks to version of the zeitgeist dbus interface
on startup. Du to
http://bazaar.launchpad.net/~zeitgeist/zeitgeist/trunk/revision/1542 not
being in the zeitgeist 0.5.0 release gnome-activity-journal 0.5.0 fails
to start.

** Affects: gnome-activity-journal
 Importance: Undecided
 Status: New

-- 
gnome-activity-journal 0.5.0 fails to start with zeitgeist 0.5.0
https://bugs.launchpad.net/bugs/623570
You received this bug notification because you are a member of GNOME
Zeitgeist Team, which is the registrant for GNOME Activity Journal.

Status in GNOME Activity Journal: New

Bug description:
gnome-activity-journal checks to version of the zeitgeist dbus interface on 
startup. Du to 
http://bazaar.launchpad.net/~zeitgeist/zeitgeist/trunk/revision/1542 not being 
in the zeitgeist 0.5.0 release gnome-activity-journal 0.5.0 fails to start.



___
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 623592] [NEW] Cannot launch GAJ 0.5.0: You need Zeitgeist 0.5.0 or later for the GNOME Activity Journal to work, but Zeitgeist 0.5 is already installed

2010-08-24 Thread Alin Andrei
Public bug reported:

I cannot launch GAJ 0.5.0. When running it from the command line, this
is displayed: You need Zeitgeist 0.5.0 or later for the GNOME Activity
Journal to work, but Zeitgeist 0.5 is already installed.

I'm running Ubuntu 10.10 Maverick Meerkat.

** Affects: gnome-activity-journal
 Importance: Undecided
 Status: New

-- 
Cannot launch GAJ 0.5.0: You need Zeitgeist 0.5.0 or later for the GNOME 
Activity Journal to work, but Zeitgeist 0.5 is already installed
https://bugs.launchpad.net/bugs/623592
You received this bug notification because you are a member of GNOME
Zeitgeist Team, which is the registrant for GNOME Activity Journal.

Status in GNOME Activity Journal: New

Bug description:
I cannot launch GAJ 0.5.0. When running it from the command line, this is 
displayed: You need Zeitgeist 0.5.0 or later for the GNOME Activity Journal to 
work, but Zeitgeist 0.5 is already installed.

I'm running Ubuntu 10.10 Maverick Meerkat.



___
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 623570] Re: gnome-activity-journal 0.5.0 fails to start with zeitgeist 0.5.0

2010-08-24 Thread Seif Lotfy
** Also affects: zeitgeist
   Importance: Undecided
   Status: New

-- 
gnome-activity-journal 0.5.0 fails to start with zeitgeist 0.5.0
https://bugs.launchpad.net/bugs/623570
You received this bug notification because you are a member of GNOME
Zeitgeist Team, which is the registrant for GNOME Activity Journal.

Status in GNOME Activity Journal: New
Status in Zeitgeist Framework: New

Bug description:
gnome-activity-journal checks to version of the zeitgeist dbus interface on 
startup. Du to 
http://bazaar.launchpad.net/~zeitgeist/zeitgeist/trunk/revision/1542 not being 
in the zeitgeist 0.5.0 release gnome-activity-journal 0.5.0 fails to start.



___
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


[Zeitgeist] [Bug 621734] Re: Sezen Gnome Panel applet fails to compile in Ubuntu 10.10 Maverick Meerkat

2010-08-24 Thread Alin Andrei
Indeed, I can confirm it has been fixed.


Thanks!

-- 
Sezen Gnome Panel applet fails to compile in Ubuntu 10.10 Maverick Meerkat
https://bugs.launchpad.net/bugs/621734
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is the registrant for Sezen.

Status in Sezen: Fix Committed

Bug description:
Sezen Gnome Panel applet fails to compile in Ubuntu 10.10 Maverick Meerkat. It 
seems to be a Vala issue (:

toolbar.vala:269.14-269.74: warning: unhandled error `GLib.Error'
  return theme.load_icon (icon_name, size, IconLookupFlags.FORCE_SIZE);
 ^
toolbar.vala:242.20-243.60: warning: unhandled error `GLib.Error'
pixbuf-cache.vala:203.26-203.56: warning: unhandled error `GLib.Error'
GLib.Icon icon = Icon.new_for_string (icon_name);
 ^^^
pixbuf-cache.vala:207.27-207.67: warning: unhandled error `GLib.Error'
  var input_str = yield loadable.load_async (0, null, null);
  ^
pixbuf-cache.vala:208.18-208.61: warning: unhandled error `GLib.Error'
  pbuf = new Gdk.Pixbuf.from_stream (input_str, null);
 
pixbuf-cache.vala:220.18-220.32: warning: unhandled error `GLib.Error'
  pbuf = ii.load_icon ().copy ();
 ^^^
pixbuf-cache.vala:170.20-170.60: error: Invalid assignment from owned 
expression to unowned variable
  unowned Icon icon = g_content_type_get_icon (mimetype);
   ^
pixbuf-cache.vala:171.11-171.14: error: The name `icon' does not exist in the 
context of `Sezen.PixbufCache.get_pixbuf_for_mimetype'
  if (icon == null) return null;
  
pixbuf-cache.vala:172.43-172.46: error: The name `icon' does not exist in the 
context of `Sezen.PixbufCache.get_pixbuf_for_mimetype'
  pixbuf = yield get_pixbuf_for_icon (icon, icon_size);
  
pixbuf-cache.vala:125.18-127.71: warning: unhandled error `GLib.Error'
menu-items.vala:174.7-174.49: warning: unhandled error `GLib.SpawnError'
  Process.spawn_command_line_async (cmd_line);
  ^^^
menu-items.vala:49.23-51.64: warning: unhandled error `GLib.Error'
dashboard-view.vala:281.7-281.82: warning: unhandled error `GLib.SpawnError'
  Process.spawn_command_line_async (xdg-open \ + subject.get_uri () + 
\);
  

dashboard-view.vala:227.38-227.53: warning: unhandled error `GLib.Error'
  unowned Gdk.Pixbuf? pbuf = get_icon.end (r);
 
dashboard-view.vala:184.17-184.74: warning: unhandled error `GLib.Error'
  no_icon = IconTheme.get_default ().load_icon (gtk-file, 48, flags);
^^
Compilation failed: 3 error(s), 13 warning(s)
make[4]: *** [sezenapplet_vala.stamp] Error 1
make[4]: Leaving directory `/build/buildd/gnome-applets-2.30.0/sezen/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/buildd/gnome-applets-2.30.0/sezen'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/gnome-applets-2.30.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/gnome-applets-2.30.0'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


You can see the complete build log, here: 
http://launchpadlibrarian.net/54104886/buildlog_ubuntu-maverick-i386.gnome-applets_2.30.0-3ubuntu2%2Bbzr10344~webupd8~maverick1_FAILEDTOBUILD.txt.gz



___
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] [Blueprint advanced-api] Advanced API calls

2010-08-24 Thread Seif Lotfy
Blueprint changed by Seif Lotfy:

Whiteboard set to:
Imagine the following event sequence:

open(w), open(z), open(x), close(z), open(y), close(x), close(w),
close(y)

The two methods I propose are:
---
def FindEventsEncapsulatedBy(self, time_range, event_templates,
result_event_templates, storage_state, num_events, result_type):

if i query this with x i check for all events with x and create transactions 
based on the open(x)  close(x). everything lying in between them is 
encapsulated thus the return here will be close(z), open(y)
---
def FindEventsEncapsulating(self, time_range, event_templates,
result_event_templates, storage_state, num_events, result_type):

if i query this with x i check for all events with x it will look for all 
transactions that have x in them
int this case z and w

-- 
Advanced API calls
https://blueprints.edge.launchpad.net/zeitgeist/+spec/advanced-api

___
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 617308] Re: fts doesn't index uris correctly

2010-08-24 Thread Mikkel Kamstrup Erlandsen
** Changed in: zeitgeist-extensions
   Status: Fix Committed = Fix Released

** Changed in: unity
   Status: Fix Committed = Fix Released

-- 
fts doesn't index uris correctly
https://bugs.launchpad.net/bugs/617308
You received this bug notification because you are a member of Zeitgeist
Extensions, which is the registrant for Zeitgeist Smack-ins.

Status in Unity: Fix Released
Status in Zeitgeist Smack-ins: Fix Released

Bug description:
When I have a uri that says file:///..foo%20bar, it's not returned when 
searching for bar.



___
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 623570] Re: gnome-activity-journal 0.5.0 fails to start with zeitgeist 0.5.0

2010-08-24 Thread Seif Lotfy
** Also affects: zeitgeist
   Importance: Undecided
   Status: New

-- 
gnome-activity-journal 0.5.0 fails to start with zeitgeist 0.5.0
https://bugs.launchpad.net/bugs/623570
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in GNOME Activity Journal: New
Status in Zeitgeist Framework: New

Bug description:
gnome-activity-journal checks to version of the zeitgeist dbus interface on 
startup. Du to 
http://bazaar.launchpad.net/~zeitgeist/zeitgeist/trunk/revision/1542 not being 
in the zeitgeist 0.5.0 release gnome-activity-journal 0.5.0 fails to start.



___
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 623570] Re: gnome-activity-journal 0.5.0 fails to start with zeitgeist 0.5.0

2010-08-24 Thread Seif Lotfy
it was a mistake in our package
we had to depend on the 0.4 api not 0.5
please redownload it i replaced it

** Changed in: zeitgeist
   Status: New = Invalid

** Changed in: gnome-activity-journal
   Status: New = Fix Released

-- 
gnome-activity-journal 0.5.0 fails to start with zeitgeist 0.5.0
https://bugs.launchpad.net/bugs/623570
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in GNOME Activity Journal: Fix Released
Status in Zeitgeist Framework: Invalid

Bug description:
gnome-activity-journal checks to version of the zeitgeist dbus interface on 
startup. Du to 
http://bazaar.launchpad.net/~zeitgeist/zeitgeist/trunk/revision/1542 not being 
in the zeitgeist 0.5.0 release gnome-activity-journal 0.5.0 fails to start.



___
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 623645] [NEW] Respect private mode in firefox and chrome

2010-08-24 Thread Seif Lotfy
*** This bug is a duplicate of bug 601671 ***
https://bugs.launchpad.net/bugs/601671

Public bug reported:

Firefox and Chrome introduced private browsing... While the history of
the apps dont pick it up we somehow still manage to...

** Affects: zeitgeist-dataproviders
 Importance: High
 Assignee: Michal Hruby (mhr3)
 Status: Triaged

-- 
Respect private mode in firefox and chrome
https://bugs.launchpad.net/bugs/623645
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.

Status in Zeitgeist Data-Sources: Triaged

Bug description:
Firefox and Chrome introduced private browsing... While the history of the apps 
dont pick it up we somehow still manage to...



___
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 623646] [NEW] Add Leave Events for Firefox and Chrome

2010-08-24 Thread Seif Lotfy
Public bug reported:

We need to capture when a tab was closed and send a leave event for the
uri...

** Affects: zeitgeist-dataproviders
 Importance: Wishlist
 Status: Triaged

-- 
Add Leave Events for Firefox and Chrome
https://bugs.launchpad.net/bugs/623646
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.

Status in Zeitgeist Data-Sources: Triaged

Bug description:
We need to capture when a tab was closed and send a leave event for the uri...



___
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 623646] Re: Add Leave Events for Firefox and Chrome

2010-08-24 Thread Michal Hruby
** Changed in: zeitgeist-dataproviders
   Importance: Undecided = Wishlist

** Changed in: zeitgeist-dataproviders
   Status: New = Triaged

-- 
Add Leave Events for Firefox and Chrome
https://bugs.launchpad.net/bugs/623646
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.

Status in Zeitgeist Data-Sources: Triaged

Bug description:
We need to capture when a tab was closed and send a leave event for the uri...



___
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 586524] Re: Add mimetype and interpretation helper utils to public API

2010-08-24 Thread Seif Lotfy
@markus I think the python-zeitgeist bindings should do the work of
mapping the mimetype - interpretation before inserting. What do you
think?

-- 
Add mimetype and interpretation helper utils to public API
https://bugs.launchpad.net/bugs/586524
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: Triaged

Bug description:
See linked branch



___
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] [Question #122614]: Are privacy options available?

2010-08-24 Thread Dmitrijs Ledkovs
New question #122614 on Zeitgeist Framework:
https://answers.edge.launchpad.net/zeitgeist/+question/122614

E.g. can I block any type of events coming from app = file interaction in 
certain dirs?

-- 
You received this question notification because you are a member of
Zeitgeist Framework Team, which is an answer contact for Zeitgeist
Framework.

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