aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2013-10-11 13:48:08 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-10-15 13:31:07 +0200
commit449bd907484871dce3beb08358473a7997e6b1db (patch)
tree596e568eb056c1e1efc0e127b4a4ea822afc0f13 /meta-gnome
parent2fee321b5b70d3332f7e2c6ea50116017954ae00 (diff)
downloadmeta-openembedded-contrib-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.bb6
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 04ecb19615..65e0826dc9 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() {
rm -rf "${D}${localstatedir}/run"
rmdir --ignore-fail-on-non-empty "${D}${localstatedir}"
+
+ rm -f ${D}${datadir}/gdm/autostart/LoginWindow/at-spi-registryd-wrapper.desktop
+ rm -f ${D}${datadir}/gdm/autostart/LoginWindow/orca-screen-reader.desktop
+ rm -f ${D}${datadir}/gdm/autostart/LoginWindow/gnome-mag.desktop
+ rm -f ${D}${datadir}/gdm/autostart/LoginWindow/gok.desktop
+ rm -f ${D}${datadir}/gdm/autostart/LoginWindow/metacity.desktop
}
FILES_${PN} += "${datadir}/icon* \