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

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

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

** Affects: sezen
 Importance: Undecided
 Status: New

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

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 ();
 

[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] [Bug 783979] [NEW] Latest version available in the Zeitgest PPA (br 40) doesn't work

2011-05-17 Thread Alin Andrei
Public bug reported:

The latest Activity Log Manager available in the Zeitgeist PPA (I've
also tried it from BZR - revno: 40) doesn't work: no files are removed
from the history when trying to clear it and the blacklist doesn't work
either.

However, I still have the old revno: 35 from BZR on my computer and this
one works just fine.

** Affects: history-manager
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of History
Manager, which is the registrant for History Manager.
https://bugs.launchpad.net/bugs/783979

Title:
  Latest version available in the Zeitgest PPA (br 40) doesn't work

Status in History Manager for Zeitgeist:
  New

Bug description:
  The latest Activity Log Manager available in the Zeitgeist PPA (I've
  also tried it from BZR - revno: 40) doesn't work: no files are removed
  from the history when trying to clear it and the blacklist doesn't
  work either.

  However, I still have the old revno: 35 from BZR on my computer and
  this one works just fine.

___
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 783979] Re: Latest version available in the Zeitgest PPA (br 40) doesn't work

2011-05-17 Thread Alin Andrei
** Description changed:

  The latest Activity Log Manager available in the Zeitgeist PPA (I've
  also tried it from BZR - revno: 40) doesn't work: no files are removed
  from the history when trying to clear it and the blacklist doesn't work
  either.
  
  However, I still have the old revno: 35 from BZR on my computer and this
  one works just fine.
+ 
+ Using Ubuntu 10.10.

-- 
You received this bug notification because you are a member of History
Manager, which is the registrant for History Manager.
https://bugs.launchpad.net/bugs/783979

Title:
  Latest version available in the Zeitgest PPA (br 40) doesn't work

Status in History Manager for Zeitgeist:
  New

Bug description:
  The latest Activity Log Manager available in the Zeitgeist PPA (I've
  also tried it from BZR - revno: 40) doesn't work: no files are removed
  from the history when trying to clear it and the blacklist doesn't
  work either.

  However, I still have the old revno: 35 from BZR on my computer and
  this one works just fine.

  Using Ubuntu 10.10.

___
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 783979] Re: Latest version available in the Zeitgest PPA (br 40) doesn't work

2011-05-17 Thread Alin Andrei
Hello,

Yes, I have Zeitgeist 0.8 and also restarted Zeitgeist using zeitgeist-
daemon --replace, that's why I was saying that BZR revision 35 works.
But BZR revision 40 doesn't work.

My bug report was submitted for Ubuntu 10.10. I am now in Ubuntu 11.04
(different computer) and here deleting the Zeitgeist history doesn't
work either (just like in Ubuntu 10.10, the Deleted items: X dialog
box that is displayed when deleting the Zeitgeist history isn't
displayed and obviously, the files still show up in Dash), however on
Ubuntu 11.04 the blacklist works.

If you need further info, please let me know (but I can only test it in
Ubuntu 11.04 right now).

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/783979

Title:
  Latest version available in the Zeitgest PPA (br 40) doesn't work

Status in Activity Log Manager for Zeitgeist:
  Incomplete

Bug description:
  The latest Activity Log Manager available in the Zeitgeist PPA (I've
  also tried it from BZR - revno: 40) doesn't work: no files are removed
  from the history when trying to clear it and the blacklist doesn't
  work either.

  However, I still have the old revno: 35 from BZR on my computer and
  this one works just fine.

  Using Ubuntu 10.10.

___
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 783979] Re: Latest version available in the Zeitgest PPA (br 40) doesn't work

2011-05-17 Thread Alin Andrei
 Can you please try running activity-log-manager from the terminal and seeing 
 whether it shows any debug message when you 
 try to delete recent entries?

This is the output when running activity-log-manager:

