mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
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>
This commit is contained in:
@@ -63,6 +63,12 @@ do_install_append() {
|
|||||||
|
|
||||||
rm -rf "${D}${localstatedir}/run"
|
rm -rf "${D}${localstatedir}/run"
|
||||||
rmdir --ignore-fail-on-non-empty "${D}${localstatedir}"
|
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* \
|
FILES_${PN} += "${datadir}/icon* \
|
||||||
|
|||||||
Reference in New Issue
Block a user