Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Per comments from Jeremy Reed on the list... basically doing for everyone what I do for Apple
|
|
/tmp/.X11-unix
|
|
Changing startx to work with this
|
|
|
|
|
|
if nolisten tcp was enabled.
|
|
else fall back to /dev/random.
Not doing in configure.ac because can't easily check for
existence when doing cross-builds.
(Alternative would be to define this for every operating system
in configure.ac. Currently only is defined for OpenBSD.
Systems that have mcookie also will not be effected.)
|
|
Quieted defaults "error" messages by initializing default values
Do font caching in startx, so users with custom ~/.xinitrc won't have to
worry about updating it.
Add "cache_fonts" defaults item to toggle whether or not to cache fonts at startup
Fall back on fc-cache if font_cache.sh is not present.
|
|
|
|
This should also fix this on SCO since it was using the incorrect BINDIR
instead of __bindir__ in that code block...
|
|
valid $display for fast-user-switching.
|
|
|
|
|
|
startx is advertised as a POSIX sh script. These shells don't
necessarily support trapping 'ERR'. This makes startx work again with
dash (and probably others).
|
|
|
|
|
|
Setting XAUTHORITY without having actually generated a cookie and created
.Xauthority led to issues if somebody like ssh later came around and made the
.Xauthority file for their own setup. So, simply make it so that we never
fail to create one.
|
|
terminating" errors with single quotes.
|
|
portable (for different /bin/sh shells) for the arithmetic.
NetBSD's /bin/sh didn't like: dummy=$((dummy+1)) and complained: startx:
arith: syntax error: "dummy+1"
This was fixed by NetBSD and also by Gentoo, see:
https://launchpad.net/distros/ubuntu/+source/xinit/+bug/31241
|
|
|
|
|
|
|
|
|
|
have credentials from other Xservers which we might not want to enable
on ours Bugzilla #3078).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|