- Update to version 1.4.3
* Reindent startx after !6
* Remove Xdmx from suggested Xserver list
* Mark global variables as static since there's only one source file
* Clear -Wunused-parameter warnings from clang
* Use ptrdiff_t to store results of pointer subtraction
* Use asprintf() if available
* Don't exit with failure on SIGTERM regardless.
* darwin: Remove bashism from 10-tmpdirs script
* Modernized shell scripts
* startx: Assign XSERVERRC to correct userserverrc
* add closing quote to /dev/random mcookie hex
- adjusted xinit-suse.patch
- refreshed xinit-client-session.patch
- refreshed xinit-tolerant-hostname-changes.patch
- Properly comment %patch 5 out: '#' still expands the macro, which
makes build fail with rpm 4.20. Use %dnl instead.
OBS-URL: https://build.opensuse.org/request/show/1235079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinit?expand=0&rev=32
* Reindent startx after !6
* Remove Xdmx from suggested Xserver list
* Mark global variables as static since there's only one source file
* Clear -Wunused-parameter warnings from clang
* Use ptrdiff_t to store results of pointer subtraction
* Use asprintf() if available
* Don't exit with failure on SIGTERM regardless.
* darwin: Remove bashism from 10-tmpdirs script
* Modernized shell scripts
* startx: Assign XSERVERRC to correct userserverrc
* add closing quote to /dev/random mcookie hex
- adjusted xinit-suse.patch
- refreshed xinit-client-session.patch
- refreshed xinit-tolerant-hostname-changes.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=71
- Update to version 1.4.2
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* gitlab CI: stop requiring Signed-off-by in commits
* man page: Update remote display example from rsh to ssh
* Remove non-portable grep usage from startx
* Don't wait for X to finish starting if it has died
* stop unsetting DBUS_SESSION_BUS_ADDRESS variable
* darwin: Drop support for macOS 10.7 and earlier
* darwin: Ensure we launch the user startx from $HOME
* darwin: Specify +extension GLX when the user requests IGLX support
* darwin: Wait for font_cache to complete to avoid a race with `xset fb=`
* man: Restore non-SCO UNIX bits of the man page
* startx: use uname -n instead of hostname
* startx: Source XINITRC and XSERVERRC variables
* startx: don't attempt to catch SIGKILL
- supersedes xinit-nolonger-unset-dbus-session.patch
- refreshed xinit-suse.patch
OBS-URL: https://build.opensuse.org/request/show/1040091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinit?expand=0&rev=29
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* gitlab CI: stop requiring Signed-off-by in commits
* man page: Update remote display example from rsh to ssh
* Remove non-portable grep usage from startx
* Don't wait for X to finish starting if it has died
* stop unsetting DBUS_SESSION_BUS_ADDRESS variable
* darwin: Drop support for macOS 10.7 and earlier
* darwin: Ensure we launch the user startx from $HOME
* darwin: Specify +extension GLX when the user requests IGLX support
* darwin: Wait for font_cache to complete to avoid a race with `xset fb=`
* man: Restore non-SCO UNIX bits of the man page
* startx: use uname -n instead of hostname
* startx: Source XINITRC and XSERVERRC variables
* startx: don't attempt to catch SIGKILL
- supersedes xinit-nolonger-unset-dbus-session.patch
- refreshed xinit-suse.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=62
- xinit-nolonger-unset-dbus-session.patch
* no longer unset DBUS_SESSION_BUS_ADDRESS variable to prevent
gnome-session (and probably other DEs or programs, except of
Plasma) from launching a new D-Bus session, while systemd has
already launched its own. Unsetting it broke user systemd
services that use D-Bus (e.g. PulseAudio), because X uses
another D-Bus session (boo#1108549)
OBS-URL: https://build.opensuse.org/request/show/635868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinit?expand=0&rev=23
* no longer unset DBUS_SESSION_BUS_ADDRESS variable to prevent
gnome-session (and probably other DEs or programs, except of
Plasma) from launching a new D-Bus session, while systemd has
already launched its own. Unsetting it broke user systemd
services that use D-Bus (e.g. PulseAudio), because X uses
another D-Bus session (boo#1108549)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=42
- Update to version 1.4.0
* autogen.sh: use quoted string variables
* Remove SCO support for SHELL_CMD and startx man page.
* Remove support for ancient A/UX 3.0 support
* Remove left over $(launchagents_DATA) in CLEANFILES
* startx: Pass -keeptty when telling the server to start on the current tty
* startx: Fix startx picking an already used display number when -nolock is used
* remove bogus \/ escapes
* launchd: Install binaries into libexecdir
* startx: Add -listen tcp if nolisten_tcp is disabled for XQuartz
* startx: Add support for enabling IGLX for XQuartz
* startx: Don't use GNU expr extensions
* autogen: add default patch prefix
* startx: fix comment typo
* startx: don't init defaultdisplay to :0
* autogen.sh: use exec instead of waiting for configure to finish
* xinit: check for correct fork error code
OBS-URL: https://build.opensuse.org/request/show/593569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinit?expand=0&rev=21
* autogen.sh: use quoted string variables
* Remove SCO support for SHELL_CMD and startx man page.
* Remove support for ancient A/UX 3.0 support
* Remove left over $(launchagents_DATA) in CLEANFILES
* startx: Pass -keeptty when telling the server to start on the current tty
* startx: Fix startx picking an already used display number when -nolock is used
* remove bogus \/ escapes
* launchd: Install binaries into libexecdir
* startx: Add -listen tcp if nolisten_tcp is disabled for XQuartz
* startx: Add support for enabling IGLX for XQuartz
* startx: Don't use GNU expr extensions
* autogen: add default patch prefix
* startx: fix comment typo
* startx: don't init defaultdisplay to :0
* autogen.sh: use exec instead of waiting for configure to finish
* xinit: check for correct fork error code
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=38
- xinitrc.common: Add plasma* in list of fallback WMs
- xinitrc.common: Add comments, make error messages clearer.
Don't filter out twm, as it's only installed on request.
Don't expand fallback WINDOWMANAGER.
- xinit.tar.bz2: skip twm and xsession desktops
- xinit.tar.bz2:
simplify bash code of /etc/X11/xinit/xinitrc.common to avoid that
already set WINDOWMANAGER variable becomes stripped (bsc#981437)
OBS-URL: https://build.opensuse.org/request/show/399478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinit?expand=0&rev=20
update /etc/X11/xinit/xinitrc.common to make sure numbered scripts
are run sequentially. All non-numbered scripts will still be run in
background to avoid stalling on non-daemonizing 'services' (boo#973559).
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=31