Revisions of lightdm

Alexei Sorokin's avatar Alexei Sorokin (XRevan86) committed (revision 82)
- Update to version 1.19.5.
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 430301 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 81)
- Update to version 1.19.4.
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 416651 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 80)
- Add code to %post to migrate users of no longer maintained
  'lxdm' display manager over to 'lightdm'.
- Obsolete lxdm up to version 0.5 (we never carried 0.5 in any
  openSUSE product).
S. B.'s avatar S. B. (sb56637) accepted request 403536 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 79)
- remove user-authority-in-system-dir=true from suse conf, fixes
  boo#976876
S. B.'s avatar S. B. (sb56637) accepted request 394153 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 78)
- Update to version 1.19.0.
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 387303 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 77)
- fix config file to use new Seat:* sematics
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 387207 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 76)
- update to 1.18.1
* Use /dev/tty0 instead of /dev/console for VT operations
* Small documentation fixes
* Don't write $DISPLAY into tty line in utmp/btmp.
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 366108 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 75)
- update to 1.17.5
* Set XDG_RUNTIME_DIR for ConsoleKit sessions. This is a recent change in
    ConsoleKit2. 
* Add support for g_autoptr and liblightdm-gobject
* Fix dm-tool add-local-seat not working because LightDM is trying to
    connect with TCP/IP
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 352397 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 74)
- fix boo#960924
- modify lightdm-sysconfig-support.patch to use new Seat sematics
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 73)
fix source url
S. B.'s avatar S. B. (sb56637) accepted request 351631 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 72)
- update to 1.17.3
- refresh patches:
   lightdm-disable-utmp-handling.patch
   lightdm-set-gdmflexiserver-envvar.patch
   lightdm-sysconfig-support.patch
   lightdm-use-run-dir.patch
   lightdm-xauthlocalhostname-support.patch
   lightdm.spec
* Don't enable the hardware cursor in Unity System Compositor anymore.
      Unity 8 now correctly provides its own cursor and other shells should too
* Handle XDMCP Request packet with no addresses.
* Don't start LightDM if the XDMCP server is configured with a key that
      doesn't exist.
* Add IP addresses to XDMCP log messages.
* Refactor XDMCP error handling.
* Add more XDMCP tests.
* Add a backup-logs option that can be used to disable existing logging
      files having a .old suffix added to them.
* Add LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT and
      LC_IDENTIFICATION variables to the list of inherited locale variables.
* Implement XDMCP ForwardQuery.
* Fix small memory leak in XDMCP logging code.
* Disable log backups - this interferes with logrotate.
* Support using libaudit to generate audit events.
* Handle trailing whitespace on boolean values in configuration.
* Update example configuration to more correctly match allowed options.
* Fix unnecessary X server from being launched when locking seats.
* Check the version of the X server we are running so we correctly pass
     -listen tcp when required.
* Allow reading /proc/<PID>/net/dev from within a guest session.
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 333136 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 71)
- displaymanager default setting in %post/postun:
  * don't limit it to openSUSE >= 13.1 (has been done accidently)
  * make sure not to replace DISPLAYMANAGER in comments
  * only reset DISPLAYMANAGER to "" when uninstalling lightdm,
    not also in the update case (OMG!)
  * ldconfig is not required at all for the main package
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 330909 from Benjamin Hertwig's avatar Benjamin Hertwig (bhertwig) (revision 70)
- Set displaymanager to lightdm if displaymanager variable is unset 
  (FATE #319432)
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 315410 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 69)
- update to 1.15.0
    * Deprecate [SeatDefaults] in favour of [Seat:*]
Guido Berhoerster's avatar Guido Berhoerster (gberh) committed (revision 68)
- fix XDMCP setting in lightdm-sysconfig-support.patch: Setting
  DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN=true forced LightDM to
  open port 6000 for XDMCP protocol (instead of its default port
  177). As a consequence, usual X11 terminals weren't able to
  contact the XDM service. However, this sysconfig setting should
  only request the XServer to open port 6000 for requests to a
  running X11 session and leave the XDMCP port unchanged.
Guido Berhoerster's avatar Guido Berhoerster (gberh) committed (revision 67)
- update to version 1.14.0
  - Initialize file descriptor handles so we don't attempt to close
    stdin by accident
  - Fix small errors detected by scan-build (clang)
  - Fix pipe file descriptor leak for each greeter session
  - Support active session changing via logind
  - Don't allow liblightdm-gobject to be disabled. It is required
    for liblightdm-qt and the tests so it's not worth supporting
    builds without it
  - Add bash autocompletion support
  - Don't attempt generate D-Bus seat/session removal signals on
    shutdown
  - Add missing method QLightDM::Greeter::cancelAutologin
  - Fix crash when having configuration keys defined in multiple
    places
  - Fix pipe file descriptor leak for each session login /
    authentication
  - Use correct syntax for DesktopNames key in session files
  - Match seat configuration with globbing
  - Allow user switching in multi-seat until bug stopping greeter
    showing on logout is fixed
  - Disable log message when AccountsService users change
  - Update AppArmor scripts, requires AppArmor 2.9
  - Update tests to run better on servers
Guido Berhoerster's avatar Guido Berhoerster (gberh) committed (revision 66)
- update to version 1.12.3
  - fix pipe file descriptor leak for each greeter session
  - don't attempt generate D-Bus seat/session removal signals on
    shutdown
Guido Berhoerster's avatar Guido Berhoerster (gberh) committed (revision 65)
- update to version 1.12.1
  - Fix pipe file descriptor leak for each session login /
    authentication
  - Use correct syntax for DesktopNames key in session files
  - Mock /run in tests
Guido Berhoerster's avatar Guido Berhoerster (gberh) committed (revision 64)
- use symlinks to the xdm PAM service files again, using a
  different PAM service name breaks automatic unlocking of
  gnome-keyring via PAM (bnc#903744)
Guido Berhoerster's avatar Guido Berhoerster (gberh) committed (revision 63)
- remove allow-user-switching=true from 50-suse-defaults.conf,
  this is now the temporary default
Displaying revisions 61 - 80 of 142
openSUSE Build Service is sponsored by