Comment 11 for bug 61786

Revision history for this message
pikilon (pikilon) wrote :

THere is no need to make nautilus script for that. I don't Really know Why this doesn't come by DEFAULT

you could sudo edit nautilus-navigation-window-ui.xml in /usr/share/nautilus/ui (backup the file first)

and replace toolbal name="Toolbar"> section with this one

<toolbar name="Toolbar">
 <toolitem name="Back" action="Back"/>
 <toolitem name="Forward" action="Forward"/>
 <toolitem name="Up" action="Up"/>
 <toolitem name="Stop" action="Stop"/>
 <toolitem name="New Folder" action="New Folder"/>
 <toolitem name="New Tab" action="New Tab"/>
 <toolitem name="Reload" action="Reload"/>
 <separator/>
 <toolitem name="Home" action="Home"/>
 <toolitem name="Computer" action="Go to Computer"/>
 <separator/>
 <toolitem name="Search" action="Search"/>
        <separator/>
        <toolitem name="Cut" action="Cut"/>
        <toolitem name="Copy" action="Copy"/>
        <toolitem name="Paste" action="Paste"/>
 <placeholder name="Extra Buttons Placeholder">
           <placeholder name="Extension Actions"/>
        </placeholder>
</toolbar>