Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4165 - x11-misc/aefsdfm
Summary: x11-misc/aefsdfm
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gabriele Giorgetti
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-25 17:40 UTC by Juan José Gutiérrez de Quevedo
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
x11-misc/aefsdfm (aefsdfm.tar.gz,647 bytes, application/octet-stream)
2002-06-25 17:41 UTC, Juan José Gutiérrez de Quevedo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Juan José Gutiérrez de Quevedo 2002-06-25 17:40:08 UTC
it's a session script for gdm at least( i don't know about kdm
Comment 1 Juan José Gutiérrez de Quevedo 2002-06-25 17:40:08 UTC
it's a session script for gdm at least( i don't know about kdm¿any help if it's
right?) to start dfm fspanel and aewm++ to create a really light & cool
desktop:-D it also starts appbar wich is somethind like a launch panel that
comes with aewm++. to quit kill xsession or push the last button in the
appbar(Stop icon)
Comment 2 Juan José Gutiérrez de Quevedo 2002-06-25 17:41:06 UTC
Created attachment 1799 [details]
x11-misc/aefsdfm

just like before uncompress into /usr/portage/x11-misc to create
x11-misc/aefsdfm
Comment 3 Gabriele Giorgetti 2002-07-29 14:28:55 UTC
This is the ebuild you've submitted:

S=${WORKDIR}/fspanel-0.8beta1
DESCRIPTION="aewm++fspanel+dfm"

DEPEND="virtual/x11
                x11-misc/fspanel
		x11-misc/dfm
		x11-wm/aewm++"


src_install () {
	exeinto /etc/X11/Sessions
	doexe ${FILESDIR}/Aefsdfm
}


Where is the SRC_URI so the package can be actually downloaded ? Also where is
HOMEPAGE ? And $S is totally wrong.