mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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"
|
||||
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* \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user