From f979b4b59602ad2f4b803f2c6b687fafbf81199e Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Sat, 27 Apr 2013 15:47:42 +0200 Subject: [PATCH] Remove customs scripts (lubuntu-logout, openbox-lubuntu and startlubuntu), handle by lxsession --- usr/bin/lubuntu-logout | 2 -- usr/bin/openbox-lubuntu | 2 -- usr/bin/startlubuntu | 4 ---- usr/share/xsessions/Lubuntu.desktop | 2 +- 4 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 usr/bin/lubuntu-logout delete mode 100644 usr/bin/openbox-lubuntu delete mode 100644 usr/bin/startlubuntu diff --git a/usr/bin/lubuntu-logout b/usr/bin/lubuntu-logout deleted file mode 100644 index 70a7d7b..0000000 --- a/usr/bin/lubuntu-logout +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -lxsession-logout --banner "/usr/share/lubuntu/images/logout-banner.png" --side=top diff --git a/usr/bin/openbox-lubuntu b/usr/bin/openbox-lubuntu deleted file mode 100644 index 8904b4e..0000000 --- a/usr/bin/openbox-lubuntu +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec openbox --config-file $XDG_CONFIG_HOME/openbox/lubuntu-rc.xml $@ diff --git a/usr/bin/startlubuntu b/usr/bin/startlubuntu deleted file mode 100644 index 79a4d7a..0000000 --- a/usr/bin/startlubuntu +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the LXDE session -exec /usr/bin/lxsession -s Lubuntu -e LXDE diff --git a/usr/share/xsessions/Lubuntu.desktop b/usr/share/xsessions/Lubuntu.desktop index ba263c9..3cde5b8 100644 --- a/usr/share/xsessions/Lubuntu.desktop +++ b/usr/share/xsessions/Lubuntu.desktop @@ -5,6 +5,6 @@ Comment=Lubuntu - Lightweight X11 desktop environment based on LXDE Comment[zh_TW]=Lubuntu - 輕量級的 X11 桌面環境 Comment[fi]=Lubuntu - kevyt X11-työpöytäympäristö Comment[ja]=Lubuntu - 軽量な X11 デスクトップ環境 -Exec=/usr/bin/startlubuntu +Exec=/usr/bin/lxsession -s Lubuntu -e LXDE # Icon= Type=Application