Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Edit original Nautilus context menu

Does anyone know a way to simplify the standard context (right click) menu in Nautilus? I am making a very simplified interface for people who don't use computers very often, and I want to use Nautilus as File Manager. I have added some actions to the context menu using nautilus-action, but I want to remove the standard Copy/Paste/Create Folder/Create link and pretty much all the rest. I haven't found any XML or other config file on my system, I have used grep on Nautilus' sources to find where it is, because I suspect it is hard coded, but no joy so far.

like image 672
Thibaut Avatar asked Jul 24 '10 19:07

Thibaut


1 Answers

The menu schema is located in the file nautilus-directory-view-ui.xml within Nautilus' sources if you are compiling it, or in /usr/share/nautilus/ui/. If nautilus is already installed, use "nautilus -q && nautilus" in a terminal to apply changes.

like image 199
Marmotte042 Avatar answered Sep 22 '22 07:09

Marmotte042