From 934c17585baad0f6485067b6be201a6a2becda32 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 15 May 2011 13:56:11 +0200 Subject: xfwm4, lancement auto de xfwm4 forcé MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xfce/xfwm4/.footprint.i686 | 4 ++++ xfce/xfwm4/.footprint.x86_64 | 4 ++++ xfce/xfwm4/Pkgfile | 5 ++++- 3 files changed, 12 insertions(+), 1 deletion(-) (limited to 'xfce') diff --git a/xfce/xfwm4/.footprint.i686 b/xfce/xfwm4/.footprint.i686 index cb43106db..107d68e37 100644 --- a/xfce/xfwm4/.footprint.i686 +++ b/xfce/xfwm4/.footprint.i686 @@ -1,3 +1,7 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/xdg/ +drwxr-xr-x root/root etc/xdg/autostart/ +-rw-r--r-- root/root etc/xdg/autostart/xfce-wm-start.desktop drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xfwm4 diff --git a/xfce/xfwm4/.footprint.x86_64 b/xfce/xfwm4/.footprint.x86_64 index cb43106db..107d68e37 100644 --- a/xfce/xfwm4/.footprint.x86_64 +++ b/xfce/xfwm4/.footprint.x86_64 @@ -1,3 +1,7 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/xdg/ +drwxr-xr-x root/root etc/xdg/autostart/ +-rw-r--r-- root/root etc/xdg/autostart/xfce-wm-start.desktop drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xfwm4 diff --git a/xfce/xfwm4/Pkgfile b/xfce/xfwm4/Pkgfile index e1066ce11..250830cef 100755 --- a/xfce/xfwm4/Pkgfile +++ b/xfce/xfwm4/Pkgfile @@ -7,7 +7,7 @@ name=xfwm4 version=4.8.1 -release=1 +release=2 source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2) build() { @@ -22,4 +22,7 @@ cd $name-$version make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc + mkdir -p $PKG/etc/xdg/autostart + sed "s/xfwm4-settings/xfwm4/" $PKG/usr/share/applications/xfce-wm-settings.desktop > \ + $PKG/etc/xdg/autostart/xfce-wm-start.desktop } -- cgit v1.2.3-70-g09d2 From 683f1cb1708384650b799dc208380b1e053ad207 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 15 May 2011 13:56:55 +0200 Subject: xfce4-session, suppression tips --- xfce/xfce4-session/.footprint.i686 | 1 - xfce/xfce4-session/.footprint.x86_64 | 1 - xfce/xfce4-session/Pkgfile | 3 ++- 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'xfce') diff --git a/xfce/xfce4-session/.footprint.i686 b/xfce/xfce4-session/.footprint.i686 index 994c472b7..cbdc6db6c 100644 --- a/xfce/xfce4-session/.footprint.i686 +++ b/xfce/xfce4-session/.footprint.i686 @@ -1,7 +1,6 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/xdg/ drwxr-xr-x root/root etc/xdg/autostart/ --rw-r--r-- root/root etc/xdg/autostart/xfce4-tips-autostart.desktop drwxr-xr-x root/root etc/xdg/xfce4/ drwxr-xr-x root/root etc/xdg/xfce4/xfconf/ drwxr-xr-x root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/ diff --git a/xfce/xfce4-session/.footprint.x86_64 b/xfce/xfce4-session/.footprint.x86_64 index 994c472b7..cbdc6db6c 100644 --- a/xfce/xfce4-session/.footprint.x86_64 +++ b/xfce/xfce4-session/.footprint.x86_64 @@ -1,7 +1,6 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/xdg/ drwxr-xr-x root/root etc/xdg/autostart/ --rw-r--r-- root/root etc/xdg/autostart/xfce4-tips-autostart.desktop drwxr-xr-x root/root etc/xdg/xfce4/ drwxr-xr-x root/root etc/xdg/xfce4/xfconf/ drwxr-xr-x root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/ diff --git a/xfce/xfce4-session/Pkgfile b/xfce/xfce4-session/Pkgfile index be842becd..fbe187076 100755 --- a/xfce/xfce4-session/Pkgfile +++ b/xfce/xfce4-session/Pkgfile @@ -7,7 +7,7 @@ name=xfce4-session version=4.8.1 -release=2 +release=3 source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2) build() { @@ -23,4 +23,5 @@ cd $name-$version make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc + rm $PKG/etc/xdg/autostart/xfce4-tips-autostart.desktop } -- cgit v1.2.3-70-g09d2 From 36a24dde9a6c08a6ba056ce9cae7df66d00fd1ea Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 15 May 2011 13:57:22 +0200 Subject: xfce, ajustement auto inittab et dmrc --- xfce/xfce/post-install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'xfce') diff --git a/xfce/xfce/post-install b/xfce/xfce/post-install index ee18fd997..c50db93a8 100755 --- a/xfce/xfce/post-install +++ b/xfce/xfce/post-install @@ -1,4 +1,7 @@ #!/bin/bash update-desktop-database -sed -i "s/^id:[3-5]/id:3/" /etc/inittab +sed -i "s/^id:[3-5]/id:4/" /etc/inittab + +# Activer kde par défaut +sed -i "s/^\(Session=\).*$/\1xfce4/g" /etc/skel/.dmrc -- cgit v1.2.3-70-g09d2