=== modified file 'home/container-setup' --- old/home/container-setup 2024-07-27 01:48:41 +0000 +++ new/home/container-setup 2024-07-23 21:43:18 +0000 @@ -113,9 +113,6 @@ to-current-inbox $CONTAINER_NAME-net.$USER run/exec/sync-mail setup-gpg-agent ;; - (profanity) - setup-pass-show xmpp:/blesmrt.net/ccx - ;; (weechat) setup-pass-show weechat/P14s-gen2 ;; @@ -130,10 +127,6 @@ (socials) to-current-inbox tor.$USER run/tor/socks ;; - (x11-dev) - to-current-inbox tinyproxy.$USER run/http_proxy/pypi - to-current-inbox git.$USER run/git/ro.github.com - ;; (ssrn-master-dev) to-current-inbox tinyproxy.$USER run/http_proxy/pypi ;; === modified file 'xpra-skel/homedir/bin/clip' --- old/xpra-skel/homedir/bin/clip 2024-07-27 01:48:41 +0000 +++ new/xpra-skel/homedir/bin/clip 2024-05-07 20:36:32 +0000 @@ -6,11 +6,8 @@ get-clip() { local sel out name=$1 - local -a env=( env ) - [[ -f /run/Xauthority.${DISPLAY#:} ]] && \ - env+=( XAUTHORITY=/run/Xauthority.${DISPLAY#:} ) for sel in CLIPBOARD PRIMARY; do - out=$( $env xclip -o -sel $sel ) && \ + out=$( xclip -o -sel $sel ) && \ [[ -n $out ]] && clipboards[${sel:l}@$name]=$out done === modified file 'xpra-skel/homedir/bin/start-xpra-for-container' --- old/xpra-skel/homedir/bin/start-xpra-for-container 2024-07-27 01:48:41 +0000 +++ new/xpra-skel/homedir/bin/start-xpra-for-container 2024-07-24 14:44:33 +0000 @@ -242,7 +242,7 @@ - sv_el_script run \ 's6-envdir env' \ xpra-client "$display" \ - "--title=\"[${container}] @title@ «s=@server-machine@ c=@client-machine@ d=$display w=@xid@\"" + "--title=\"[${container}] @title@ «s=@server-machine@ c=@client-machine@ d=@hostinfo@ w=@xid@\"" - sv_common_finish - sv_env DISPLAY $DISPLAY - sv_end === modified file 'xpra-skel/homedir/bin/xkb' --- old/xpra-skel/homedir/bin/xkb 2024-07-27 01:48:41 +0000 +++ new/xpra-skel/homedir/bin/xkb 2024-04-17 00:59:47 +0000 @@ -1,11 +1,10 @@ #!/bin/sh -set -e setxkbmap \ - -model pc105 \ + -model thinkpad \ -option terminate:ctrl_alt_bksp \ -option caps:ctrl_modifier \ -option compose:ralt \ + -option grp:shift_toggle \ -option grp_led:scroll \ - us,us #,cz ,qwerty - #-option grp:shift_toggle \ + us,cz ,qwerty xmodmap ~/.config/ccx.xmodmap === modified file 'xpra-skel/homedir/bin/xkb-all' --- old/xpra-skel/homedir/bin/xkb-all 2024-07-27 01:48:41 +0000 +++ new/xpra-skel/homedir/bin/xkb-all 2024-07-24 14:44:33 +0000 @@ -1,5 +1,4 @@ #!/bin/sh -set -x for sock in /tmp/.X11-unix/X*; do if [[ -e /run/Xauthority.${sock##*/X} ]]; then env XAUTHORITY=/run/Xauthority.${sock##*/X} DISPLAY=:${sock##*/X} xkb === modified file 'xpra-skel/homedir/bin/xpra-client' --- old/xpra-skel/homedir/bin/xpra-client 2024-07-27 01:48:41 +0000 +++ new/xpra-skel/homedir/bin/xpra-client 2024-07-24 14:44:33 +0000 @@ -3,19 +3,12 @@ xpra_display=${1#:} shift args=( - --splash=no --daemon=no --opengl=no + --title="/:${xpra_display}/ @title@ wid:@windowid@" --dpi=96 --pixel-depth=24 - # try to prevent invisible windows - --border=$(hsl-to-rgb $(( (xpra_display*0.27460512339682597)%1 )) 1 $((2./3)) ),2 - --min-size=32x32 - # --max-size= - --modal-windows=no - - --minimal=yes --notifications=no --cursors=yes --xsettings=yes @@ -29,15 +22,16 @@ --webcam=no --speaker=off --microphone=off + --modal-windows=no --tray=no --keyboard-raw=yes - ##--keyboard-model thinkpad - --keyboard-options=terminate:ctrl_alt_bksp,caps:ctrl_modifier,compose:ralt - --keyboard-layouts=us - --keyboard-variants= + #--keyboard-model thinkpad + --keyboard-options=terminate:ctrl_alt_bksp,caps:ctrl_modifier,compose:ralt,grp:shift_toggle,grp_led:scroll + --keyboard-layouts=us,cz + --keyboard-variants=,qwerty ) # Hacky hack. Wait until xpra client resets the layout and then set the actual one. === modified file 'xpra-skel/homedir/bin/xpra-server' --- old/xpra-skel/homedir/bin/xpra-server 2024-07-27 01:48:41 +0000 +++ new/xpra-skel/homedir/bin/xpra-server 2024-07-23 21:42:18 +0000 @@ -7,9 +7,21 @@ truncate -s 0 $XAUTHORITY || exit $? { printf "add :%d . " $xpra_display; busybox xxd -p -l 16