From 5a835facd988e337733f9fb5433f64a7352d1eab Mon Sep 17 00:00:00 2001 From: ThanosApostolou Date: Tue, 4 Apr 2017 02:15:18 +0300 Subject: [PATCH] make logout bannet not to be affected by updtes --- .../lxde/desktop-overlay/usr/local/bin/lxde-logout | 2 ++ .../{logout-banner.png => manjaro-banner.png} | Bin 2 files changed, 2 insertions(+) create mode 100755 community/lxde/desktop-overlay/usr/local/bin/lxde-logout rename community/lxde/desktop-overlay/usr/share/lxde/images/{logout-banner.png => manjaro-banner.png} (100%) diff --git a/community/lxde/desktop-overlay/usr/local/bin/lxde-logout b/community/lxde/desktop-overlay/usr/local/bin/lxde-logout new file mode 100755 index 0000000..17c99b8 --- /dev/null +++ b/community/lxde/desktop-overlay/usr/local/bin/lxde-logout @@ -0,0 +1,2 @@ +#!/bin/sh +lxsession-logout --banner "/usr/share/lxde/images/manjaro-banner.png" --side=top diff --git a/community/lxde/desktop-overlay/usr/share/lxde/images/logout-banner.png b/community/lxde/desktop-overlay/usr/share/lxde/images/manjaro-banner.png similarity index 100% rename from community/lxde/desktop-overlay/usr/share/lxde/images/logout-banner.png rename to community/lxde/desktop-overlay/usr/share/lxde/images/manjaro-banner.png