Created attachment 7729 Patch to replace which(1) with "command" in xinitrc.in.in Currently the script xinitrc (placed to /etc/xdg/xfce4/xinitrc in ArchLinux) called by startxfce4 depends in which(1). However, the script has #!/bin/sh shebang, i.e. it's a POSIX sh script, which means that we can use the "command" builtin. This has an advantage of reducing calls to external binaries and remving which(1) dependency. Please consider this replacement, e.g. as in the attached patch. Thanks!
*** Bug 14400 has been marked as a duplicate of this bug. ***
Sorry, I have hit the renew button accidentaly...
ISAEV Leonid referenced this bugreport in commit 4c9e19dbb8e0de98d664cd74657e912df8e125c7 scripts/xinitrc.in.in: use "command" shell builtin instead of which(1) https://git.xfce.org/xfce/xfce4-session/commit?id=4c9e19dbb8e0de98d664cd74657e912df8e125c7