Most of the how-to’s and fixes posted here, are generally my experiences and I post them on how I went about fixing it. This particular how-to was mentioned to me by my very good friend, Bharath, who had this annoying problem of the title bars of every window crashing and disappearing when Emerald is chosen as the decorator.
Generally, I’d recommend running gtk-window-decorator --replace
or metacity --replace
in terminal - that generally does reinitialize the window decorators. However for Bharath, this particular solution didn’t help and he kept facing the same problem
Despite typing the above, the title bars would still keep crashing. After some problem he was able to fix it. This is how he went about it.
- Open Gconf-editor
- Head to Applications -> Nautilus -> Preferences
- Modify key “navigation_windows_saved_geometry” to a resolution, that is lesser than the current screen resolution.
Do note that you should ideally do this with none of the Nautilus windows open. Save Gconf editor, and launch Nautilus, the title bars should be back now.
Thanks for the tip, Bharath, I'm sure many people will find this tip useful.