From 6df2e3a5669c9ed42e35c4baf72c35a4f066da4b Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Wed, 5 Jun 2019 22:29:49 +0200 Subject: [PATCH] xinput-calibrator: disable autostart Usually not required any more --- .../xinput-calibrator/xinput-calibrator_%.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes-graphics/xinput-calibrator/xinput-calibrator_%.bbappend diff --git a/recipes-graphics/xinput-calibrator/xinput-calibrator_%.bbappend b/recipes-graphics/xinput-calibrator/xinput-calibrator_%.bbappend new file mode 100644 index 0000000..adeef6f --- /dev/null +++ b/recipes-graphics/xinput-calibrator/xinput-calibrator_%.bbappend @@ -0,0 +1,6 @@ +# Disable automatic start +# usually not required any more +do_install_append() { + rm -rf ${D}${sysconfdir}/X11/Xsession.d + rm -rf ${D}${sysconfdir}/xdg/autostart +} -- 2.39.2