was wondering when Salix OS would put out either a "SlackBang" openbox edition or a fluxbox edition; and now you have.
About Antix, and any other Debian/Ubuntu based distro; they use a app called "menu"
http://packages.debian.org/sid/menu
it works in conjunction with the "Debian Menu System"
http://www.debian.org/doc/packaging-manuals/menu.html/
and so their fluxbox menu looks and is alot different than regular fluxbox menu such as in slackware
Now, I make 4 variations of the Fluxbox desktop called nFluxOS
http://multidistro.com/
there's ARCH, Debian, Slackware, and Ubuntu
the arch/slack versions use the default fluxbox menu
the debian/ubuntu use the default debian menu system.
I made some "helper" apps for the arch/slackware editions so the user would not have to manually open and term and type in "fluxbox-generate_menu"
/usr/share/flux-update.desktop
[Desktop Entry]
Name=Flux-Update-Menu
Exec=xterm -e /usr/bin/flux-update
Icon=/usr/share/icons/kxconfig.png
Type=Application
Categories=System;GTK;Utility;
and /usr/bin/flux-update
#!/bin/sh
echo "Updating Menu Please Wait..."
/usr/bin/fluxbox-generate_menu
exit 1
fi
I noticed that the fluxbox menu updater in the fluxbox menu never gets it right as others here have stated.
anyway, please check out the MiniSC/MiniSCR/ or the full slackware nFluxOS editions and I have
added a usuable exit/logout/reboot/shutdown/suspend, etc entries and also a menu entry for the user to edit the fluxbox-generate_menu menu entries
Code: Select all
find_it /usr/bin/leafpad append "[exec] (Fluxbox-Generate_Menu-Configurator) {/usr/bin/leafpad /usr/bin/fluxbox-generate_menu}"
http://devaux.fabien.free.fr/flux/
i also have it in my own distros
http://multidistro.com/downloads/Apps/slackpkgs.html
also there you will see an early edition of the nfluxbox desktop package
Basically, I'm not saying copy what I have done with mine; but just wanted to give you some ideas and such.
I'm sure you guys will create a signature salix version yourself.
you can see here some older screenshots
http://multidistro.com/slides/slideshow.html
I originally got the inspiration for my own design by checking out Hag linux
http://hag-linux.eu.org/screenshots/2
also there you will find an app called ubilone which auto-creates a "most popular" entry that shows the apps you most frequently use
http://hag-linux.eu.org/wiki/HagPackages/ulubione
Hope that info all helps and look forward to the final release so I can review it:)