From 8a943c8b80eafa08ea341392ec9427b6057fefe2 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 13 Sep 2026 11:34:49 +0200 Subject: [PATCH] x11-terms/wezterm: Point to updated cursors locations Bug: https://bugs.gentoo.org/934161 Signed-off-by: Pacho Ramos --- x11-terms/wezterm/wezterm-20260616.002039.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/wezterm/wezterm-20260616.002039.ebuild b/x11-terms/wezterm/wezterm-20260616.002039.ebuild index 71e85e1d11a4f..8a1ce3b6b03be 100644 --- a/x11-terms/wezterm/wezterm-20260616.002039.ebuild +++ b/x11-terms/wezterm/wezterm-20260616.002039.ebuild @@ -163,7 +163,7 @@ pkg_postinst() { einfo "https://wezfurlong.org/wezterm/faq.html?highlight=xcursor_theme#i-use-x11-or-wayland-and-my-mouse-cursor-theme-doesnt-seem-to-work" einfo "It may be necessary to set the environment variable XCURSOR_PATH" einfo "to the directory containing the cursor icons, for example" - einfo 'export XCURSOR_PATH="/usr/share/cursors/xorg-x11/"' + einfo 'export XCURSOR_PATH="/usr/share/icons"' einfo "before starting the wayland or X11 window compositor to avoid the error:" einfo "ERROR window::os::wayland::frame > Unable to set cursor to left_ptr: cursor not found" einfo "For example, in the file ~/.wezterm.lua:"