[oe-commits] Koen Kooi : gdm: delete broken .desktop files

git at git.openembedded.org git at git.openembedded.org
Tue Oct 15 11:17:07 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 449bd907484871dce3beb08358473a7997e6b1db
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=449bd907484871dce3beb08358473a7997e6b1db

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Oct 11 13:48:08 2013 +0000

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 at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 04ecb19..65e0826 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* \



More information about the Openembedded-commits mailing list