Skip to main content
  1. Archives/

[How-To] Fix Nautilus File Manager Title Bar(Window Decorator) disappearing when Emerald is enabled

··184 words·1 min·
Tips & How-To's Linux Nautilus

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.

 

  1. Open Gconf-editor
  2. Head to Applications -> Nautilus -> Preferences
  3. 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.
Sathyajith Bhat
Author
Sathyajith Bhat
Author, AWS Container Hero and DevOps Specialist.

Related

A Handy Wallpaper Displaying Most Common Linux Commands
··27 words·1 min
Tips & How-To's Commands Linux
In the past I’ve done couple of posts explaining few of the common commands. A handy one-glance reference guide is always nice, and found this on Reddit.
How To: Access ext2/ext3 Formatted Linux Partitions in Windows
··215 words·2 mins
Tips & How-To's Filesystem Linux
Unlike Linux which can mount and access Windows’ FAT, FAT16, FAT32 and NTFS filesystems, Windows is incapable of even acknowledging and detecting a Linux filesystem. Fear not, here are 3 softwares which can help in detecting your Linux partition under Windows Ext2fsd- The most capable software of the lot. Has read/write support to your Linux partition. The 0.45 version supports replay of journal of a ext3 filesystem in case of a unclean shutdown of your Linux partition.
Enabling And Disabling Root Account in Debian/Ubuntu
··248 words·2 mins
Tips & How-To's Debian Linux Tutorials
Debian and other debian-based distros like Ubuntu have, by default, has the root account disabled as a security measure.(thanks to Subbu and PICCORO for the clarification) To re-enable the root account, just open the command prompt, and type sudo passwd root You’ll get the following set of messages: sathya@sathya-laptop:~$ sudo passwd root<br /> Enter new UNIX password:<br /> Retype new UNIX password:<br /> passwd: password updated successfully<br /> sathya@sathya-laptop:~$ To disable root access, just type