While looking at your bug, I have found this code snippet:
checkEnv : function()
{
var storage_directory = this.pref.get("beagle.storage.directory");
if(storage_directory == "")
storage_directory = this.ENV.get("HOME") + "/.beagle";
if (!this.FILE_UTILS.exists (storage_directory)) {
alert(_("beagle_check_env_error"));
return false;
Basically it sets by default the storage directory to $HOME/.beagle, and the
checks if it exists.
Do you have that dir created? Have you run beagled before trying to use
iceweasel-beagle? Can you try if you manually create that dir (note the .
before dir name)
and then try iceweasel-beagle?
Thanks
On Feb 4, 2008 9:47 AM, Marcus Better <[EMAIL PROTECTED]> wrote:
> Package: iceweasel-beagle
> Version: 0.3.3-1
> Severity: serious
>
> When I start iceweasel, it shows an alert saying
>
> Beagle storage directory not found.
> Please set beagle.storage.directory in about:config to corresponding
> directory.
>
> Afterwards the beagle indexer doesn't work, and clicking on the beagle
> button in the status bar shows another alert saying "Error running
> Beagle Indexer: undefined".
>
> IMO it should have a sane working default.
>
> -- System Information:
> Debian Release: lenny/sid
> APT prefers testing
> APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
> Architecture: i386 (i686)
>
> Kernel: Linux 2.6.24-lg (PREEMPT)
> Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
>
> Versions of packages iceweasel-beagle depends on:
> ii beagle 0.3.3-1 indexing and search tool for
> your
> ii iceweasel 2.0.0.11-1 lightweight web browser based
> on M
>
> iceweasel-beagle recommends no packages.
>
> -- no debconf information
>
>
>
>
--
José Carlos García Sogo
[EMAIL PROTECTED]