We have some news to share for the request index beta feature. We’ve added more options to sort your requests, counters to the individual filters and documentation for the search functionality. Checkout the blog post for more details.

File lightdm-gtk-greeter.changes of Package lightdm-gtk-greeter

-------------------------------------------------------------------
Thu Jan  7 14:53:54 UTC 2021 - Maurizio Galli <maurizio.galli@gmail.com>

- Update to version 2.0.8
  * General
    + Migrated code and issues to GitHub
    + Migrated translations to Transifex
    + Added GitHub distcheck test on each commit
  * Build changes
    + Migrated from deprecated exo-csource to xdt-csource (xfce4-dev-tools)
    + Dropped xdt-csource requirement from non-maintainer builds (GH: #53)
    + Enabled Ayatana libindicator/libido backend (GH: #74, db#906026)
  * Bugs fixed
    + greeterbackground: Replaced deprecated instance private data API
    + Allow building with newer versions of gettext
    + Replace ungrammatical comma splice in 'Incorrect password' 
      message (lp#1810143)
    + Use 'Large Text' instead of 'Large Font' (lp#1829070)
    + Fixed broken indicators when upstart is unavailable
  * Translation updates

- Updates from version 2.0.7
  * Remove mlockall to fix high memory pressure startup, including 
    on the Raspberry Pi.
  * Translation Updates

-------------------------------------------------------------------
Thu Oct 25 12:16:46 UTC 2018 - sor.alexei@meowr.ru

- Update to version 2.0.6:
  * Multi seat support: Store state for each seat (lp#1641335).
  * Updated translations.

-------------------------------------------------------------------
Thu Apr 12 14:19:31 UTC 2018 - sor.alexei@meowr.ru

- Update to version 2.0.5:
  * General:
    + Populate copyright information using bzr log.
  * Config changes:
    + The ~power indicator is now displayed by default.
    + Add a "at-spi-enabled" configuration option to disable the
      at-spi-bus after it has been enabled at build-time.
  * Appearance improvements:
    + Add padding and additional classes for improved appearance
      with Adwaita, Greybird, and other themes.

-------------------------------------------------------------------
Tue Mar  6 08:35:55 CET 2018 - tiwai@suse.de

- Update to version 2.0.4:
  * New cursor-theme-name and cursor-theme-size configuration keys
  * Finish port from gnome-common
  * Moved more deprecated function calls to greeterdeprecated.c/.h
  * Fixed autologin-session (lp#1707186)
  * Fixed accessibility with at-spi-bus on systemd and non-systemd
    environments (lp#1366534, lp#1670933)
  * Fixed infinite flicker with multiple monitors (lp#1410406,
    lp#1509780)

-------------------------------------------------------------------
Sat Sep 23 18:00:30 UTC 2017 - sor.alexei@meowr.ru

- Update to version 2.0.3:
  * gnome-common is no longer required or used.
  * Build errors with gcc-7 have been resolved.
  * Fix enabling Orca screen reader freezes the greeter (lp#1483864).
  * Scale user image to fit instead of expanding the greeter window
    (lp#1512963).
  * Replace usage of deprecated GNOME macros (lp#1599486, deb#829931).
  * Disable Alt+F4 shutdown accelerator if power indicator is not
    present (lp#1690129).
  * Pre-fill logged in username when locked and hide-users is
    enabled (lp#1701577).
  * Reset xsession to default if selected user is not found
    (lp#1701745).
  * Fix missing break in switch.
  * Fix deference after null check.
  * Update translations.

-------------------------------------------------------------------
Sat Mar 11 20:26:50 UTC 2017 - sfalken@opensuse.org

- Edited %files to clear unpackaged files builderror in
  openSUSE:Factory

-------------------------------------------------------------------
Thu Oct  6 13:13:48 UTC 2016 - sor.alexei@meowr.ru

- Update to version 2.0.2:
  * Add support for lightdm 1.19.2+.
  * Include a badge for Budgie desktop (lp#1568494).
  * Fix solid colour instead of background image for some themes
    (lp#1458330).
  * Restore user background after changing display setup.
  * Correct login box blinking on login.
  * Replace a number of build-breaking deprecations.
  * Update translations.
- Remove lightdm-gtk-greeter-fix-fail-return-value.patch,
  lightdm-gtk-greeter-lightdm-1.19.2-api.patch: fixed upstream.

-------------------------------------------------------------------
Sat Oct  1 11:34:16 UTC 2016 - sor.alexei@meowr.ru

- Add lightdm-gtk-greeter-fix-fail-return-value.patch: Fix
  -Wreturn-type for fails.
- Use tarball signing.

-------------------------------------------------------------------
Sun Sep 25 10:00:10 UTC 2016 - sor.alexei@meowr.ru

- Add lightdm-gtk-greeter-lightdm-1.19.2-api.patch: Use new API
  introduced in LightDM 1.19.2.

-------------------------------------------------------------------
Sun Oct 18 17:16:31 UTC 2015 - ronisbr@gmail.com

- Version bump to 2.0.1.
- drop patches:
    lightdm-gtk-greeter-use-new-autologin-api.patch
    lightdm-gtk-greeter-fix-cursor.patch
    lightdm-gtk-greeter-fix-background.patch
    lightdm-gtk-greeter-improve-background-scaling.patch
    lightdm-gtk-greeter-fix-ui.patch
    lightdm-gtk-greeter-fix-login.patch
    lightdm-gtk-greeter-invalid-last_session.patch
    lightdm-gtk-greeter-handle-invalid-user.patch

-------------------------------------------------------------------
Tue Jul 28 13:50:48 CEST 2015 - tiwai@suse.de

- fix update-alternative usage for Leap 42.1 (boo#939693)

-------------------------------------------------------------------
Sat Feb  8 13:17:29 UTC 2014 - gber@opensuse.org

- adjust update-alternative usage to packaging policy
  (see http://lists.opensuse.org/opensuse-packaging/2014-02/msg00024.html)

-------------------------------------------------------------------
Mon Jan  6 12:03:10 UTC 2014 - gber@opensuse.org

- add lightdm-gtk-greeter-handle-invalid-user.patch in order to fix
  a NULL pointer dereference after authentication of an invalid
  username has failed (bnc#857303)

-------------------------------------------------------------------
Thu Oct 10 09:40:04 UTC 2013 - rmilasan@suse.com

- add lightdm-gtk-greeter-invalid-last_session.patch
  fix segfault when last_session is an invalid session (lp#1161883) 

-------------------------------------------------------------------
Wed Oct  2 14:19:42 UTC 2013 - gber@opensuse.org

- add lightdm-gtk-greeter-fix-login.patch in order to fix
  login/unlock detection

-------------------------------------------------------------------
Thu Jan 31 16:37:59 UTC 2013 - gber@opensuse.org

- add lightdm-gtk-greeter-fix-cursor.patch in order to fix the
  cursor theme by setting the cursor after selecting a GTK theme
  (lp#1024482)
- add lightdm-gtk-greeter-fix-background.patch in order to fix the
  background image not being displayed when the pixmap does not
  have an alpha channel (lp#1086199)
- add lightdm-gtk-greeter-improve-background-scaling.patch which
  scales the background pixmap while preserving the aspect until
  width and height are at least as big as the screen width and
  height, then clips as needed
- add lightdm-gtk-greeter-fix-ui.patch with various usability
  fixes, in particular switch back to a tree view inside a scrolled
  window in order make it usable with a lot of users

-------------------------------------------------------------------
Tue Jan 15 16:11:42 UTC 2013 - gber@opensuse.org

- update to version 1.3.1
  - drop custom icons now that there's a config option for the icon
    theme
  - rename the 'Login' button to 'Unlock' when the user is already
    logged in
  - don't hide the login box when cancel is pressed, instead
    refresh the prompt box to show the correct username prompt
  - hide the Cancel button, useless with the userlist combobox
  - properly center the login window after a resize
  - add names to widgets to ease theming
  - replace the userlist's treeview with a combobox
  - document the option to show the language chooser
  - add a config option to set the path to the logo image
  - add a config option to set the icon theme
  - use a known icon name for the accessibility menu
  - remember the last session used
- added lightdm-gtk-greeter-use-new-autologin-api.patch in order to
  use the new autologin API in liblightdm-gobject-1 >= 1.3.5
  (backported from upstream git)

-------------------------------------------------------------------
Wed May 30 09:41:00 UTC 2012 - gber@opensuse.org

- update to version 1.1.6
  - fix 'Large Font' option for fontnames containing spaces
  - fix 'Cancel' button action, and clear the error label
  - add missing include for setlocale
  - updated translations

-------------------------------------------------------------------
Sat Apr  7 10:06:52 UTC 2012 - gber@opensuse.org

- initial packaging

openSUSE Build Service is sponsored by