From ead9de9bac177ead263c8a069a028f89fb1695fd Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 7 Aug 2026 12:54:52 +0200 Subject: [PATCH] feat: add workaround for cssh/Perl-Tk under Wayland to allow local X11 access --- files/homedirs/chris/_bashrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/homedirs/chris/_bashrc b/files/homedirs/chris/_bashrc index c5c969a..0d24379 100644 --- a/files/homedirs/chris/_bashrc +++ b/files/homedirs/chris/_bashrc @@ -116,3 +116,9 @@ export EDITOR=vim # turn off the beep (only in bash tab-complete ?) # only if interactiv shell [[ "$-" =~ "i" ]] && bind 'set bell-style none' + +# Workaround für cssh/Perl-Tk unter Wayland: "Authorization required, but +# no authorization protocol specified" (Debian Bug #1028370). Erlaubt dem +# lokalen User pauschalen X11-Zugriff, ohne fehlerhaftes Cookie-Verfahren. +# +#xhost +SI:localuser:$(whoami) >/dev/null 2>&1