-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Describe the bug
every time a kitty instance is launched, this error is logged:
[0.160] The output buffer does not support sRGB color encoding, colors will be incorrect.
To Reproduce
Steps to reproduce the behavior:
- open any terminal(kitty or gnome-console) regardless of the shell
- run
kittyto launch a new kitty instance - See error
Environment details
kitty 0.34.1 created by Kovid Goyal
Linux sus 6.8.8-cb1.0.lto.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Apr 29 12:43:24 UTC 2024 x86_64
S
Kernel 6.8.8-cb1.0.lto.fc39.x86_64 on an x86_64 (/dev/tty)
Running under: X11
Frozen: False
Paths:
kitty: /usr/bin/kitty
base dir: /usr/lib64/kitty
extensions dir: /usr/lib64/kitty/kitty
system shell: /bin/bash
Loaded config files:
/home/prateek/.config/kitty/kitty.conf
Config options different from defaults:
allow_remote_control yes
confirm_os_window_close 0
cursor_shape 2
cursor_stop_blinking_after 0
editor nano
enable_audio_bell False
font_family JetBrains Mono Nerd Font
font_size 15.0
initial_window_height (720, 'px')
initial_window_width (1280, 'px')
input_delay 0
linux_display_server x11
modify_font:
cell_height 1
mouse_hide_wait 4.0
remember_window_size False
repaint_delay 0
shell fish
sync_to_monitor False
Colors:
active_border_color #89e234
active_tab_background #ffffff
background #303030
bell_border_color #ef2828
color1 #ef2828
color10 #89e234
color11 #fbe84f
color12 #729ecf
color13 #ac7ea8
color14 #34e2e2
color2 #89e234
color3 #fbe84f
color4 #729ecf
color5 #ac7ea8
color6 #34e2e2
color7 #d3d6cf
color8 #545652
color9 #ef2828
cursor #ffffff
cursor_text_color #ffffff
foreground #ffffff
inactive_border_color #545652
inactive_tab_background #545652
inactive_tab_foreground #d3d6cf
mark1_background #34e2e2
mark3_background #ac7ea8
selection_background #545652
selection_foreground #ffffff
url_color #34e2e2
Important environment variables seen by the kitty process:
PATH /home/prateek/.local/bin:/home/prateek/bin:/home/prateek/.cargo/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/local/go/bin
LANG en_US.UTF-8
EDITOR /usr/bin/nano
SHELL /bin/bash
DISPLAY :1
USER prateek
XDG_DATA_DIRS /home/prateek/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/
XDG_RUNTIME_DIR /run/user/1000
XDG_CURRENT_DESKTOP GNOME
XDG_MENU_PREFIX gnome-
XDG_SESSION_CLASS user
XDG_SESSION_DESKTOP gnome
XDG_SESSION_TYPE x11
Additional context
reproducible with kitty --config NONE
I suppose this was exclusively a Nvidia+Wayland issue resolved by Nvidia upstream 550.60 drivers(see #7021), but here I am using X on fedora-gnome with 550.78 and still facing this issue. Is there a way I can suppress this till it gets resloved? It's been bugging some of the scripts that I use to spawn kitty instances.
Reactions are currently unavailable