Add workaround for cssh/Perl-Tk under Wayland in _bashrc files

This commit is contained in:
2026-08-07 12:54:02 +02:00
parent 98f5fc8d58
commit 762d249f82
8 changed files with 47 additions and 0 deletions
@@ -117,3 +117,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
@@ -117,3 +117,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