-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create "Open in Terminix" plugin for Nautilus #37
Comments
This might be helpful : https://code.launchpad.net/~emilien-klein/nautilus-open-terminal/head |
Also this can add a plugin on Gnome Software in Nautilus: |
I have added an initial plugin, essentially a modified python plugin from the libnautilus-extension package. I'm sure it could use some improvement, if someone is a Python dev feel free to have at it but closing this for now. |
I don't know if it is expected, but the "Open in Terminal" plugin would also create an entry to open with Example configuration (you can import it by creating a [Desktop Entry]
Type=Action
TargetToolbar=true
TargetLocation=true
Icon[en_GB]=terminix
Icon[en]=terminix
Icon[C]=terminix
Tooltip[en_GB]=Open in Terminix
Tooltip[en]=Open in Terminix
Tooltip[C]=Open in Terminix
ToolbarLabel[en_GB]=Open in Terminix
ToolbarLabel[en]=Open in Terminix
ToolbarLabel[C]=Open in Terminix
Name[en_GB]=Open in Terminix
Name[en]=Open in Terminix
Name[C]=Open in Terminix
Profiles=profile-zero;
[X-Action-Profile profile-zero]
Exec=terminix -w %f
Name[en_GB]=Default profile
Name[en]=Default profile
Name[C]=Default profile |
@nunocastromartins I am not sure I understand correctly. What exactly did you install? Terminix already comes with a Nautilus plugin, which will add a "Open in Terminix" action. Gnome Terminal has its own Nautilus plugin. |
You're right. My bad. Only needed Again, my bad, I apologise for the noise. |
I'm a consistent user of the gnome-terminal nautilus plugin "Open in Terminal", need to create the equivalent feature for terminix somehow.
The text was updated successfully, but these errors were encountered: