How to fix Gnome 3 distorted themes?

Once after installing the gnome-3 theme, I was impressed with the theme. But soon after I rebooted the box, the joy came to an end as I lost theming in many part including titlebar, buttons etc. Initially I had issues with the experimental drivers from nVidia but I already had uninstalled it.

How can I solve this glitch? It’s actually caused by choosing accessibility themes for Gnome. Simply uninstall the accessibility theme and set the standard theme

sudo apt-get remove gnome-accessibility-themes
sudo apt-get install gnome-themes-standard

If you want to tweak your theme further, install Gnome tweak tool

gksudo apt-get install gnome-tweak-tool

Run the tool by entering in terminal window or by pressing Alt+F2

gnome-tweak-tool

Troubleshoot: No sound from Dell XPS M1330 speakers after Windows 7 upgrade

My Dell XPS M1330 speakers stopped working ever since I upgraded to Windows 7. Even this issue was existing there in the beta versions, I believed that this issue will be sorted out in the final release as this series of machine is one of hot cake of that time (also the most problematic laptop too)

I have raised the issues in several forums and being helpless I directly contacted veteran Larry Osterman who leads Windows 7 Audio Development at Microsoft. He promptly responded with the issues with the Dell’s driver issues when working with their class driver. It was back 2009 July. I tried re-installing the driver and it really dint work at that time. But the very same driver when I tried reinstalling of late worked perfectly.

The normal to troubleshoot the problem is to use the Windows Hardware Troubleshooting mechanisms available. But Microsoft troubleshooter wrongly reported that Teefer2 Miniport #8 driver is required to be reinstalled which is actually part of Norton End Point Protection installed in my system. It’s a wrong diagnosis.

Search in Dell website for “SIGMATEL STAC 92XX C-Major HD Audio” and download the latest version of the driver. The one which worked for me can be downloaded from here (Seems it will upgraded automatically on new releases). Thanks Larry for your great help.

Root cause analysis – 5 Whys

5 Whys is a fundamental technique to find the root causes for problems. It was originally introduced and implemented by Sakichi Toyoda at Toyota Corporation

The basic process is keep asking “Why” to find the root cause. In a typical case, it’s almost possible to find the root cause within 5 whys. But it doesn’t mean that we’ve to stop analyzing further if we can’t find the root cause within 5 whys. It all depends on the complexity of the problem we’re handling. Here’s a classic example published in business week

A few years ago National Parks managers noticed the Jefferson Memorial was crumbling at an alarming rate. When they asked why, they found out it was being washed far more often than other memorials. For most organizations, the analysis would stop here. The solution is clear, right? Adjust the cleaning schedule to match those of the other memorials.

But they did not stop there. They kept asking why for each problems.

  1. This monument is deteriorating faster than any other monuments.
  2. Why? – Found that this monument is washed more frequently than other monuments.
  3. Why? – The bird droppings are high
  4. Why? – There are large population of spiders which the birds were feeding
  5. Why? – Increasing of midges in and around the memorial
  6. Why? – Midges are mate in a unique quality light between specific timings.
  7. Why? – (not really about why midges mate) This unique quality of light created by lighting monument before the dusk.

 

They reached the real root cause of the problem and preferred the action to change the light timings a bit late. By changing this schedule they were able to reduce the bird droppings by 90%

What we’ve to infer from this example.

  • In most of the stages explained above looked like dead end and we felt like to choose trivial solutions but they’ve move forwarded further.
  • When we analyze root cause, initially less people will be involved. Participants will increase on exploring more.
  • The root cause can’t be found on single stretch. It may take any long depends on the problem, information available and the people involved in it
  • The root causes can’t solve the entire problem. It may sometimes solve the entire problem but sometimes it may help us to reduce the damage
  • The action we’re taking should be appropriate otherwise it will increase the damage.
  • It’s required to make sure that the root cause was right before investing time and money in it.

But before starting all these we’ve to ask the fundamental question, do we really need to solve this problem? To solve the problem, it required to analyze the severity, priority, cost and resources available.

Once we decide proceed, we can employ Fish Bone diagram or Ishikawa diagram to effectively map the whys. The causes are grouped in the main groups and formed through brain storming sessions. For e.g. in the manufacturing industry basically we can classify the causes under 8M’s.

  • Machine (technology)
  • Method (process)
  • Material (Includes Raw Material, Consumables and Information.)
  • Man Power (physical work)/Mind Power (brain work): Kaizens, Suggestions
    Measurement (Inspection)
  • Milieu/Mother Nature (Environment)
  • Management/Money Power
  • Maintenance

I am not explaining how to create Fishbone diagram, but it’s really powerful enough to map and find the problems root causes. So keep asking “Why” and when it make sense, stop asking “Why” and proceed to fix the problems.