[Zeitgeist] [Bug 709103] Re: Firefox extension doesn't work with FF4

2011-05-02 Thread मनीष सिन्हा
** Changed in: zeitgeist-dataproviders
 Assignee: Markus Korn (thekorn) => Manish Sinha (मनीष सिन्हा) (manishsinha)

** Changed in: zeitgeist-dataproviders
Milestone: None => 0.8.0

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/709103

Title:
  Firefox extension doesn't work with FF4

Status in Zeitgeist Data-Providers:
  Confirmed

Bug description:
  When installed and up it shows alert box
  "TypeError: 
Components.classes['@zeitgeist-project.com/DATAPROVIDER/firefox-xpcom;1'] is 
undefined"
  and does so every time new window is opened.

  Also previous FF4 betas were affected.

___
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 670183] Re: get telepathy logger into the main branch

2011-05-02 Thread मनीष सिन्हा
** Changed in: zeitgeist-dataproviders
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/670183

Title:
  get telepathy logger into the main branch

Status in Zeitgeist Data-Providers:
  Fix Committed

Bug description:
  The telepathy logger works just fine and I think it should get an
  installer script to be merged with trunk for later packaging :)

___
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 709103] Re: Firefox extension doesn't work with FF4

2011-05-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~manishsinha/zeitgeist-dataproviders/fix-709103
-firefox-dp

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/709103

Title:
  Firefox extension doesn't work with FF4

Status in Zeitgeist Data-Providers:
  Confirmed

Bug description:
  When installed and up it shows alert box
  "TypeError: 
Components.classes['@zeitgeist-project.com/DATAPROVIDER/firefox-xpcom;1'] is 
undefined"
  and does so every time new window is opened.

  Also previous FF4 betas were affected.

___
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 709103] Re: Firefox extension doesn't work with FF4

2011-05-02 Thread मनीष सिन्हा
** Changed in: zeitgeist-dataproviders
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/709103

Title:
  Firefox extension doesn't work with FF4

Status in Zeitgeist Data-Providers:
  Fix Committed

Bug description:
  When installed and up it shows alert box
  "TypeError: 
Components.classes['@zeitgeist-project.com/DATAPROVIDER/firefox-xpcom;1'] is 
undefined"
  and does so every time new window is opened.

  Also previous FF4 betas were affected.

___
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 775817] [NEW] Create a dataprovider for Firefox 3.6 also

2011-05-02 Thread मनीष सिन्हा
Public bug reported:

After this bug is fixed https://bugs.launchpad.net/bugs/709103
There is no support for firefox 3.6
Please add one

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

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/775817

Title:
  Create a dataprovider for Firefox 3.6 also

Status in Zeitgeist Data-Providers:
  Confirmed

Bug description:
  After this bug is fixed https://bugs.launchpad.net/bugs/709103
  There is no support for firefox 3.6
  Please add one

___
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 775817] Re: Create a dataprovider for Firefox 3.6 also

2011-05-02 Thread मनीष सिन्हा
Right now in configure.ac we have section called "firefox-libzg" which needs to 
be renamed to firefox-4-libzg
It had a macro named  LIBXUL which is now renamed to LIBXUL_2_0 which checks 
for libxul >= 2.0

And accordingly extensions/components/Makefile.am has been changed from
LIBXUL_CFLAGS to LIBXUL_2_0_CFLAGS

--

For Firefox 3.6 , then xul version is 1.92

Which means that a new folder has to be created and code from revision 116 has 
to be taken
Name that folder firefox-3-6-libzg

in configure.ac  create a new section named firefox-3-6-libzg and copy content 
from firefox-4-libzg and just change LIBXUL_2_0 to LIBXUL_1_92 and remove the 
line
AC_DEFINE(MOZ_NO_MOZALLOC, ["For Mozilla Firefox 4"])

Now go inside extensions/components/Makefile.am and change LIBXUL_CFLAGS
to LIBXUL_1_92_CFLAGS


---
These steps are outlines for anyone who wants to take over the work

** Changed in: zeitgeist-dataproviders
   Importance: Undecided => Wishlist

** Changed in: zeitgeist-dataproviders
   Status: New => Confirmed

