Are you as annoyed as I am about the superfluous screen real estate consumed by the toolbar buttons in Nautilus 3? Of course you are, that’s why the oracle brought you here.
To remove them, modify /usr/share/nautilus/ui/nautilus-toolbar-ui.xml and comment out all the <toolitem> elements.
<ui>
<toolbar name="Toolbar">
<!--<toolitem name="Back" action="Back"/>
<toolitem name="Forward" action="Forward"/>
<toolitem name="Search" action="Search"/>-->
</toolbar>
</ui>

Comments 3
Any idea how to ADD buttons, e.g. ‘up’?
Posted 22 Oct 2011 at 7:52 pm ¶Adding doesn’t work.
Adding ” doesn’t work
Posted 22 Oct 2011 at 8:24 pm ¶Exactly same need here: how to add the “up” button ?
Posted 26 Nov 2011 at 6:22 am ¶Post a Comment