[Bug 522535] Re: Apport doesn't recognise Firefox 3.6
kecsap
csaba.kertesz at gmail.com
Tue Feb 16 15:18:03 UTC 2010
The problem is that there is no firefox-3.6 package provided and
therefore the ubufox extension gives wrong version number for the apport
scripts. The fix for this in Lucid to provide firefox-3.6 package or
disable the fetching of the program version with this patch in ubufox:
=== modified file 'content/overlay.js'
--- content/overlay.js 2009-10-09 12:16:09 +0000
+++ content/overlay.js 2010-02-16 15:14:17 +0000
@@ -157,10 +157,7 @@
procUtil.init(executable);
var args = null;
- if (getAppVersion())
- args = new Array("-p", "firefox-" + getAppVersion());
- else
- args = new Array("-p", "firefox" );
+ args = new Array("-p", "firefox" );
var res = procUtil.run(false, args, args.length);
}
** Also affects: ubufox
Importance: Undecided
Status: New
--
Apport doesn't recognise Firefox 3.6
https://bugs.launchpad.net/bugs/522535
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in ubuntu.
More information about the Ubuntu-mozillateam-bugs
mailing list