-
Notifications
You must be signed in to change notification settings - Fork 554
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
Set default terminal to alacritty #273
Comments
From #129 |
I would actually reconsider #129 if we could make it work with the "Open in Terminal" from the Gnome finder. But the patch there doesn't do that. It only changes |
After a bit of digging, nautilus seems to have predetermined terminal emulators it's happy to call. I got to this apparent location of the list via this stack overflow answer which is now pointing at the wrong line in the file -- expected, as it's pointing at main, not at a specific commit. In any case, the workaround detailed in the linked StackOverflow answer did not work for me, and neither did a few other alternatives I tried. There might be something that can be done if something around this SO answer and this SO answer work. |
Further investigation yields that gnome-terminal registers the menu item itself leveraging the nautilus extension facilities provided for the purposes. libnautilus-extension has an official python wrapper. The Ubuntu package name is To fully substitute gnome-terminal in omakub, including the nautilus context menu:
This might be too much of a hassle for omakub. A last thing: one of the nautilus-python examples appears to be exactly what is needed for this case. |
Is useful when using the file explorer and right click contexts of
open terminal here
Also will updateCtrl + Alt + T
behaviour.I had to run
sudo update-alternatives --config x-terminal-emulator
to update the default terminal.The text was updated successfully, but these errors were encountered: