Closed huyhoang160593 closed 1 year ago
Your config says /home/the99spuppycat/Picture/Wallpapers/wallpaper_01.png
but your screenshot with the working imgcat is /home/the99spuppycat/Pictures/Wallpapers/wallpaper_01.png
I have change to use the feroda version instead of flatpak, but with the same result as you can see here @wez.
I have also change it to png because the docs say so, now the image not even load anymore The Debug overlay now say this instead:
Debug Overlay
wezterm version: 20230326-111934-3666303c x86_64-unknown-linux-gnu
Window Environment: Wayland
OpenGL version: Mesa Intel(R) Xe Graphics (TGL GT2) 4.6 (Compatibility Profile) Mesa 22.3.7
Enter lua statements or expressions and hit Enter.
Press ESC or CTRL-D to exit
13:54:23.470 ERROR wezterm_gui::glyphcache > Error decoding image: inconsistent 600x600 -> 1080000
13:54:23.485 WARN wezterm_gui::glyphcache > decoder thread terminated
wezterm doesn't resolve paths using ~
; that's a function of your shell.
You need to specify the correct path for wezterm to load it.
You can use https://wezfurlong.org/wezterm/config/lua/wezterm/home_dir.html to reference your home directory.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
What Operating System(s) are you seeing this problem on?
Linux Wayland
Which Wayland compositor or X11 Window manager(s) are you using?
Fedora GNOME 43
WezTerm version
wezterm 20221119-145034-49b9839f
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
I have try to set the _window_backgroundimage but the image is not showing in the terminal. I have check the path and they are good, but the image still not load :(. The terminal can still print the image if I use
imagecat
with itTo Reproduce
No response
Configuration
Expected Behavior
I can see my background image in the wezterm terminal
Logs
Anything else?
No response