5

I am running Ubuntu 12.04 (almost default install regularly updated) Unity interface on ASUS X53U (AMD Brazos Dual Core C60 with 2GB RAM).

On launching Thunderbird and Firefox, the application dims and the cursor changes to wait mode. In case of Thunderbird, this is most pronounced with the wait time of up to a minute.

Memory status checked with free indicates around 500MB of free memory on such occasions. The OS is stable and I can switch to a different work-space, etc.

What could this be? Is this something normal?

Jorge Castro
  • 71,754
deshmukh
  • 4,061
  • 1
    why don't you launch from the command line and see what it does, and if any flags are raised? – kmassada Oct 09 '12 at 13:44
  • It would be interesting to see if this happens with other applications that need to connect to the internet on startup. The obvious thing is that they are waiting for something. Whether they are fighting for the processor (scheduling time) or are waiting for the internet to become available is left to see yet. – Anthony Oct 10 '12 at 15:50
  • @PranitBauva Reinstalling won't do anything to solve his problem – Jorge Castro Oct 10 '12 at 22:16
  • @kmassada, tried launching it from terminal. There were no messages/ flags there. – deshmukh Oct 11 '12 at 06:24
  • @Anthony, could you suggest a way to check the bandwidth bottleneck? – deshmukh Oct 11 '12 at 06:36
  • @deshmukh Maybe try Chromium to see if it has the same delay as FireFox. As far as a test to check for a bottleneck, I can't think of anything specific. – Anthony Oct 11 '12 at 16:21
  • @deshmukh does it become normal after some times? – Anwar Oct 11 '12 at 19:39
  • @Anthony Chromium does not dim. It 'feels' faster than firefox, too. – deshmukh Oct 12 '12 at 06:06
  • @OliveTwist, yes. It does get back to normal after some time – deshmukh Oct 12 '12 at 06:06
  • Have you tried starting the applications in safe mode? If you have already done so, please edit your question accordingly. –  Oct 15 '12 at 05:45
  • @vasa1 No. I have not tried starting application in safe mode. But there are several other things I have not tried. If you think starting application in safe mode is going to help either understand the problem better or solve the problem, could you please indicate why you think so and I will then do appropriately – deshmukh Oct 15 '12 at 06:59
  • @A.S. Yes, it does become normal after sometime – deshmukh Oct 15 '12 at 07:00
  • That's generally one of the first trouble-shooting steps recommended. The idea is to see whether extensions could be related to the problem. Running in safe mode disables all extensions. If your problem goes away, you can be sure that the cause of the problem is an extension. Then, depending on how many extensions you've installed, pinning down the culprit is a matter of trial and error. –  Oct 15 '12 at 07:14
  • @deshmukh I've given an answer. It is not much of a problem. May be cause of a slow network or heavy activity in disk – Anwar Oct 15 '12 at 07:32
  • @vasa1 point well taken.

    Here is what seems to have worked. Updated Thunderbird to T16 and all seems to be well. Thanks, all

    – deshmukh Oct 15 '12 at 11:09

3 Answers3

6

Why dimming?

The window dims because of a compiz setting , which dims the windows of programs which are not responding.

You can change the setting, if you have compizconfig-settings-manager installed.
Open it and go to Fading Window plugin. There is a settings named Dim unresponsive windows. Uncheck the setting if you don't want the dimming. But I don't recommend it, since it tells you which program is not responding.

enter image description here

Why Not responding?

The application may seem to be not responding while starting up sometimes. Mostly it happens when it does some background activities, such as fetching settings, loading files and trying to connect to the Internet etc.

I think, the most likely cause in your case is, You get large number of new messages in your email account everyday and thunderbird was trying to fetch those emails. But It is not a big problem since it quickly becomes responsive after the operation. It may also related with your Internet connection speed, which may be slowing down fetching and syncing information with your email account.

Anwar
  • 76,649
2

Applications "dim" when they are busy like loading from disk. This is common on slower computers where applications might be competing for resources, or launching a bunch of applications at once.

This is normal on lower performance Notebooks. You might want to consider using a lighter desktop like Lubuntu or Unity 2d:

Jorge Castro
  • 71,754
  • could there be any tests to pinpoint the problem? As I mentioned, free shows memory available. That said, I will try Unity 2D (Easier) and LXDE (after I install it), and will let you know. – deshmukh Oct 11 '12 at 06:22
2

I have experienced similar issues, but mostly with Thunderbird.

See:

Why is Thunderbird pegging a core at 100%?

Try disabling Thunderbird add-ons, as you (like me) are probably not using them anyway.

david6
  • 14,499