PDA

View Full Version : how to add a menu in the context menu(mouse right click)


deelip_prusty
May 18th, 2007, 02:18 AM
Hi...

I want to create a new context menu..Like create archive....
i mean when i right click on any folder my menu will b display as like create archive .

How can i do that.. wat r the steps ..to do with desktop file and where to put it...

how it can b accessible to all linux flavours..like ADOBE

jackmc
May 18th, 2007, 03:26 AM
Maybe with Nautilus-Actions?

I dont know how though sorry

shad0w_walker
May 22nd, 2007, 03:03 PM
Nautilus actions is definatly the right way to go, though you will need to tell it the programs to use for the menu items. If you have some scripting knowledge you can do brilliant things with it (I created a little context menu that lets me mount/unmount my encrypted folders with a nice gui type password prompt)

If your not to great with shell scripting its still easy enough to do things, just need to know what program to call and tell nautilus actions what information it needs to pass on.