kovidgoyal / kitty

Cross-platform, fast, feature-rich, GPU based terminal
https://sw.kovidgoyal.net/kitty/
GNU General Public License v3.0
24.11k stars 972 forks source link

tab renaming doesn't work #5453

Closed ridicolos closed 2 years ago

ridicolos commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

If I try to rename a tab with a normal instance of kitty nothing happens after I specify the name for the tab. If i start kitty from inside kitty it works. If I compare the diff between both Environment details I just see a difference in the path (Important environment variables seen by the kitty process)

To Reproduce

Screenshots

https://user-images.githubusercontent.com/25656713/187738828-c8d0ff65-d834-45ec-bb90-10e7ea871090.mov

Environment details

kitty 0.26.1 created by Kovid Goyal
Darwin charmander 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:35 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T8101 arm64
ProductName:    macOS ProductVersion:   12.5.1 BuildVersion:    21G83
Frozen: True
Paths:
  kitty: /Applications/kitty.app/Contents/MacOS/kitty
  base dir: /Applications/kitty.app/Contents/Resources/kitty
  extensions dir: /Applications/kitty.app/Contents/Resources/Python/lib/kitty-extensions
  system shell: /bin/zsh
Loaded config files:
  /Users/dennis/.config/kitty/kitty.conf

Config options different from defaults:
editor                     nvim
enable_audio_bell          False
enabled_layouts            ['tall', 'vertical', 'stack']
font_family                Hack Nerd Font Mono
font_size                  22.0
macos_option_as_alt        3
macos_show_window_title_in window
macos_titlebar_color       1
scrollback_pager           ['nvim', '--noplugin', '-c', 'silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - ']
shell_integration          frozenset({'no-cursor'})
tab_bar_style              powerline
update_check_interval      0.0
url_style                  1
window_padding_width       FloatEdges(left=3.0, top=3.0, right=3.0, bottom=3.0)
Added shortcuts:
    kitty_mod+space > c →  load_config_file
    kitty_mod+space > h →  move_window left
    kitty_mod+space > j →  move_window bottom
    kitty_mod+space > k →  move_window top
    kitty_mod+space > l →  move_window right
Changed shortcuts:
    kitty_mod+0 →  goto_tab 10
    kitty_mod+1 →  goto_tab 1
    kitty_mod+2 →  goto_tab 2
    kitty_mod+3 →  goto_tab 3
    kitty_mod+4 →  goto_tab 4
    kitty_mod+5 →  goto_tab 5
    kitty_mod+6 →  goto_tab 6
    kitty_mod+7 →  goto_tab 7
    kitty_mod+8 →  goto_tab 8
    kitty_mod+9 →  goto_tab 9
    kitty_mod+b →  new_tab
    kitty_mod+enter →  launch --cwd=current
Colors:
    background                 #282828   
    color0                     #3c3836   
    color1                     #cc241d   
    color10                    #b8bb26   
    color11                    #fabd2f   
    color12                    #83a598   
    color13                    #d3869b   
    color14                    #8ec07c   
    color15                    #fbf1c7   
    color2                     #98971a   
    color3                     #d79921   
    color4                     #458588   
    color5                     #b16286   
    color6                     #689d6a   
    color7                     #a89984   
    color8                     #928374   
    color9                     #fb4934   
    cursor                     #bdae93   
    cursor_text_color          #665c54   
    foreground                 #ebdbb2   
    selection_background       #d65d0e   
    selection_foreground       #ebdbb2   
    url_color                  #458588   

Important environment variables seen by the kitty process:
    PATH                                /Applications/kitty.app/Contents/MacOS:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
    LANG                                en_US.UTF-8
    SHELL                               /bin/zsh
    USER                                dennis

Additional context

I deleted my whole kitty.conf, restarted and still have this issue.

djensenius commented 2 years ago

Yeah, I'm seeing this again too. :(

kovidgoyal commented 2 years ago

dup of #5447