wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
17.17k stars 775 forks source link

`wezterm connect --new-tab` still opens new window #6179

Open johannesnauta opened 2 weeks ago

johannesnauta commented 2 weeks ago

What Operating System(s) are you seeing this problem on?

Linux X11

Which Wayland compositor or X11 Window manager(s) are you using?

Mutter

WezTerm version

20240203-110809-5046fc22

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

No, and I'll explain why below

Describe the bug

wezterm connect --new-tab <DOMAIN_NAME> still opens a new window.

To Reproduce

No response

Configuration

no relevant config, except perhaps the ssh_domains:

local wezterm = require 'wezterm'
local config = {
   ssh_domains = {
      {
         -- This name identifies the domain
         name = 'wez.cloud',
         -- The hostname or address to connect to. Will be used to match settings
         -- from your ssh config file
         remote_address = '192.168.1.1', -- IP from example
         -- The username to use on the remote host
         username = 'ubuntu',
      },
   },
}

return config

Expected Behavior

Open in tab instead of spawning a new window.

Logs

No response

Anything else?

No response

pcause commented 2 weeks ago

I am running fedora 40 with the nightly build, KDE/wayland and am having the same issue

Risinggoblin commented 2 weeks ago

I think this a duplicate of https://github.com/wez/wezterm/issues/6145

Nocxium commented 5 days ago

Having the same problem in Hyprland on NixOS