What is set -u? set -u makes expanding an undefined variable an error,
which (here) would happen when XKB_IN_USE != yes. This seems like a
strange thing to want, and a rather stern thing to impose upon the shell
scripts of others, but whatever let's just write the test a different
way.
Signed-off-by: Adam Jackson <ajax@redhat.com>
- Resolves#806491#990213#1006029
- Remove stale ck-xinit-session references from xinitrc-common (#910969)
- Make startx pass "-nolisten tcp" by default, use -listen as server
option to disable this (#1111684)
- Teach Xclients script about lxde (#488602)
granted access to the server by localuser.sh, so that
console-kit-daemon can connect and ask the server for information just
by having switch to the user's UID (#287941).