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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to