<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
Buenas<BR>
<BR>
Uso Firefox 2.0 y la version 3.0a8 ambas en Ubuntu 7.10. el problema es que no puedo instalar nada, ningun addon ni extensi&#243;n, ni siquiera un tema. Yo de esto no entiendo nada, alguna idea??????<BR>
<BR>
Les posteo el error:<BR>
<BR>
&quot; firefox could not install the file at https://..... <BR>
Becouse: Unexpected installation error<BR>
Revie the error console log for more details.<BR>
-203 &quot;<BR>
<BR>
Posteo parte de la consola de errores, lo que esta en negrita parece que es lo que falla.<BR>
<BR>
// An item entry is valid only if it is not disabled, not about to 
<PRE>
      // be disabled, and not about to be uninstalled.
&nbsp;&nbsp;&nbsp;&nbsp;<B>&nbsp; var installLocation = this.getInstallLocation(item.id);</B>
      if (installLocation.name in StartupCache.entries &amp;&amp;
          item.id in StartupCache.entries[installLocation.name] &amp;&amp;
          StartupCache.entries[installLocation.name][item.id]) {
        var op = StartupCache.entries[installLocation.name][item.id].op;
        if (op == OP_NEEDS_INSTALL || op == OP_NEEDS_UPGRADE || 
            op == OP_NEEDS_UNINSTALL || op == OP_NEEDS_DISABLE)
          continue;
      }
      // Suppress items that have been disabled by the user or the app.
      if (ds.getItemProperty(item.id, &quot;isDisabled&quot;) != &quot;true&quot;)
        activeItems.push({ id: item.id, location: installLocation });
    }
</PRE>
</BODY>
</HTML>