Hello
I’d like the ability to have multiple “Open With …” items appear at the top of the context menu for a file. Currently, as far as I can tell, there is a primary handler for a file which appears as the first item, and then any other registered handlers are accessible through a second menu item, “Open With Other Application”. Opening with another application requires navigating through another layer of UI and is tedious.
Is there already a way to configure it so that, e.g., when I right-click on an image file, the menu might display:
- Open With Image Viewer
- Open With Pinta
- Open With Firefox Web Browser
- Open With Other Application
The closest I’ve found thus far is the extension actions-for-nautilus
that allows me to define a custom “Open With Pinta” menu item – but this option appears at an indeterminate location near the bottom of the context menu.
One option would be a mechanism to allow extensions to insert menu items near the top of the list, if they indicate that that is their purpose. Another option would be to allow the user to indicate within the “Select Application” dialog that they’d like a direct “Open With” option to be made available in the context menu, after which Nautilus would register that in its configuration internally and subsequent activations of the context menu would add an item for that application. A third option would be configuration that allows the user to statically define context menu items per file type, with the option to place them at the top of the list. There are no doubt additional options I have not thought of here.
Are any of these options possible right now? If not, is it realistic to hope that any of them might be added to Nautilus?