Download project files

How do I verify a download?


110 of 30 releases

2.0.7 release from the 2.0 series released

Release information
Release notes:

Bugs fixed:
- Remove mlockall to fix high memory pressure startup, including on the Raspberry Pi.

Updated translations:
Bulgarian, Chinese (Simplified), Chinese (Traditional), Danish, Dutch, Turkish

Changelog:

2019-11-15 Sean Davis <email address hidden>

 * NEWS: Update changelog

2019-11-15 Sean Davis <email address hidden>

 * configure.ac: Update for 2.0.7 release

2019-11-15 Sean Davis <email address hidden>

 * NEWS, po/ar.po, po/ast.po, po/be.po, po/bg.po, po/bn.po,
 po/bo.po, po/br.po, po/bs.po, po/ca.po, <email address hidden>,
 po/cs.po, po/da.po, po/de.po, po/el.po, po/en_AU.po, po/en_CA.po,
 po/en_GB.po, po/eo.po, po/es.po, po/et.po, po/eu.po, po/fi.po,
 po/fr.po, po/fy.po, po/gd.po, po/gl.po, po/he.po, po/hi.po,
 po/hr.po, po/hu.po, po/ia.po, po/id.po, po/is.po, po/it.po,
 po/ja.po, po/kk.po, po/km.po, po/ko.po, po/ku.po, po/lb.po,
 po/lt.po, po/lv.po, po/mhr.po, po/ml.po, po/ms.po, po/nb.po,
 po/nl.po, po/nn.po, po/oc.po, po/pl.po, po/pt.po, po/pt_BR.po,
 po/ro.po, po/ru.po, po/sd.po, po/si.po, po/sk.po, po/sl.po,
 po/sq.po, po/sr.po, po/sv.po, po/ta.po, po/te.po, po/th.po,
 po/tr.po, po/ug.po, po/uk.po, po/uz.po, po/vi.po, po/wae.po,
 po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: Refresh translations

2019-10-19 Sean Davis <email address hidden>

 * src/lightdm-gtk-greeter.c: Remove mlockall. Protect memory from being paged to disk, as we deal with passwords According to systemd-dev, "mlockall() is generally a bad idea and certainly has no place in a
 graphical program. A program like this uses lots of memory and it
 is crucial that this memory can be paged out to relieve memory
 pressure." With systemd version 239 the ulimit for RLIMIT_MEMLOCK was set to 16
 MiB and therefore the mlockall call would fail. This is lucky
 becasue the subsequent mmap would not fail. With systemd version 240 the RLIMIT_MEMLOCK is now set to 64 MiB and
 now the mlockall no longer fails. However, it not possible to mmap
 in all the memory and because that would still exceed the MEMLOCK
 limit. " See https://bugzilla.redhat.com/show_bug.cgi?id=1662857 &
 canonical/lightdm#55 RLIMIT_MEMLOCK = 64 MiB means, arctica-greeter will most likely fail
 with 64 bit and will always fail on 32 bit systems. Hence we better disable it. Ported from Unity Greeter / Slick Greeter / Artica Greeter https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1815493
 linuxmint/slick-greeter#127

2019-07-22 Sean Davis <email address hidden>

 * .gitignore: Add *.o to .gitignore

2019-07-22 Sean Davis <email address hidden>

 * po/ar.po, po/ast.po, po/be.po, po/bg.po, po/bn.po, po/bo.po,
 po/br.po, po/bs.po, po/ca.po, <email address hidden>, po/cs.po,
 po/da.po, po/de.po, po/el.po, po/en_AU.po, po/en_CA.po,
 po/en_GB.po, po/eo.po, po/es.po, po/et.po, po/eu.po, po/fi.po,
 po/fr.po, po/fy.po, po/gd.po, po/gl.po, po/he.po, po/hi.po,
 po/hr.po, po/hu.po, po/ia.po, po/id.po, po/is.po, po/it.po,
 po/ja.po, po/kk.po, po/km.po, po/ko.po, po/ku.po, po/lb.po,
 po/lt.po, po/lv.po, po/mhr.po, po/ml.po, po/ms.po, po/nb.po,
 po/nl.po, po/nn.po, po/oc.po, po/pl.po, po/pt.po, po/pt_BR.po,
 po/ro.po, po/ru.po, po/sd.po, po/si.po, po/sk.po, po/sl.po,
 po/sq.po, po/sr.po, po/sv.po, po/ta.po, po/te.po, po/th.po,
 po/tr.po, po/ug.po, po/uk.po, po/uz.po, po/vi.po, po/wae.po,
 po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: Refresh translations

File Description Downloads
download icon lightdm-gtk-greeter-2.0.7.tar.gz (md5, sig) Source tarball 2,248
last downloaded today
Total downloads: 2,248

2.0.6 release from the 2.0 series released

Release information
Release notes:

