[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-04-03 Thread Daniel Hahler
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'):

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-25 Thread Daniel Hahler
** Also affects: firefox-3.0 (Ubuntu) Importance: Undecided Status: New -- 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. -- ub

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-25 Thread Theresa
I get the same error message, when i close Firefox 3.0 and QUICKLY (within seconds) open it again because i accidentally closed it. when trying to re-open firefox 3.0 i get this message: Firefox-3.0 is already running, but is not responding. To open a new window, you must first close the existin

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-19 Thread Aaron C. de Bruyn
This solved the issue. I noticed firefox in the process list was not started as just '/usr/lib/firefox-3.0b4/firefox'. It had details on the end from apport. Apparently if firefoxs gets launched initially by apport there is an issue with opening additional URLs, but I am unable to track down the

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-19 Thread Aaron C. de Bruyn
I don't believe this is an issue with apport. I have initially noticed this bug while having the same apport issue, but it is not limited to apport. I use mutt as my email client which opens URLs via /usr/bin/sensible- browser which in turn calls firefox. I have done a bunch of testing and recei

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-11 Thread Daniel Hahler
** Changed in: apport (Ubuntu) Assignee: Daniel Hahler (blueyed) => (unassigned) Status: Incomplete => 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 Bug

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-10 Thread Dennis Heinson
Yes, I did exactly that. Not click tray icon, run from shell instead. No extra output on the console, only the error in Firefox. -- 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 Ubun

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-10 Thread Daniel Hahler
Have you touched any .crash file before doing so? If you get crashes regularly, you can also wait until the tray icon appears: then do not click the tray icon, but run /usr/share/apport/apport-gtk This should be the same as when clicking the tray icon (i.e. it asks you to send the report), but ho

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-10 Thread Dennis Heinson
Sorry on my side too, I could have figured that :) [EMAIL PROTECTED]:~# /usr/share/apport/apport-gtk [EMAIL PROTECTED]:~# ---> Same behavior. :( -- Cannot submit Bug Report: "Firefox is already running" https://bugs.launchpad.net/bugs/198195 You received this bug notification because you a

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-10 Thread Daniel Hahler
Sorry for being unclear. You should start /usr/share/apport/apport-gtk from the command line, instead of clicking the tray icon, if there's a bug to report. apport-gtk will just exit silently, if there's nothing to report. You can trigger a new bug by touching an existing crash report in /var/cra

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-10 Thread Dennis Heinson
Done. No output at all. When I produce a bug, the tray icon appears, however. -- 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

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-10 Thread Daniel Hahler
Can you run /usr/share/apport/apport-gtk from the command line and see if there's any output in the console? ** Changed in: apport (Ubuntu) Assignee: (unassigned) => Daniel Hahler (blueyed) Status: New => Incomplete -- Cannot submit Bug Report: "Firefox is already running" https:

Re: [Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-10 Thread James Westby
On Wed, 2008-03-05 at 05:05 +, Dennis Heinson wrote: > Hi James, > > I can reproduce now. The problem does not appear if Apport has to open > Firefox. When Firefox is already running, it does not work and gives > said error message. Please tell me how to proceed :) > Hi, I'm afraid that I'm

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-07 Thread Dennis Heinson
Yes, I can call "firefox --new-window" when it's running. No, no other session. I hope the other instructions help resolve the issues. Unofrtunately, I know nothing about Python coding otherwise I would be more than willing to try "poking" :) -- Cannot submit Bug Report: "Firefox is already run

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-07 Thread Daniel Hahler
You might want to poke around in /usr/lib/python2.5/site-packages/apport/ui.py to see which code path gets hit: Search for "gconftool" and add "print foo1"-like lines around to see if e.g. "firefox -new-window" gets called at all. Can you call "firefox -new-window" if Firefox is already running?

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-04 Thread Dennis Heinson
Hi James, I can reproduce now. The problem does not appear if Apport has to open Firefox. When Firefox is already running, it does not work and gives said error message. Please tell me how to proceed :) -- Cannot submit Bug Report: "Firefox is already running" https://bugs.launchpad.net/bugs

Re: [Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-04 Thread James Westby
On Tue, 2008-03-04 at 18:55 +, Dennis Heinson wrote: > 1. (Console:) > [EMAIL PROTECTED]:~$ gconftool --get /desktop/gnome/url-handlers/http/command > firefox %s > 2. Works, opens new firefox with ubuntu website > 3. Works, opens a new tab in existing firefox with ubuntu website. > > To the ot

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-04 Thread Dennis Heinson
1. (Console:) [EMAIL PROTECTED]:~$ gconftool --get /desktop/gnome/url-handlers/http/command firefox %s 2. Works, opens new firefox with ubuntu website 3. Works, opens a new tab in existing firefox with ubuntu website. To the other questions: Yes, firefox was open. It neither was nor became unrespo

[Bug 198195] Re: Cannot submit Bug Report: "Firefox is already running...."

2008-03-04 Thread James Westby
Hi, Can you please provide the output of the following commands: gconftool --get /desktop/gnome/url-handlers/http/command firefox -new-window http://ubuntu.com gnome-open http://ubuntu.com Also, was firefox unresponsive when you received that message? Was it open? Has reporting a bug u