aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gdm
AgeCommit message (Collapse)Author
2015-08-31gnome: add explicit bz2 compress type to older packagesAlexander Kanavin
The default was changed to xz in the gnomebase class to match the upstream. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-13gdm: Whitelist itKhem Raj
polkit-gnome has been fixed to build Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-02-12gdm: Only start in runlevel 5Dan McGregor
Runlevel 5 is traditionally graphical. If it starts in runlevel 2 or 3 systemd gets confused and adds it as a dependency of the multi-user target, not just the graphical target. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-17polkit-gnome, gdm, network-manager-applet: blacklist because ↵Martin Jansa
polkit-gnome.do_configure fails Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-15gdm 2.32.2: don't install broken gdm-autologin PAM fileKoen Kooi
It references pam-plugin-console which isn't available. Deleting the PAM file makes autologin work. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-15gdm: delete broken .desktop filesKoen Kooi
GDM tries to run these during the login window and one of these crashes, leading to an autologin failure. Remove the non-essential ones to get rid of this problem. The proper fix is to stop metacity crashing. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-08gdm: remove /var/run from packageJonathan Liu
The /var/run/gdm and /var/run/gdm/greeter directories are created by the daemon if they don't exist. The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gdm: cosmeticsAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gdm: avoid displaying system users in greeter's listAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gdm: fix postinst-code to unbreak first boot issuesAndreas Müller
Exiting postinst code leaves systemd.bbclass offline postinst code unexecuted, causes postinst not to finish at first boot (gdm.service is not aliased to display-manager.service -> started much too early) and is not neccesary: language preparation can be done offline. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15gdm: move systemd support from meta-systemd back to meta-gnomeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23meta-openembedded: use correct format of Upstream-StatusMartin Jansa
* some patches have also incorrect value, but e.g. "Unknown" is as good as "Pending" to me Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11gdm: disable failing docs generationMartin Jansa
* xmlto does not work correctly https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-17gdm: remove obsolete filesAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-16gdm: move systemd support to meta-systemdAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-05recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used ↵Martin Jansa
without PN* suffix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-11gdm: inherit systemd / remove unneeded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-02gdm 2.32.2: Bump PR for recent class changesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-22gdm 2.32.2: add missing source checksumsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-27gdm: Fix build on gnome'less build systemsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-25gdm 2.32.2: gdm supports running sessions under ssh-agent, so add ↵Koen Kooi
openssh-misc to RRECOMMENDS Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-21gdm: fix build against newer gnome-panelKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-21gdm, gnome-control-center: clean up dependenciesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19gdm 2.32.2: add more utils to RRECOMMENDSKoen Kooi
GDM calls these from init/Default, so drag them in as RRECOMMENDS Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-09gdm 2.32.2: add systemd supportKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-09gdm: update to 2.32.2 (latest stable in 2.32.x series)Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-09gdm 2.30.0: add metacity to RRECOMMENDS, gdm tries to execute it to manage ↵Koen Kooi
dialogs Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-09gdm 2.30.2: add more to RRECOMMENDS, no login window without itKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-08gdm 2.30.0: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392dKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>