2014-05-15 13:55:41 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2014-05-13 14:37:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2014-03-24 13:02:44 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2014-03-21 14:19:15 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2014-03-13 16:48:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2014-03-05 10:48:32 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 5 08:36:01 UTC 2014 - cxiong@suse.com
|
|
|
|
|
2014-03-05 11:05:23 +01:00
|
|
|
- fix two array iteration bug in etc/X11/xdm/Xsession (xdm.tar.bz2)
|
2014-03-05 10:48:32 +01:00
|
|
|
|
2014-03-05 11:05:23 +01:00
|
|
|
1. "${#argv[@]}" is just the size of the array instead of all the elements,
|
|
|
|
i.e. "${argv[@]}", no sharp "#" sign.
|
2014-03-05 10:48:32 +01:00
|
|
|
|
2014-03-05 11:05:23 +01:00
|
|
|
2. index of array starting from 0, so "argc" should be increased at the end
|
|
|
|
of iteration loop. (bnc#866874)
|
2014-03-05 10:48:32 +01:00
|
|
|
|
2014-02-19 11:46:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2014-02-13 09:29:57 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2014-01-08 16:09:20 +01:00
|
|
|
-------------------------------------------------------------------
|
2014-02-05 01:16:26 +01:00
|
|
|
Tue Feb 4 21:06:34 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
- /etc/X11/xdm/RunChooser calls pidof, so require it
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-01-08 16:09:20 +01:00
|
|
|
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
|
|
|
|
|
2013-12-02 12:11:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 2 11:08:39 UTC 2013 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- removed u_xdm-sig11-bug-598422.diff
|
|
|
|
* problem has been resolved differently
|
|
|
|
|
2013-10-18 14:02:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 18 09:34:08 CEST 2013 - ferenc.gm@gmail.com
|
|
|
|
|
|
|
|
- Added support for qiv in /etc/X11/xdm/Xsetup
|
|
|
|
|
2013-09-16 21:18:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 16 19:17:39 UTC 2013 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- fixed typo in /etc/X11/xdm/Xsetup
|
|
|
|
|
2013-09-16 13:38:55 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 16 11:38:10 UTC 2013 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- fixed loading of .xkb files (bnc#840408)
|
|
|
|
|
2013-08-13 18:35:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2013-07-29 11:32:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2013-06-07 12:33:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2013-05-24 15:33:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2013-04-11 12:01:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
2013-04-13 18:30:53 +02:00
|
|
|
used for that program (bnc#812783)
|
2013-04-11 12:01:09 +02:00
|
|
|
|
2013-03-01 14:17:13 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2013-03-01 12:34:51 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2012-12-10 13:59:49 +01:00
|
|
|
-------------------------------------------------------------------
|
2013-01-08 12:02:55 +01:00
|
|
|
Tue Jan 8 11:01:51 UTC 2013 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- /etc/X11/xdm/Keyboard.map:
|
|
|
|
* added missing mac-dvorak entry (bnc#796170)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2012-12-10 13:59:49 +01:00
|
|
|
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
|
|
|
|
|
2012-12-07 12:11:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 19 17:31:17 CET 2012 - fcrozat@suse.com
|
|
|
|
|
|
|
|
- Add display-manager as provides to xdm initscript, to comply with
|
|
|
|
systemd defaults.
|
|
|
|
|
2012-11-29 10:46:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2012-09-25 13:47:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2012-09-13 15:07:28 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 13 13:06:38 UTC 2012 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- add dependency on xtrans, otherwise TCP is not supported for
|
|
|
|
xdmcp (bnc#780122)
|
|
|
|
|
2012-08-17 15:33:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2012-08-07 11:13:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 7 09:11:51 UTC 2012 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- /etc/init.d/xdm: overwrite displaymanager's PIDFILE symlink if
|
|
|
|
neccessary (bnc#774555)
|
|
|
|
|
2012-07-01 12:15:40 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 30 21:29:37 CEST 2012 - tiwai@suse.de
|
|
|
|
|
|
|
|
- avoid plymouth quit for kdm and gdm (bnc#762909)
|
|
|
|
|
2012-06-29 20:35:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 29 16:23:12 CEST 2012 - tiwai@suse.de
|
|
|
|
|
|
|
|
- remove --retain-splash option from plymouth quit (bnc#769209)
|
|
|
|
|
2012-06-29 16:13:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 29 14:11:47 UTC 2012 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- /etc/init.d/xdm
|
|
|
|
* quit plymouth properly before starting displaymanager
|
|
|
|
(bnc#769209)
|
|
|
|
|
2012-06-20 06:52:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 18 13:38:34 UTC 2012 - werner@suse.de
|
|
|
|
|
|
|
|
- Skip LANG argument from command line of session managers (bnc#661946)
|
|
|
|
|
2012-05-10 16:12:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2012-04-14 11:33:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Split xdm from xorg-x11. Initial version: 1.1.10.
|
|
|
|
|