[Zeitgeist] [Bug 672079] [NEW] can't install firefox extension, install script not found

2010-11-07 Thread Lyle Underwood
Public bug reported:

I may be terribly confused, but when the Zeitgeist add-on didn't show up
in my list in FF 3.6.12 after a make local-install I tried installing it
by dragging and dropping ZeitgeistDataProvider.xpi onto the FF window.
It gave me a normal install add-on dialog, and after clicking install I
got the following error:

Firefox could not install the file at

file:///home/lyle/dev/zeitgeist/zeitgeist-dataproviders/firefox-
libzg/ZeitgeistDataprovider.xpi

because: Install script not found
-204

I don't know a lot about FF extensions, but my understanding was that
some form of install script (install.*) was required at the root of the
xpi archive.

** Affects: zeitgeist-dataproviders
 Importance: Undecided
 Status: New

-- 
can't install firefox extension, install script not found
https://bugs.launchpad.net/bugs/672079
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: New

Bug description:
I may be terribly confused, but when the Zeitgeist add-on didn't show up in my 
list in FF 3.6.12 after a make local-install I tried installing it by dragging 
and dropping ZeitgeistDataProvider.xpi onto the FF window. It gave me a normal 
install add-on dialog, and after clicking install I got the following error:

Firefox could not install the file at 

file:///home/lyle/dev/zeitgeist/zeitgeist-dataproviders/firefox-libzg/ZeitgeistDataprovider.xpi

because: Install script not found
-204

I don't know a lot about FF extensions, but my understanding was that some form 
of install script (install.*) was required at the root of the xpi archive.



___
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 602211] Re: Monitoring Create/Move/Copy Files events

2010-11-07 Thread Seif Lotfy
** Description changed:

- I  was thinking on how tracker monitors new files to index. Turns out they 
monitor directories using inotify. Recurse XDG dirs and single iterate $HOME
- Does this make sense to us?
+ An issue we are facing at the moment is that ppl lose track of there files in 
a timeline if the file was moved around or renamed. I would propose using 
taskview or patch nautilus to actually grab those events and either:
+ 1) Modify the uris in the uris table
+ 2) Create a new table with| new_id | old_uri_id | event | to map uris to 
their actual ids and the event that allowed the change, this would allow us to 
track a history of renaming or moving a file. It will look a bit like the 
following:
+ 
+ 9 | 9 | 48124  # CREATE EVENT
+ 12 | 9 | 48126 # MOVE EVENT
+ 
+ In other words the last row means uri 12 was moved from uri 9 with event
+ 48126

-- 
Monitoring Create/Move/Copy Files events
https://bugs.launchpad.net/bugs/602211
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: Confirmed
Status in Zeitgeist Datahub: Incomplete

Bug description:
An issue we are facing at the moment is that ppl lose track of there files in a 
timeline if the file was moved around or renamed. I would propose using 
taskview or patch nautilus to actually grab those events and either:
1) Modify the uris in the uris table
2) Create a new table with| new_id | old_uri_id | event | to map uris to 
their actual ids and the event that allowed the change, this would allow us to 
track a history of renaming or moving a file. It will look a bit like the 
following:

9 | 9 | 48124  # CREATE EVENT
12 | 9 | 48126 # MOVE EVENT

In other words the last row means uri 12 was moved from uri 9 with event 48126






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


Re: [Zeitgeist] [Bug 602211] Re: Monitoring Create/Move/Copy Files events

2010-11-07 Thread Seif Lotfy
That is why i proposed solution 2 which in my opinion covers everything
:)

On Sun, Nov 7, 2010 at 2:36 PM, Siegfried Gevatter
rai...@ubuntu.comwrote:

 1) Modify the uris in the uris table
 -1, events are immutable by definition, they aren't supposed to  change

 --
 Monitoring Create/Move/Copy Files events
 https://bugs.launchpad.net/bugs/602211
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in Zeitgeist Framework: Confirmed
 Status in Zeitgeist Datahub: Incomplete

 Bug description:
 An issue we are facing at the moment is that ppl lose track of there files
 in a timeline if the file was moved around or renamed. I would propose using
 taskview or patch nautilus to actually grab those events and either:
 1) Modify the uris in the uris table
 2) Create a new table with| new_id | old_uri_id | event | to map uris
 to their actual ids and the event that allowed the change, this would allow
 us to track a history of renaming or moving a file. It will look a bit like
 the following:

 9 | 9 | 48124  # CREATE EVENT
 12 | 9 | 48126 # MOVE EVENT

 In other words the last row means uri 12 was moved from uri 9 with event
 48126




 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/zeitgeist/+bug/602211/+subscribe



-- 
This is me doing some advertisement for my blog http://seilo.geekyogre.com

-- 
Monitoring Create/Move/Copy Files events
https://bugs.launchpad.net/bugs/602211
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: Confirmed
Status in Zeitgeist Datahub: Incomplete

