diff options
author | tnut <tnut at nutyx dot com> | 2012-02-17 18:37:48 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-02-17 18:37:48 +0100 |
commit | 38089728ebcf75dc67bf0890910a7bef374ecc8a (patch) | |
tree | 29985d94a4bded59d9ca2ebb7af028582aefa79c /lxde | |
parent | dcd4dc08c56ba728303257ae772513da43399401 (diff) | |
download | nutyx-extra-38089728ebcf75dc67bf0890910a7bef374ecc8a.tar.gz nutyx-extra-38089728ebcf75dc67bf0890910a7bef374ecc8a.tar.bz2 nutyx-extra-38089728ebcf75dc67bf0890910a7bef374ecc8a.tar.xz nutyx-extra-38089728ebcf75dc67bf0890910a7bef374ecc8a.zip |
lxde, correction dep et post-install
Diffstat (limited to 'lxde')
-rw-r--r-- | lxde/Pkgfile | 6 | ||||
-rw-r--r-- | lxde/post-install | 7 |
2 files changed, 10 insertions, 3 deletions
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 |