summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/xfce4-base')
-rw-r--r--xfce-base/xfce4-base/files/XFCE4.desktop9
-rw-r--r--xfce-base/xfce4-base/xfce4-base-4.0.4.ebuild6
2 files changed, 14 insertions, 1 deletions
diff --git a/xfce-base/xfce4-base/files/XFCE4.desktop b/xfce-base/xfce4-base/files/XFCE4.desktop
new file mode 100644
index 000000000000..25621d29d488
--- /dev/null
+++ b/xfce-base/xfce4-base/files/XFCE4.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=XFCE4
+Comment=This session logs you into XFCE4
+Exec=startxfce4
+TryExec=startxfce4
+# no icon yet, only the top three are currently used
+Icon=
+Type=Application
diff --git a/xfce-base/xfce4-base/xfce4-base-4.0.4.ebuild b/xfce-base/xfce4-base/xfce4-base-4.0.4.ebuild
index 0e6992ff04b9..9342a11eda86 100644
--- a/xfce-base/xfce4-base/xfce4-base-4.0.4.ebuild
+++ b/xfce-base/xfce4-base/xfce4-base-4.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/xfce4-base-4.0.4.ebuild,v 1.1 2004/03/10 07:18:48 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/xfce4-base-4.0.4.ebuild,v 1.2 2004/03/14 03:48:50 bcowan Exp $
IUSE=""
S=${WORKDIR}/${P}
@@ -30,6 +30,10 @@ src_install() {
echo startxfce4 > ${D}/etc/X11/Sessions/XFCE-4
fperms 755 /etc/X11/Sessions/XFCE-4
+ dodir /usr/share/xsessions
+ exeinto /usr/share/xsessions
+ doexe ${FILESDIR}/XFCE4.desktop
+
einfo "This is just a wrapper script to install all the base components of Xfce4"
einfo "Use startxfce4 to initialize. You also might want to emerge the extras"
einfo "like xffm-icons, xfwm4-themes,xfce4-mixer, and xfce4-toys or"