Results 1 to 5 of 5

Thread: How to modify default right click context menu in ubuntu 14.04...

  1. #1
    Join Date
    Dec 2014
    Beans
    8

    How to modify default right click context menu in ubuntu 14.04...

    I wanted to add 2-3 more options apart from conventional copy and paste in the right click context menu pop up...Where can I find the related xml files and system scripts...

  2. #2
    Join Date
    Oct 2011
    Location
    Galiza
    Beans
    3,380
    Distro
    Ubuntu Development Release

    Re: How to modify default right click context menu in ubuntu 14.04...

    There's not *A right-click context menu* but several, depending on the... Context (desktop, within a program, etc.).
    Here some suggestions regarding Nautilus (Files in newer releases): http://www.howtogeek.com/116807/how-...-file-manager/
    Galiza Nação!

  3. #3
    Join Date
    Dec 2014
    Beans
    8

    Re: How to modify default right click context menu in ubuntu 14.04...

    Thanx Vladlenin,
    Even for Nautilus, how can I change the menu without using nautilus-action tools...but by using scripts of my own...Or at least tell how does the nautilus-action work?

  4. #4
    Join Date
    Jun 2007
    Beans
    17,337

    Re: How to modify default right click context menu in ubuntu 14.04...

    Quote Originally Posted by shubhamjindal-1994 View Post
    Thanx Vladlenin,
    Even for Nautilus, how can I change the menu without using nautilus-action tools...but by using scripts of my own...Or at least tell how does the nautilus-action work?
    To add directly to the context menu(s) requires either modifying the nautilus source code or creating a nautilus extension, both well beyond the scope of your question

    To use your own scripts then you could also look at installing nautilus-scripts-manager, scripts go into ~/.local/share/nautilus/scripts & are available in the context menu > Scripts >
    The advantage of nautilus-actions is actions can be set to appear only on specific target mimetypes and or file extensions. N-a ca also run personal scripts as the command used.

  5. #5
    Join Date
    Dec 2014
    Beans
    8

    Re: How to modify default right click context menu in ubuntu 14.04...

    Thanx Sir,
    Though I am good with programming and shell scripting...I will work upon your suggestion and avoid changing nautilus source code! THanx a lot. That will be all for now!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •