Firefox always displays "application busy" on close

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
fb22

Firefox always displays "application busy" on close

Post by fb22 »

Greetings all,

This is a minor annoyance, but I'm curious to know what's the cause. Every time I shut down Firefox, it doesn't close immediately and the message "Warning: This window might be busy and is not responding. Do you want to terminate the application?" pops up.

Regardless of whether you click "yes" or "no", the window closes.

Is it perhaps Google Toolbar sending info?

Cheers!

-FB
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
exploder
Level 15
Level 15
Posts: 5623
Joined: Tue Feb 13, 2007 10:50 am
Location: HartfordCity, Indiana USA

Re: Firefox always displays "application busy" on close

Post by exploder »

Is it perhaps Google Toolbar sending info?
That is most likely the case. The Google toolbar causes a lot of grief on Windows systems too.
fb22

Re: Firefox always displays "application busy" on close

Post by fb22 »

exploder wrote:
Is it perhaps Google Toolbar sending info?
That is most likely the case. The Google toolbar causes a lot of grief on Windows systems too.
I disabled it and while the window closes faster, it still generates the error. Any suggestions?

Regards,

-FB
RedWagon

Re: Firefox always displays "application busy" on close

Post by RedWagon »

Here's a quick test to see if the problem is in your firefox configuration or if its something else on your system. Close firefox then run:

Code: Select all

mv .mozilla .mozilla-hide
This will move all firefox's configuration files to a different location so that firefox can't see them. Launch firefox again to see everything back at their defaults. If the problem stops then you know that the problem is caused by some add on or setting in firefox itself. If you still have the same problem, you have bigger issues.
If it does fix your problem and you aren't really attatched to your bookmarks and saved passwords you can just remove the .mozilla-hide directory and go on your merry way. If you want to restore everything, just close firefox again and run:

Code: Select all

rm -r .mozilla
mv .mozilla-hide .mozilla
this removes the default configs that firefox created when you launched it earlier and then moves your old configs back in place so firefox can see them again.
fb22

[SOLVED|: Firefox always displays "application busy" on clos

Post by fb22 »

RedWagon wrote:Here's a quick test to see if the problem is in your firefox configuration or if its something else on your system. Close firefox then run:

Code: Select all

mv .mozilla .mozilla-hide
Yep, that did the trick!

Thanks!

-FB
Locked

Return to “Beginner Questions”