Hello people.
I'm just wondering about the recently released update xinitrc-3.41-1. Inside the script /etc/X11/xinit/xinitrc is this section:
# run all system xinitrc shell scripts. for file in /etc/X11/xinit/xinitrc.d/* ; do if echo $file | grep -q "\.sh$" ; then . $file else echo "warning: $file does not end in .sh extension, ignoring" fi done
and yet it comes with a script /etc/X11/xinit/xinitrc.d/xinput that doesn't have a ".sh" in the end, which never gets run. I only noticed this since I have tpb from fedora.us that no longer worked.
Did this just slip by? Or did updating xinitrc from 3.39 to 3.41 not create a new xinput.sh?
dex