feat: add workaround for cssh/Perl-Tk under Wayland to allow local X11 access

This commit is contained in:
2026-08-07 12:54:52 +02:00
parent c4acc32add
commit ead9de9bac
+6
View File
@@ -116,3 +116,9 @@ export EDITOR=vim
# turn off the beep (only in bash tab-complete ?) # turn off the beep (only in bash tab-complete ?)
# only if interactiv shell # only if interactiv shell
[[ "$-" =~ "i" ]] && bind 'set bell-style none' [[ "$-" =~ "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