General:
- Multi seat support: Store state for each seat (LP: #1641335)
- Migrated project to Launchpad Git

Updated translations:
- Catalan

File Description Downloads
download icon lightdm-gtk-greeter-2.0.6.tar.gz (md5, sig) Source tarball 3,645
last downloaded today
Total downloads: 3,645

2.0.5 release from the 2.0 series released

Release information
Release notes:

General:
- Populated copyright information using bzr log

Config changes:
- The ~power indicator is now displayed by default
- New "at-spi-enabled" configuration option to disable the at-spi-bus after it has been enabled at build-time

Appearance improvements:
- Added padding and additional classes for improved appearance with Adwaita, Greybird, and other themes

File Description Downloads
download icon lightdm-gtk-greeter-2.0.5.tar.gz (md5, sig) Source tarball 1,363
last downloaded 2 days ago
Total downloads: 1,363

2.0.4 release from the 2.0 series released

Release information
Release notes:

New features:
- New cursor-theme-name and cursor-theme-size configuration keys

Build changes:
- Finish port from gnome-common
- Moved more deprecated function calls to greeterdeprecated.c/.h

Bugs fixed:
- Fixed autologin-session (LP: #1707186)
- Fixed accessibility with at-spi-bus on systemd and non-systemd environments (LP: #1366534, #1670933)
- Fixed infinite flicker with multiple monitors (LP: #1410406, #1509780)

File Description Downloads
download icon lightdm-gtk-greeter-2.0.4.tar.gz (md5, sig) Source tarball 504
last downloaded 18 weeks ago
Total downloads: 504

2.0.3 release from the 2.0 series released

Release information
Release notes:

Build changes
- gnome-common is no longer required or used
- Build errors with gcc-7 have been resolved

Bugs fixed
- Enabling Orca screen reader freezes the greeter (LP: #1483864)
- Scale user image to fit instead of expanding greeter window (LP: #1512963)
- Replace usage of deprecated GNOME macros (LP: #1599486, Debian: #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)
- Missing break in switch (CID 1268326)
- Deference after null check (CID 1268327)

Updated translations
- Bosnian, Catalan, Czech, Danish, Galician, Kazakh

File Description Downloads
download icon lightdm-gtk-greeter-2.0.3.tar.gz (md5, sig) Source tarball 1,489
last downloaded 13 weeks ago
Total downloads: 1,489

2.0.2 release from the 2.0 series released

Release information
Release notes:

Overview of changes in lightdm-gtk-greeter 2.0.2

    * New features:
      - Add support for lightdm 1.19.2+
      - Include badge for Budgie desktop (LP: #1568494)
    * Bugs fixed:
      - Solid color instead of background image for some themes (LP: #1458330)
      - Restore user background after changing display setup
      - Correct login box blinking on login
      - Replaced a number of build-breaking deprecations
    * Updated translations

File Description Downloads
download icon lightdm-gtk-greeter-2.0.2.tar.gz (md5, sig) Source tarball 5,121
last downloaded today
Total downloads: 5,121

2.0.1 release from the 2.0 series released

Release information
Release notes:

Overview of changes in lightdm-gtk-greeter 2.0.1

    * New features:
      - "lightdm-gtk-greeter.conf.d" support (LP: #1421587)
    * Bugs fixed:
      - Multihead setup: black/white/grey screen at start - failed detection of mirrored mode
        (LP: #1410406, #1426664, #1449567, #1448761)
      - Switching active monitor with visible "onboard" window can leave this window in invalid state
      - Onboard does not react to mouse clicks
      - Losing focus after changing monitors configuration
      - Every lock activates a new Virtual Terminal, see "changes" section (LP: #1445461)
      - Broken delayed autologin (LP: #854261)
      - Message label can remain hidden when it must be visible (GTK: #710888)
    * Updated translations
    * Required changes:
      - For systems with G...

File Description Downloads
download icon lightdm-gtk-greeter-2.0.1.tar.gz (md5, sig) Source tarball 3,826
last downloaded today
Total downloads: 3,826

2.0.0 release from the 2.0 series released

Release information
Release notes:

Overview of changes in lightdm-gtk-greeter 2.0.0

    * New features:
      - Background crossfades when changing users
      - New one-window layout improves theming options
      - New MATE and WindowMaker session icons
      - Improved debugging with the allow-debugging configuration key
    * Bugs fixed:
      - lightdm-gtk-greeter leaves a11y (at-spi*) process behind (LP: #1366534)
      - Indicator services restart after every resume (LP: #1377743)
      - No indicators displayed when systemd-sysv is installed (LP: #1398619)
    * Updated translations
    * Required changes:
      - Remove "--enable-indicator-services" from configure command line (now obsolete)
      - For systems without "systemd-sysv", add the following line to the configure command line:
        --enable-indica...

File Description Downloads
download icon lightdm-gtk-greeter-2.0.0.tar.gz (md5, sig) Source tarball 1,291
last downloaded 6 weeks ago
Total downloads: 1,291

1.9.0 release from the 1.9 series released

Release information
Release notes:

Overview of changes in lightdm-gtk-greeter 1.9.0

    * Drop Gtk2 support

Overview of changes in lightdm-gtk-greeter 1.8.6

    * New features:
      - Option to set monitor for displaying greeter windows: active-monitor
      - Option to control usage of user's background: user-background (LP: #1306362)
      - Panel layout now fully customizable
      - New builtin indicator: ~layout (LP: #1240569)
      - New accessibility menu item: screen reader (F4 hotkey) (experimental, LP: #1319848)
      - Option to set initial state of accessibility tools: a11y-states (LP: #1319848)
    * Bugs fixed:
      - Handling laptop lid state (LP: #1273922)
      - Lightdm greeter on dual monitor system has bad-sized background (LP: #1314603)
      - Login screen wallaper doesn't fill screen (LP: #132...

File Description Downloads
download icon lightdm-gtk-greeter-1.9.0.tar.gz (md5, sig) Source tarball 1,052
last downloaded 4 days ago
Total downloads: 1,052

1.8.5 release from the 1.8 series released

Release information
Release notes:

Overview of changes in lightdm-gtk-greeter 1.8.5

    * Fix tooltips stealing focus (LP: #1307764)
    * Fix get_session to not get corrupted (LP: #1311933)
    * Fix "zoomed" implementation to correctly place the wallpaper.
    * Updated translations

File Description Downloads
download icon lightdm-gtk-greeter-1.8.5.tar.gz (md5, sig) Source tarball 1,678
last downloaded 8 weeks ago
Total downloads: 1,678

110 of 30 releases