diff options
-rw-r--r-- | mandrake_desk.spec | 9 | ||||
-rw-r--r-- | window-managers | 11 |
2 files changed, 10 insertions, 10 deletions
diff --git a/mandrake_desk.spec b/mandrake_desk.spec index 48e430b..6d9fdca 100644 --- a/mandrake_desk.spec +++ b/mandrake_desk.spec @@ -1,7 +1,7 @@ # DO NOT MODIFY THE VERSION HERE, modify in the CVS %define version 1.0.1 # -%define release 10mdk +%define release 11mdk %define name mandrake_desk Summary: The Desktop configuration files for Linux Mandrake. @@ -58,9 +58,12 @@ rm -rf $RPM_BUILD_ROOT /usr/man/*/* %changelog +* Tue Jan 04 2000 - David BAUDENS <baudens@mandrakesoft.com> +- Use BBDrake & WMDrake for BlackBox & Window Maker -* Mon Jan 03 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> -- window-managers: fix wrong Enlightenment entry. +* Fri Dec 31 1999 Pixel <pixel@mandrakesoft.com> +- Makefile (dis): added a missing \ +- kdelnk: Name field changes (dadou) * Tue Dec 28 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com> - Add a manpages for chksession from camille. diff --git a/window-managers b/window-managers index 02b173b..4906d59 100644 --- a/window-managers +++ b/window-managers @@ -1,5 +1,5 @@ --@@-- -NAME=Kde +NAME=KDE ICON=kde.xpm DESC=The fabulous desktop EXEC=/usr/bin/startkde @@ -15,13 +15,10 @@ exec gnome-session --@@-- NAME=WindowMaker ICON=WindowMaker.xpm -EXEC=/usr/X11R6/bin/wmaker +EXEC=/usr/X11R6/bin/wmdrake DESC=Another NeXt like Window-Manager SCRIPT: -[ -f $HOME/GNUstep/Defaults/WindowMaker ] || { - /usr/X11R6/bin/wmaker.inst -batch -} -exec /usr/X11R6/bin/wmaker +exec /usr/X11R6/bin/wmdrake --@@-- NAME=Enlightenment DESC=The enlightenment window manager @@ -37,7 +34,7 @@ ICON=BlackBox.xpm EXEC=/usr/X11R6/bin/blackbox DESC=A Light but nice looking window manager SCRIPT: -exec /usr/X11R6/bin/blackbox +exec /usr/X11R6/bin/bbdrake --@@-- NAME=AfterStep ICON=AfterStep.xpm |