diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2013-10-11 13:48:08 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-15 13:31:07 +0200 |
commit | 449bd907484871dce3beb08358473a7997e6b1db (patch) | |
tree | 596e568eb056c1e1efc0e127b4a4ea822afc0f13 /meta-gnome | |
parent | 2fee321b5b70d3332f7e2c6ea50116017954ae00 (diff) | |
download | meta-openembedded-449bd907484871dce3beb08358473a7997e6b1db.tar.gz |
gdm: delete broken .desktop files
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>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb index 04ecb1961..65e0826dc 100644 --- a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb +++ b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb | |||
@@ -63,6 +63,12 @@ do_install_append() { | |||
63 | 63 | ||
64 | rm -rf "${D}${localstatedir}/run" | 64 | rm -rf "${D}${localstatedir}/run" |
65 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" | 65 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" |
66 | |||
67 | rm -f ${D}${datadir}/gdm/autostart/LoginWindow/at-spi-registryd-wrapper.desktop | ||
68 | rm -f ${D}${datadir}/gdm/autostart/LoginWindow/orca-screen-reader.desktop | ||
69 | rm -f ${D}${datadir}/gdm/autostart/LoginWindow/gnome-mag.desktop | ||
70 | rm -f ${D}${datadir}/gdm/autostart/LoginWindow/gok.desktop | ||
71 | rm -f ${D}${datadir}/gdm/autostart/LoginWindow/metacity.desktop | ||
66 | } | 72 | } |
67 | 73 | ||
68 | FILES_${PN} += "${datadir}/icon* \ | 74 | FILES_${PN} += "${datadir}/icon* \ |