Timo Aaltonen pushed to branch debian-unstable at X Strike Force / xorg
Commits: 51301f83 by Jochen Sprickerhof at 2025-08-07T15:09:16+02:00 20x11-common_process-args: Only use the first word for command -v Ref: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/2116224 Regression of 2e17551 - - - - - 1 changed file: - debian/local/Xsession.d/20x11-common_process-args Changes: ===================================== debian/local/Xsession.d/20x11-common_process-args ===================================== @@ -33,7 +33,7 @@ case $# in ;; *) # Specific program was requested. - if command -v "$1" >/dev/null; then + if command -v "${1%% *}" >/dev/null; then STARTUP="$1" else message "unable to launch \"$1\" X session ---" \ View it on GitLab: https://salsa.debian.org/xorg-team/xorg/-/commit/51301f830a7dfa7941c6195c969e64ffb634f24a -- View it on GitLab: https://salsa.debian.org/xorg-team/xorg/-/commit/51301f830a7dfa7941c6195c969e64ffb634f24a You're receiving this email because of your account on salsa.debian.org.

