mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 19:09:44 +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:
parent
2fee321b5b
commit
449bd90748
@ -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* \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user