2

how to add a shortcut to open an specific app from the Right Menu Click of the Mouse?

Let's say that I would like to open 7Zip Wine/Windows .exe or even an Ubuntu software directly from my Right Click Menu of the Mouse. There is an easy or relatively easy way to modify the right Click Menu without to install other File Managers in the system?

vanadium
  • 88,010
Niewbie
  • 121
  • Sorry man , it's true, I'm on the latest release of Ubuntu 21.04 with the latest Gnome from the default system.... – Niewbie Jun 24 '21 at 08:09
  • 1
    Does Nautilus Scripts help? See: https://askubuntu.com/questions/1273441/add-password-option-to-default-compress-menu-20-04 – FedKad Jun 24 '21 at 09:47
  • 2
  • Sorry guys I was studing around on it, Nautilus-Actions Configuration Tool was perfect and per my understanding the evolution of that was filemanager-actions 3.4-2. But the problems it's that are Outdates solutions for ubuntu 21.04. In fact just then I did try to configure Filemanager Action before install it, but in Terminal it shows " too many allert on that ", so before install it maybe better that I think twise before break the real Nautilus.... Have you got experience to install Nautilus-Actions Configuration Tool on Ubuntu 21.04? – Niewbie Jun 24 '21 at 17:23

1 Answers1

1

As of Ubuntu 21.04, your options to create custom right-click menu entries are using Nautilus Scripts (easy, using bash), or Nautilus Python extensions (more integrated, but you need to master some Python). See more detail on various possibilities, some outdated, in another question.

vanadium
  • 88,010
  • Thank you @vanadium, I need to study a bit on that to understand how it works, it's that just a script as per my understanding , so it's not like Nautilus-Actions Configuration Tool with a giu? Right? – Niewbie Jun 24 '21 at 17:25
  • The "Nautilus actions tool" indeed does not anymore work, unfortunately. – vanadium Jun 24 '21 at 19:06