https://bugs.kde.org/show_bug.cgi?id=497341
--- Comment #4 from Andrew Kelley <and...@ziglang.org> --- Updated steps to reproduce now that ghostty is released as free and open source software: First, ensure x11 or wayland, libadwaita, pkg-config, and gtk4 development system libraries are installed. Build from source: ``` wget https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz tar xf zig-linux-x86_64-0.13.0.tar.xz git clone https://github.com/ghostty-org/ghostty/ cd ghostty git checkout v1.0.0 ../zig-linux-x86_64-0.13.0/zig build ./zig-out/bin/ghostty ``` Observe 2 apparently pegged CPU cores per open window. Run htop and notice ghostty actually is idle. Run System Monitor and notice ghostty is actually idle. -- You are receiving this mail because: You are watching all bug changes.