On Sun, Dec 06, 2020 at 02:10:32PM +0000, Tomas Janousek wrote: > if [ -d /etc/X11/Xsession.options.d ]; then > run-parts --list --regex '\.conf$' /etc/X11/Xsession.options.d > fi > > to OPTIONS=$(…) in Xsession, so OPTIONS then contains all options from > /etc/X11/Xsession.options and all _filenames_ from > /etc/X11/Xsession.options.d/, which is not what is documented in the manual > page. It needs an additional | xargs cat, or cat $(run-parts …) or something > like that to work. > > Shall I send a patch or can you folks fix this?
My apologies for missing this. Fixed in https://salsa.debian.org/xorg-team/xorg/-/merge_requests/12