Bug description:
An issue we are facing at the moment is that ppl lose track of there files in a 
timeline if the file was moved around or renamed. I would propose using 
taskview or patch nautilus to actually grab those events and either:
1) Modify the uris in the uris table
2) Create a new table with| new_id | old_uri_id | event | to map uris to 
their actual ids and the event that allowed the change, this would allow us to 
track a history of renaming or moving a file. It will look a bit like the 
following:

9 | 9 | 48124  # CREATE EVENT
12 | 9 | 48126 # MOVE EVENT

In other words the last row means uri 12 was moved from uri 9 with event 48126






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


Re: [Zeitgeist] [Bug 602211] Re: Monitoring Create/Move/Copy Files events

2010-11-07 Thread Seif Lotfy
awesome :)

On Sun, Nov 7, 2010 at 9:15 PM, S. Sickert s.sick...@gmail.com wrote:

 I agree that 95% of the user never use the commandline, so that's not a
 big problem.

 AFAIK renaming in nautilus is just moving the file.

 --
 Monitoring Create/Move/Copy Files events
 https://bugs.launchpad.net/bugs/602211
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in Zeitgeist Framework: Confirmed
 Status in Zeitgeist Datahub: Incomplete

 Bug description:
 An issue we are facing at the moment is that ppl lose track of there files
 in a timeline if the file was moved around or renamed. I would propose using
 taskview or patch nautilus to actually grab those events and either:
 1) Modify the uris in the uris table
 2) Create a new table with| new_id | old_uri_id | event | to map uris
 to their actual ids and the event that allowed the change, this would allow
 us to track a history of renaming or moving a file. It will look a bit like
 the following:

 9 | 9 | 48124  # CREATE EVENT
 12 | 9 | 48126 # MOVE EVENT

 In other words the last row means uri 12 was moved from uri 9 with event
 48126




 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/zeitgeist/+bug/602211/+subscribe



-- 
This is me doing some advertisement for my blog http://seilo.geekyogre.com

-- 
Monitoring Create/Move/Copy Files events
https://bugs.launchpad.net/bugs/602211
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: Confirmed
Status in Zeitgeist Datahub: Incomplete

Bug description:
An issue we are facing at the moment is that ppl lose track of there files in a 
timeline if the file was moved around or renamed. I would propose using 
taskview or patch nautilus to actually grab those events and either:
1) Modify the uris in the uris table
2) Create a new table with| new_id | old_uri_id | event | to map uris to 
their actual ids and the event that allowed the change, this would allow us to 
track a history of renaming or moving a file. It will look a bit like the 
following:

9 | 9 | 48124  # CREATE EVENT
12 | 9 | 48126 # MOVE EVENT

In other words the last row means uri 12 was moved from uri 9 with event 48126






___
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 660307] Re: zeitgeist fails to run if its database structure is not complete

2010-11-07 Thread Rocko
Sorry, the file doesn't exist any more, it was on another user's PC.
Does creating a file with the SQL above help in recreating it?

-- 
zeitgeist fails to run if its database structure is not complete
https://bugs.launchpad.net/bugs/660307
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: Incomplete
Status in “zeitgeist” package in Ubuntu: New

Bug description:
Binary package hint: zeitgeist

If zeitgeist's database (~/.local/share/zeitgeist/activity.sqlite) is 
incomplete, eg missing the events table, zeitgeist fails to run. And because 
the GUI does not report that zeitgeist faiiled to run, applications that rely 
on zeitgeist simply fail to work without any relevant reason given.

I ran into this problem on upgrading an installation from Ubuntu 10.04 to 
10.10. After the upgrade, the dockbarx applet failed to run. The error message 
from gnome-panel just said it had failed to run, and .xsession-errors said the 
child process did not report any specific error. Running in debug mode (ie with 
the command dockbarx-factory.py run-in-window) gave:

ERROR:dbus.proxies:Introspect error on 
:1.134:/org/gnome/zeitgeist/log/activity: dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by 
message bus)
DEBUG:dbus.proxies:Executing introspect queue due to error
Traceback (most recent call last):
  File /usr/bin/dockbarx_factory.py, line 26, in module
import dockbarx.dockbar
...
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 140, in __call__
**keywords)
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The 
name :1.134 was not provided by any .service files

The error appeared to be a dbus error, but in fact was a problem with 
zeitgeist, which was failing to run because its database apparently was 
corrupted during the upgrade. I fixed the problem (eventually) by deleting the 
zeitgeist database file and restarting the zeitgeist-daemon manually.


What I would expect to happen is:

1) The GUI should report that zeitgeist has failed to run.

2) Better yet, zeitgeist could create the necessary tables if its database is 
invalid or perhaps backup the old database and create a new one so it can run 
properly.

It would of course be nice if dockbarx reported better error information, but 
since there are other applications that depend on zeitgeist, it would be good 
if zeitgeist could recover from this situation.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: zeitgeist 0.5.2-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Thu Oct 14 11:52:41 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha i386 (20100602.2)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: zeitgeist



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