From 888c731f3867e4f7bdcf851e6d81428295ac57eb Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 13 Dec 2019 12:25:24 +0100 Subject: images: drop lxde-image, lxqt-image, qt5-x11-image As no image uses firefox, stop touching the recipe. Thus this layer no longer depends on meta-browser. As no image uses lxde, stop touching the recipes. Thus this layer no longer depends on meta-lxde. Related-to: ELB-1284 Signed-off-by: Max Krummenacher --- recipes-lxde/lxdm/lxdm/logout-fixes.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 recipes-lxde/lxdm/lxdm/logout-fixes.patch (limited to 'recipes-lxde/lxdm/lxdm/logout-fixes.patch') diff --git a/recipes-lxde/lxdm/lxdm/logout-fixes.patch b/recipes-lxde/lxdm/lxdm/logout-fixes.patch deleted file mode 100644 index 649c12f..0000000 --- a/recipes-lxde/lxdm/lxdm/logout-fixes.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ur lxdm-0.4.1/data.orig//PostLogout.in lxdm-0.4.1/data/PostLogout.in ---- lxdm-0.4.1/data.orig//PostLogout.in 2011-07-29 15:42:33.000000000 +0200 -+++ lxdm-0.4.1/data/PostLogout.in 2011-12-31 12:21:41.000000000 +0100 -@@ -1,3 +1,9 @@ - #!/bin/sh --# --# Note: this is a sample and will not be run as is. -+ -+#https://wiki.archlinux.org/index.php/LXDE#LXDM -+ -+# Kills all your processes when you log out. -+killall --user $USER -TERM -+ -+# Set's the desktop background to solid black. Useful if you have multiple monitors. -+xsetroot -solid black -- cgit v1.2.3