diff options
Diffstat (limited to 'xfce')
-rwxr-xr-x | xfce/xfce/Pkgfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xfce/xfce/Pkgfile b/xfce/xfce/Pkgfile index 3fa7c39aa..843f38c76 100755 --- a/xfce/xfce/Pkgfile +++ b/xfce/xfce/Pkgfile @@ -6,14 +6,16 @@ name=xfce version=4.6.2 -release=1 +release=2 source=(XFCE.xinitrc) build() { install -D -m644 XFCE.xinitrc $PKG/etc/X11/dm/XFCE.xinitrc mkdir -p $PKG/etc/qingy/sessions -echo "userclientrc=/etc/X11/dm/XFCE.xinitrc /usr/bin/startx.qingy" >\ - $PKG/etc/qingy/sessions/XFCE +cat > $PKG/etc/qingy/sessions/XFCE << "EOF" +source /etc/profile +userclientrc=/etc/X11/dm/XFCE.xinitrc /usr/bin/startx.qingy +EOF chmod 755 $PKG/etc/qingy/sessions/XFCE } |