From 38089728ebcf75dc67bf0890910a7bef374ecc8a Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 17 Feb 2012 18:37:48 +0100 Subject: lxde, correction dep et post-install --- lxde/Pkgfile | 6 +++--- lxde/post-install | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 lxde/post-install (limited to 'lxde') diff --git a/lxde/Pkgfile b/lxde/Pkgfile index 2718bac0e..f7ae6d31a 100644 --- a/lxde/Pkgfile +++ b/lxde/Pkgfile @@ -1,9 +1,9 @@ # Description: Bureau X11 très léger basé sur gtk # URL: http://lxde.org -# Maintainer: NuTyX core team +# Maintainer: Christoph Wickert cwickert at fedoraproject dot org # Packager: geantbrun at gmail dot com -# Depends on: wicd, pcmanfm obconf lxterminal lxtask lxsession lxrandr lxpanel lxshortcut lxde-common lxappearance lxlauncher menu-cache alsa-utils alsa-oss dbus-glib leafpad shared-mime-info startup-notification gpicview hicolor-icon-theme lxmenu-data -# Run on: alsa-utils,dbus-glib,wicd,pcmanfm,obconf,lxterminal,lxtask,lxsession,lxrandr,lxpanel,lxshortcut,lxde-common,lxappearance,lxlauncher,menu-cache,leafpad,shared-mime-info,startup-notification,gpicview,hicolor-icon-theme,lxmenu-data,desktop-file-utils,lxdm +# Depends on: xorg, wicd, pcmanfm obconf lxterminal lxtask lxsession lxrandr lxpanel lxshortcut lxde-common lxappearance lxlauncher menu-cache alsa-utils alsa-oss dbus-glib leafpad shared-mime-info startup-notification gpicview hicolor-icon-theme lxmenu-data +# Run on: xorg,alsa-utils,dbus-glib,wicd,pcmanfm,obconf,lxterminal,lxtask,lxsession,lxrandr,lxpanel,lxshortcut,lxde-common,lxappearance,lxlauncher,menu-cache,leafpad,shared-mime-info,startup-notification,gpicview,hicolor-icon-theme,lxmenu-data,desktop-file-utils,lxdm name=lxde diff --git a/lxde/post-install b/lxde/post-install new file mode 100644 index 000000000..b4f77e36e --- /dev/null +++ b/lxde/post-install @@ -0,0 +1,7 @@ +#!/bin/bash +update-desktop-database + +sed -i "s/^id:[3-5]/id:4/" /etc/inittab + +# Activer lxde par défaut +sed -i "s/^\(Session=\).*$/\1LXDE/g" /etc/skel/.dmrc -- cgit v1.2.3-54-g00ecf