** Changed in: zeitgeist-dataproviders
Milestone: None => 0.8.0

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/775817

Title:
  Create a dataprovider for Firefox 3.6 also

Status in Zeitgeist Data-Providers:
  Confirmed

Bug description:
  After this bug is fixed https://bugs.launchpad.net/bugs/709103
  There is no support for firefox 3.6
  Please add one

___
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 709103] Re: Firefox extension doesn't work with FF4

2011-05-02 Thread tricote
Guys, thanks for work. 
Compiled it from the source and it works like a charm. 

One small issue about this extension is its version. Currently it is 0.1
but the previous one was 0.2. And because of this (maybe) it can be
installed next to the old version.

Anyway, thanks for you work.

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/709103

Title:
  Firefox extension doesn't work with FF4

Status in Zeitgeist Data-Providers:
  Fix Committed

Bug description:
  When installed and up it shows alert box
  "TypeError: 
Components.classes['@zeitgeist-project.com/DATAPROVIDER/firefox-xpcom;1'] is 
undefined"
  and does so every time new window is opened.

  Also previous FF4 betas were affected.

___
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 709103] Re: Firefox extension doesn't work with FF4

2011-05-02 Thread मनीष सिन्हा
Hmm. Thanks for the update. Will bump the version number

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/709103

Title:
  Firefox extension doesn't work with FF4

Status in Zeitgeist Data-Providers:
  Fix Committed

Bug description:
  When installed and up it shows alert box
  "TypeError: 
Components.classes['@zeitgeist-project.com/DATAPROVIDER/firefox-xpcom;1'] is 
undefined"
  and does so every time new window is opened.

  Also previous FF4 betas were affected.

___
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 775817] Re: Create a dataprovider for Firefox 3.6 also

2011-05-02 Thread मनीष सिन्हा
** Changed in: zeitgeist-dataproviders
 Assignee: (unassigned) => Manish Sinha (मनीष सिन्हा) (manishsinha)

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/775817

Title:
  Create a dataprovider for Firefox 3.6 also

Status in Zeitgeist Data-Providers:
  Confirmed

Bug description:
  After this bug is fixed https://bugs.launchpad.net/bugs/709103
  There is no support for firefox 3.6
  Please add one

___
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 775817] Re: Create a dataprovider for Firefox 3.6 also

2011-05-02 Thread मनीष सिन्हा
** Changed in: zeitgeist-dataproviders
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/775817

Title:
  Create a dataprovider for Firefox 3.6 also

Status in Zeitgeist Data-Providers:
  In Progress

Bug description:
  After this bug is fixed https://bugs.launchpad.net/bugs/709103
  There is no support for firefox 3.6
  Please add one

___
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 775817] Re: Create a dataprovider for Firefox 3.6 also

2011-05-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~manishsinha/zeitgeist-dataproviders/add-ff-36
-support-bug-775817

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/775817

Title:
  Create a dataprovider for Firefox 3.6 also

Status in Zeitgeist Data-Providers:
  In Progress

Bug description:
  After this bug is fixed https://bugs.launchpad.net/bugs/709103
  There is no support for firefox 3.6
  Please add one

___
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 739780] Re: Session starting with a zeitgeist-datahub zombie process

2011-05-02 Thread kenburgi
I just noticed this tonight.  My fresh install of 11.04 always has one
process in a zombie state.  I can't seem to kill/end it.

zeitgeist-datah

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
https://bugs.launchpad.net/bugs/739780

Title:
  Session starting with a zeitgeist-datahub zombie process

Status in Zeitgeist Framework:
  Fix Committed
Status in Zeitgeist Datahub:
  Invalid
Status in “zeitgeist” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: zeitgeist

  To reproduce, either
  a.) Just start a desktop session
  b.) Kill the zeitgeist-daemon and manually run zeitgeist-datahub

  In both cases 'ps' reveals a zombie process:

  http://paste.ubuntu.com/583545/

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: zeitgeist-core 0.7-1
  ProcVersionSignature: Ubuntu 2.6.38-7.36-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Mon Mar 21 23:07:05 2011
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: zeitgeist
  UpgradeStatus: Upgraded to natty on 2010-12-08 (103 days ago)

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