[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."
Daniel Hahler
launchpad at thequod.de
Fri Apr 4 01:34:23 UTC 2008
I don't think it's a bug with apport, because this just happened to me when using submittodebian/reportbug and choosing "More details (launch browser)".
>From looking at reportbug's source, it uses:
def launch_browser(url):
if not os.system('command -v sensible-browser &> /dev/null'):
cmd = 'sensible-browser' + commands.mkarg(url)
os.system(cmd)
return
..and I can see in "ps aux":
sh -c sensible-browser 'http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467223&archived=False&mbox=no'
However, I cannot reproduce it from an ipython shell, using the same
code and using sensible-browser itself from the command line works,
too..!
Any ideas?
** Changed in: apport (Ubuntu)
Status: Triaged => Invalid
** Changed in: firefox-3.0 (Ubuntu)
Status: New => Triaged
--
Cannot submit Bug Report: "Firefox is already running...."
https://bugs.launchpad.net/bugs/198195
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox-3.0 in ubuntu.
More information about the Ubuntu-mozillateam-bugs
mailing list