kovidgoyal / kitty

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

icat does not work #2919

Closed glepnir closed 4 years ago

glepnir commented 4 years ago

Describe the bug use this command kitty +kitten icat go.png

To Reproduce Steps to reproduce the behavior:

  1. kitty +kitten icat go.png to render a png image

Expected behavior work well

Screenshots image

Environment details OS: Name and version of operating system(s)

kitty 0.18.3 (5eefd41059) created by Kovid Goyal
Darwin stephendeiMac.local 19.6.0 Darwin Kernel Version 19.6.0: Sun Jul  5 00:43:10 PDT 2020; root:xnu-6153.141.1~9/RELEASE_X86_64 x86_64
ProductName:    Mac OS X ProductVersion:        10.15.6 BuildVersion:   19G73
Loaded config files: /Users/stephen/.config/kitty/kitty.conf

Config options different from defaults:
adjust_column_width                -1
background                         Color(red=40, green=44, blue=52)
bold_font                          Operator Mono Lig Medium
bold_italic_font                   Operator Mono Lig Medium Italic
color0                             Color(red=40, green=42, blue=54)
color1                             Color(red=255, green=92, blue=87)
color10                            Color(red=90, green=247, blue=142)
color11                            Color(red=243, green=249, blue=157)
color12                            Color(red=87, green=199, blue=255)
color13                            Color(red=255, green=106, blue=193)
color14                            Color(red=154, green=237, blue=254)
color15                            Color(red=239, green=240, blue=235)
color2                             Color(red=90, green=247, blue=142)
color3                             Color(red=243, green=249, blue=157)
color4                             Color(red=87, green=199, blue=255)
color5                             Color(red=255, green=106, blue=193)
color6                             Color(red=154, green=237, blue=254)
color7                             Color(red=241, green=241, blue=240)
color8                             Color(red=104, green=104, blue=104)
color9                             Color(red=255, green=92, blue=87)
copy_on_select                     clipboard
cursor                             Color(red=124, green=172, blue=74)
cursor_blink_interval              0.0
cursor_text_color                  Color(red=40, green=42, blue=54)
font_family                        Operator Mono Lig Book
font_size                          17.0
foreground                         Color(red=239, green=240, blue=235)
hide_window_decorations            2
italic_font                        Operator Mono Lig Book Italic
macos_option_as_alt                3
macos_quit_when_last_window_closed True
macos_titlebar_color               455816194
mouse_hide_wait                    3.0
tab_bar_style                      hidden
window_padding_width               FloatEdges(left=5.0, top=5.0, right=5.0, bottom=5.0)

Additional context Can not reproduce the problem with kitty --config NONE . None config works well.

kovidgoyal commented 4 years ago

So bisect your config to find the offending setting(s).

glepnir commented 4 years ago

@kovidgoyal I found it can't work with tmux..

kovidgoyal commented 4 years ago

Yes, tmux doesn't support the graphics protocol.