- Update to version 1.4.4
This release fixes regresssions introduced by the shell script modernization
in the 1.4.3 release, primarily seen on systems without the "mcookie" helper
program to make xauth cookies, and thus using openssl or /dev/urandom to
make cookies instead. Thanks to Peter Tribble of the Tribblix illumos distro
for reporting the issue and testing the fixes.
- adjusted xinit-suse.patch, xinit-tolerant-hostname-changes.patch
OBS-URL: https://build.opensuse.org/request/show/1251581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinit?expand=0&rev=34
- 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
- Fixed some more spacing and minor issues in adapted patches
- Fixed some spacing and single quote vs backtick issues
in patches
- Corrections to variable names in xinit-suse.patch and
xinit-tolerant-hostname-changes.patch
- Update to version 1.3.4:
+ Changes from 1.3.3
- Fix warnings about parameters to startServer & startClient
shadowing globals
- Pass files to cpp via CLI arg instead of stdin to workaround
gcc 4.8 change (fdo#69439)
- Remove unixware / sco support
- Bump required util-macros version to 1.19
- Replace $RAWCPPFLAGS with $TRADITIONALCPPFLAGS when processing
cpp files
- Under Linux start X on the current VT (rh#806491)
- startx; Pass vtX as long as the user did not specify one
- configure: Drop AM_MAINTAINER_MODE
- autogen.sh: Honor NOCONFIGURE=1
- startx: Make the bugzilla reference in a comment survive cpp
processing (fdo#83019)
- Remove hardcoded path to OpenSSL for OpenBSD
+ Patches refactored/renamed for version change
+ Added:
- xinit-client-session.patch
- xinit-tolerant-hostname-changes.patch
- xinit-suse.patch
- xinit-1.3.4.tar.bz2
+ Modified:
- xinit-client-session.patch
+ Dropped:
- xinit-tolerant-hostname-changes.diff
- xinit-suse.diff
- xinit-1.3.3.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/282195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinit?expand=0&rev=13
- Fixed some spacing and single quote vs backtick issues
in patches
- Corrections to variable names in xinit-suse.patch and
xinit-tolerant-hostname-changes.patch
- Update to version 1.3.4:
+ Changes from 1.3.3
- Fix warnings about parameters to startServer & startClient
shadowing globals
- Pass files to cpp via CLI arg instead of stdin to workaround
gcc 4.8 change (fdo#69439)
- Remove unixware / sco support
- Bump required util-macros version to 1.19
- Replace $RAWCPPFLAGS with $TRADITIONALCPPFLAGS when processing
cpp files
- Under Linux start X on the current VT (rh#806491)
- startx; Pass vtX as long as the user did not specify one
- configure: Drop AM_MAINTAINER_MODE
- autogen.sh: Honor NOCONFIGURE=1
- startx: Make the bugzilla reference in a comment survive cpp
processing (fdo#83019)
- Remove hardcoded path to OpenSSL for OpenBSD
+ Patches refactored/renamed for version change
+ Added:
- xinit-client-session.patch
- xinit-tolerant-hostname-changes.patch
- xinit-suse.patch
- xinit-1.3.4.tar.bz2
+ Modified:
- xinit-client-session.patch
+ Dropped:
- xinit-tolerant-hostname-changes.diff
- xinit-suse.diff
- xinit-1.3.3.tar.bz2
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=19
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.