This information is not new but I think it can be quite useful. Especially now that is in vogue. In Launchpad, has been given top priority to bug # 386150
proposed a restructuring of the toolbar file browser. The main complaint is that it does not meet the common demands of the user. To cite one example, the ability to navigate with tabs (or tabs) in Nautilus was implemented in version 2.24 of GNOME, however, this feature is only accessible from the menu or with Ctrl-T. configuration file / usr / share / nautilus / ui / nautilus-navigation-window-ui.xml
. Take, for example, as to add the button 'New Tab'
Open the configuration file Nautilus interface with root permissions. Open "Run Application" (Alt-F2) and typegksu gedit / usr / share / nautilus / ui / nautilus-navigation-window-ui.xml
Go to end of document, where the label begins- \u0026lt; toolbar>
- . \u0026lt;toolbar name="Toolbar"> \u0026lt;toolitem name="Back" action="Back"/> \u0026lt;toolitem name = "Forward" action = "Forward" /> \u0026lt;toolitem name="Up" action="Up"/> ... \u0026lt;/ Toolbar>
- Add the tag to the command 'New Tab. " Includes code \u0026lt;toolitem
name="New Tab" action="New Tab"/>
Save and close the file.in the place you want to have the button. Note that the labels for each item are in the same order they appear in the Nautilus interface, namely: back, forward, up, stop, and so on. - Restart Nautilus. Open "Run Application" (Alt-F2) and type
killall nautilusto terminate the application. To start Nautilus reopen "Run Application" (Alt-F2) and now simply type - nautilus.
- Now the toolbar has the button "new tab" in the place where you've placed. Add other buttons possible to add other buttons are described in the following table:
Item Code
| \u0026lt;toolitem name = "New Tab" action = "New Tab "/> | |
|---|---|
Create a new folder | \u0026lt;toolitem name="New Folder" action="New Folder"/> |
Move to Trash | \u0026lt;toolitem name = "Trash" action = " Trash "/> |
| Properties | | \u0026lt;toolitem name="Properties" action="Properties"/>
Cut | \u0026lt;toolitem name =" Cut "action =" Cut "/> |
| Copy name="Copy" \u0026lt;toolitem action="Copy"/> |
Paste | \u0026lt;toolitem name="Paste" action="Paste"/> |
Show Hidden Files (no icon) | \u0026lt;toolitem name="Show Files" action="Show Hidden Hidden Files"/> |
Remove unnecessary buttons | To remove buttons from the toolbar you can remove the respective
label. Another alternative is to add
\u0026lt;! - before and -> \u0026lt;toolitem name="Up" action="Up"/> \u0026lt;! - \u0026lt;toolitem Name="Stop" action="Stop"/> -> name="Reload" \u0026lt;toolitem action="Reload"/> Example of my custom toolbar buttons' New Tab ',' Create a folder ',' Move to Trash "and" Properties "( and taking "Stop", "Personal Folder" and "Equipment"):
0 comments:
Post a Comment