Skip to content
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

Missing Guidance on Howto set WezTerm as default terminal #5861

Open
jreuben11 opened this issue Jul 26, 2024 · 2 comments
Open

Missing Guidance on Howto set WezTerm as default terminal #5861

jreuben11 opened this issue Jul 26, 2024 · 2 comments
Labels
docs Primarily or only affects documentation

Comments

@jreuben11
Copy link

sudo update-alternatives --config x-terminal-emulator is not listing WezTerm as an option (installed from Snap)

@jreuben11 jreuben11 added the docs Primarily or only affects documentation label Jul 26, 2024
@jreuben11 jreuben11 changed the title Missing Guidance on Howto set WezTerm as default editor Missing Guidance on Howto set WezTerm as default terminal Jul 26, 2024
@ViniciussSantos
Copy link

The guidance isn't shown because it changes depending on your system. If I'm not mistaken, gnome uses update-alternatives, kde uses its system config GUI, some window managers just ask you to modify a line in some random config file, etc. It would be a waste of time to document something that is so specific to the user's system and that is already documented in the window manager docs.

@holocronweaver
Copy link

holocronweaver commented Sep 18, 2024

As @jreuben11 mentioned, if installed via flatpak/snap then wezterm does not show up in update-alternatives. However directly setting gsettings works for me:

for flatpak

gsettings set org.gnome.desktop.default-applications.terminal exec 'flatpak run org.wezfurlong.wezterm'

or for snap it should be directly on your path IIRC

gsettings set org.gnome.desktop.default-applications.terminal exec 'wezterm'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Primarily or only affects documentation
Projects
None yet
Development

No branches or pull requests

3 participants