The problem is a change in the file
/etc/X11/Xsession.d/20x11-common_process-args

Replacing line 36:
        STARTUP_FULL_PATH=$(command -v "${1%% *}" || true)
with this:
        STARTUP_FULL_PATH=$(/usr/bin/which "${1%% *}" || true)
removes the error.

The question is now: WHY was there a change from "which" to "command
-v"?

Andy

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1983185

Title:
  Recent commit  breaks /etc/X11/Xsession

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1983185/+subscriptions


_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to