activity-log-manager
** (activity-log-manager:4961): CRITICAL **: cr_parser_new_from_buf: assertion 
`a_buf  a_len' failed
** (activity-log-manager:4961): CRITICAL **: cr_parser_set_sac_handler: 
assertion `a_this' failed
(activity-log-manager:4961): librsvg-WARNING **: Error setting CSS SAC handler
** (activity-log-manager:4961): CRITICAL **: cr_parser_destroy: assertion 
`a_this  PRIVATE (a_this)' failed
INFO:zeitgeist.client:Reconnected to Zeitgeist engine...


But please note that nothing changes in the terminal after clicking the delete 
button.


 Also, does the blacklist part work? (Ie., is deleting the only problem or 
 isn't it working at all for you?).

Like I wrote in the comment above, in Ubuntu 10.10 with the version from
the PPA, nothing worked (both blacklisting and clearing the history).
However, in Ubuntu 11.04, blacklisting works but clearing the Zeitgeist
history does not work using the version from the PPA. I've tested it on
2 Ubuntu 11.04 installations: my computer and in Virtualbox, both with
the same result.

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/783979

Title:
  Latest version available in the Zeitgest PPA (br 40) doesn't work

Status in Activity Log Manager for Zeitgeist:
  Incomplete

Bug description:
  The latest Activity Log Manager available in the Zeitgeist PPA (I've
  also tried it from BZR - revno: 40) doesn't work: no files are removed
  from the history when trying to clear it and the blacklist doesn't
  work either.

  However, I still have the old revno: 35 from BZR on my computer and
  this one works just fine.

  Using Ubuntu 10.10.

___
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 783979] Re: Latest version available in the Zeitgest PPA (br 40) doesn't work

2011-05-17 Thread Alin Andrei
By the way, I am not the only one affected by this. From a comment:
http://www.webupd8.org/2011/05/zeitgeist-activity-log-manager-
now.html#comment-204995072

i followed the exact instructions and i already have the latest
Zeitgeist 0.8. it doesn't forget my activities. its suppose to show how
many events has been deleted after pressing Delete but it doesn't.

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/783979

Title:
  Latest version available in the Zeitgest PPA (br 40) doesn't work

Status in Activity Log Manager for Zeitgeist:
  Incomplete

Bug description:
  The latest Activity Log Manager available in the Zeitgeist PPA (I've
  also tried it from BZR - revno: 40) doesn't work: no files are removed
  from the history when trying to clear it and the blacklist doesn't
  work either.

  However, I still have the old revno: 35 from BZR on my computer and
  this one works just fine.

  Using Ubuntu 10.10.

___
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 783979] Re: Latest version available in the Zeitgest PPA (br 40) doesn't work

2011-05-17 Thread Alin Andrei
By the way, I've tried BZR revision 36 and it doesn't work so it seems
that's when the breakag started happening

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/783979

Title:
  Latest version available in the Zeitgest PPA (br 40) doesn't work

Status in Activity Log Manager for Zeitgeist:
  Incomplete

Bug description:
  The latest Activity Log Manager available in the Zeitgeist PPA (I've
  also tried it from BZR - revno: 40) doesn't work: no files are removed
  from the history when trying to clear it and the blacklist doesn't
  work either.

  However, I still have the old revno: 35 from BZR on my computer and
  this one works just fine.

  Using Ubuntu 10.10.

___
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 783979] Re: Latest version available in the Zeitgest PPA (br 40) doesn't work

2011-05-17 Thread Alin Andrei
I can confirm it works now. Thanks!

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/783979

Title:
  Latest version available in the Zeitgest PPA (br 40) doesn't work

Status in Activity Log Manager for Zeitgeist:
  Fix Committed

Bug description:
  The latest Activity Log Manager available in the Zeitgeist PPA (I've
  also tried it from BZR - revno: 40) doesn't work: no files are removed
  from the history when trying to clear it and the blacklist doesn't
  work either.

  However, I still have the old revno: 35 from BZR on my computer and
  this one works just fine.

  Using Ubuntu 10.10.

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~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