ITADN

[BUG] image rendering issue with win11

#2389Closedv0id-joker 创建于 2026-06-09
bug
V
v0id-jokercommented
### Read the FAQ first - [x] I have checked the FAQ but the issue is not covered ### Description (win11) -> the image logo is rendered but abruptly disappears after a moment as if getting over written by the modules, whoever tried this config and same image for logo didn't face this issue or got to to fix it, but those fixes didn't work for me, i've tried wezterm with "type" : "iterm" but results were same ### Version used fastfetch 2.64.1 (x86_64) ### Bug prevalence Always ### Regression Not sure ### Installation Package manager ### Package manager winget ### Screenshots https://drive.google.com/file/d/1NNzck87rp_yKwBT-OPT8B7DNZw8gpRor/view?usp=sharing ### Configuration ```jsonc { "logo": { "type": "iterm", "source": "c:\\Users\\BIREN\\.config\\fastfetch\\knight.png", "width": 24, "height": 12, "padding": { "top": 2, "left": 2, "right": 0 }, "color": { "1": "white", "2": "38;2;255;165;0" } }, "display": { "separator": " -> ", "color": { "separator": "white" }, "constants": [ //$1 "╺╺╺────────────────────────────────────────  󰆥  󰞇  󰆥  ───────╺╺╺", //$2 "╺╺╺──────────────────────────────────────────────────────────────────╺╺╺", //$3 " │\u001b[72C│\u001b[73D", //$4 "┇\u001b[53C┇\u001b[60D", //$5 "\u001b[37m\u001b[74C│\u001b[75D", //$6 "\u001b[37m\u001b[74C┇\u001b[75D" ], "percent": { "type": [ "bar", "bar-monochrome" ] }, "bar": { "border": { "left": "[", "right": "]" }, "char": { "elapsed": "󰹞", "total": " " }, "width": 12, "color": { "elapsed": "38;2;185;185;185", "total": "38;2;255;184;184" } } }, "modules": [ { "format": "{#white} ╔{$1}╗\u001b[68D{#keys} [ {user-name}@{host-name}  ] ", "type": "title" }, { "type": "os", "key": "{#38;2;255;184;184}{$6}  OS" }, { "type": "disk", "key": "{#38;2;255;184;184}{$3} ├ ", "format": "{days-of-year} days", "folders": "/" }, { "type": "packages", "key": "{#38;2;255;184;184}{$3} ├ " }, { "type": "shell", "key": "{#38;2;255;184;184}{$3} ├ " }, { "type": "uptime", "key": "{#38;2;255;184;184}{$3} └ 󰾨" }, { "type": "wm", "key": "{#38;2;255;184;184}{$5}  WM" }, { "type": "command", "key": "{#38;2;255;184;184}│ ├ ", "text": "ls /etc/xdg/quickshell/ | head -1" }, { "type": "theme", "key": "{#38;2;255;184;184}{$3} ├ 󰧨" }, { "type": "font", "key": "{#38;2;255;184;184}{$3} ├ " }, { "type": "terminal", "key": "{#38;2;255;184;184}{$3} ├ " }, { "type": "media", "key": "{#38;2;255;184;184}{$3} └ 󰝚" }, { "type": "custom", "format": "{#38;2;255;184;184}{$5} ⚙ Hardware" }, { "type": "cpu", "key": "{#38;2;255;184;184}{$3} ├ " }, { "type": "gpu", "key": "{#38;2;255;184;184}{$3} ├ 󰾲" }, { "type": "memory", "key": "{#38;2;255;184;184}{$3} └ " }, { "type": "custom", "format": "{#38;2;255;184;184}{$5} 󱛟 Disks" }, { "type": "disk", "key": "{#white}{$3}{#cyan} ├ [{name}] ", "format": "{size-percentage-bar} | {size-free} Free" }, { "format": "{#white} ╠{$2}╣", "type": "custom" }, { "type": "colors", "key": "{$6}  colors", "keyColor": "white", "symbol": "circle" }, { "format": "{#white} ╚{$1}╝", "type": "custom" } ] } ``` ### Image protocol iterm for wezterm and raw for windows terminal ### Terminal windows terminal and wezterm ### Image tried <img width="403" height="403" alt="Image" src="https://github.com/user-attachments/assets/e2f67db5-1130-4ee1-a7a0-2fb63e4a42aa" /> <img width="800" height="800" alt="Image" src="https://github.com/user-attachments/assets/c07312f7-69c6-424b-a4fd-0f846f5f6927" /> <img width="256" height="256" alt="Image" src="https://github.com/user-attachments/assets/ab229983-f247-4544-b778-46ff8be62dcf" /> ### Error message none ### Features built-in ```text threads vulkan imagemagick7 chafa zlib opencl libzfs Embedded wcwidth WinRT headers Windows 8.1 Compatibility Lua 5.5 QuickJS 0.15.0 ```
关闭于 2026-06-09 1 条评论