xdm/xdm.changes
Stefan Dirsch 56a59b8768 Accepting request 235714 from home:fcrozat:branches:X11:XOrg
- Use KillMode=process for systemd service, this ensures Xorg won't
  receive SIGKILL while switching to runlevel 3 [bnc#871808].
- Add "Also=xdm.service" to display-manager.service to better
  handle migration.

OBS-URL: https://build.opensuse.org/request/show/235714
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=77
2014-05-28 19:28:11 +00:00

246 lines
9.0 KiB
Plaintext

-------------------------------------------------------------------
Wed May 28 16:00:23 UTC 2014 - fcrozat@suse.com
- Use KillMode=process for systemd service, this ensures Xorg won't
receive SIGKILL while switching to runlevel 3 [bnc#871808].
- Add "Also=xdm.service" to display-manager.service to better
handle migration.
-------------------------------------------------------------------
Fri May 23 13:01:21 UTC 2014 - jsegitz@novell.com
- added necessary macros for systemd files
-------------------------------------------------------------------
Thu May 15 11:01:55 UTC 2014 - arichardson.kde@gmail.com
- Don't run dbus-launch if the socket /run/user/<uid>/bus exists, since
this means that dbus is already handled by systemd
-------------------------------------------------------------------
Tue May 13 05:31:18 UTC 2014 - coolo@suse.com
- just don't "package" pid file. It's called xdm.pid, so it's pretty
obvious what package it is from
- take the pid file out of the xdm.tar
-------------------------------------------------------------------
Mon Mar 24 12:01:16 UTC 2014 - sndirsch@suse.com
- DISPLAYMANAGER_STARTS_XSERVER needs to be set to "no" on s390x
and ppc64le (bnc#869267)
-------------------------------------------------------------------
Fri Mar 21 10:50:02 UTC 2014 - werner@suse.de
- Move forward to systemd, that is use a real service unit file (bnc#869260)
-------------------------------------------------------------------
Wed Mar 5 08:40:58 UTC 2014 - cxiong@suse.com
- Add support for in-line environment variable settings
Handling case like:
Exec=env GNOME_SHELL_SESSION_MODE=classic gnome --session gnome-classic
For now, this is only needed to fix session management issue as in bnc#863709.
-------------------------------------------------------------------
Wed Mar 5 08:36:01 UTC 2014 - cxiong@suse.com
- fix two array iteration bug in etc/X11/xdm/Xsession (xdm.tar.bz2)
1. "${#argv[@]}" is just the size of the array instead of all the elements,
i.e. "${argv[@]}", no sharp "#" sign.
2. index of array starting from 0, so "argc" should be increased at the end
of iteration loop. (bnc#866874)
-------------------------------------------------------------------
Wed Feb 19 10:33:21 UTC 2014 - sndirsch@suse.com
- /etc/X11/xdm/keytable: make use of systemd's localectl to
generate Xserver's configuration snippet for keyboard layout;
rely on systemd's kbd --> X keyboard mapping; the old mapping
table originating from SaX2 is no longer being used (bnc#861819)
-------------------------------------------------------------------
Tue Feb 11 09:18:13 UTC 2014 - dliang@suse.com
- Change the default /etc/X11/xdm/Xsession, (fate#316129)
don't save standard output information to ~/.xsession-errors
Modify the xdm.tar.bz2
-------------------------------------------------------------------
Tue Feb 4 21:06:34 UTC 2014 - coolo@suse.com
- /etc/X11/xdm/RunChooser calls pidof, so require it
-------------------------------------------------------------------
Wed Jan 8 14:58:43 UTC 2014 - lnussel@suse.de
- don't set twm as hardcoded default if DEFAULT_WM is empty, rely on
the detection in xinitrc.common instead
-------------------------------------------------------------------
Mon Dec 2 11:08:39 UTC 2013 - sndirsch@suse.com
- removed u_xdm-sig11-bug-598422.diff
* problem has been resolved differently
-------------------------------------------------------------------
Fri Oct 18 09:34:08 CEST 2013 - ferenc.gm@gmail.com
- Added support for qiv in /etc/X11/xdm/Xsetup
-------------------------------------------------------------------
Mon Sep 16 19:17:39 UTC 2013 - sndirsch@suse.com
- fixed typo in /etc/X11/xdm/Xsetup
-------------------------------------------------------------------
Mon Sep 16 11:38:10 UTC 2013 - sndirsch@suse.com
- fixed loading of .xkb files (bnc#840408)
-------------------------------------------------------------------
Tue Aug 13 16:35:01 UTC 2013 - sndirsch@suse.com
- adjusted u_xdm-sig11-bug-598422.diff for openSUSE 12.2 build
(which still applies xdm-consolekit.diff)
-------------------------------------------------------------------
Mon Jul 29 09:25:40 UTC 2013 - sndirsch@suse.com
- u_xdm-sig11-bug-598422.diff
* fix Sig11 in xdm when pressing Ctr-c (bnc#598422, bnc#831870)
-------------------------------------------------------------------
Fri Jun 7 10:25:15 UTC 2013 - werner@suse.de
- Add some GNOME specifiv magics to Xsession to allow that ~/.i18n
is always sourced (bnc#567324)
-------------------------------------------------------------------
Fri May 24 12:59:46 UTC 2013 - werner@suse.de
- Some shells do not know about HOSTNAME variable and print error
messages therefore export this variable
- Make check for dbus smart, that is check if threre is already
an active session and use this if possible
- Be aware that one user may use several X sessions in parallel
on the same system as well as on several systems with HOME on
an NFS based share. That is do not override ~/.xsession-errors
-------------------------------------------------------------------
Thu Apr 11 09:55:57 UTC 2013 - sndirsch@suse.com
- do not use '-k' option for checkproc for ssh-agent since
/proc/<pid>/exe link is apparently not readable by the user
used for that program (bnc#812783)
-------------------------------------------------------------------
Fri Mar 1 12:44:10 UTC 2013 - fcrozat@suse.com
- Add systemd-user-sessions to xdm initscript X-Should-Start, to
ensure user login is available when xdm is started.
-------------------------------------------------------------------
Fri Mar 1 11:31:52 UTC 2013 - sndirsch@suse.com
- /etc/X11/xdm/SuSEconfig.xdm: copied required function from old
/lib/YaST/SuSEconfig.functions, which no longer exists since
openSUSE 12.3 (bnc#806738)
-------------------------------------------------------------------
Tue Jan 8 11:01:51 UTC 2013 - sndirsch@suse.com
- /etc/X11/xdm/Keyboard.map:
* added missing mac-dvorak entry (bnc#796170)
-------------------------------------------------------------------
Fri Dec 7 13:03:15 UTC 2012 - werner@suse.de
- Be aware the mktemp(1) without XXXXXX will do exactly nothing,
therefore use mv(1) which uses rename(2) on the same file system
to use the files created by mktemp(1) to the log output file
-------------------------------------------------------------------
Mon Nov 19 17:31:17 CET 2012 - fcrozat@suse.com
- Add display-manager as provides to xdm initscript, to comply with
systemd defaults.
-------------------------------------------------------------------
Thu Nov 15 20:21:24 UTC 2012 - tittiatcoke@gmail.com
- Added a switch to enable building against systemd-logind and
to remove the dependency on ConsoleKit
- Enabled the systemd switch already for Factory
-------------------------------------------------------------------
Tue Sep 25 10:21:24 UTC 2012 - werner@suse.de
- Make failsafe work after a failed exec bash builtin
- Add dbus-launch and ck-launch-session to final session command
line for case of using xdm
-------------------------------------------------------------------
Thu Sep 13 13:06:38 UTC 2012 - sndirsch@suse.com
- add dependency on xtrans, otherwise TCP is not supported for
xdmcp (bnc#780122)
-------------------------------------------------------------------
Thu Aug 16 17:41:12 CEST 2012 - msrb@suse.cz
- separate *.fallback displaymanager files from xdm.tar.bz2 into
xdm-fallbacks.tar.bz2 and build only suse version < 1210.
(bnc#714003)
-------------------------------------------------------------------
Thu Aug 16 15:15:12 CEST 2012 - msrb@suse.cz
- /etc/init.d/xdm: add plymouth_quit function, use it in xdm
displaymanager file (bnc#775548)
-------------------------------------------------------------------
Tue Aug 7 09:11:51 UTC 2012 - sndirsch@suse.com
- /etc/init.d/xdm: overwrite displaymanager's PIDFILE symlink if
neccessary (bnc#774555)
-------------------------------------------------------------------
Sat Jun 30 21:29:37 CEST 2012 - tiwai@suse.de
- avoid plymouth quit for kdm and gdm (bnc#762909)
-------------------------------------------------------------------
Fri Jun 29 16:23:12 CEST 2012 - tiwai@suse.de
- remove --retain-splash option from plymouth quit (bnc#769209)
-------------------------------------------------------------------
Fri Jun 29 14:11:47 UTC 2012 - sndirsch@suse.com
- /etc/init.d/xdm
* quit plymouth properly before starting displaymanager
(bnc#769209)
-------------------------------------------------------------------
Mon Jun 18 13:38:34 UTC 2012 - werner@suse.de
- Skip LANG argument from command line of session managers (bnc#661946)
-------------------------------------------------------------------
Thu May 10 13:58:38 UTC 2012 - sndirsch@suse.com
- /etc/pam.d/xdm-np: add session require to pam_loginuid.so in
order to fix running commands via sudo (bnc #746704)
-------------------------------------------------------------------
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
- Split xdm from xorg-x11. Initial version: 1.1.10.