util updates from han

This commit is contained in:
rathnor 2003-11-23 01:19:01 +00:00
parent d757c08e00
commit 5722b04b97
4 changed files with 11 additions and 8 deletions

View file

@ -1,5 +1,8 @@
(Format: Year/Month/Day) (Format: Year/Month/Day)
Changes for 0.9.7: Changes for 0.9.7:
*03/11/23:
* Some util/ updates from Han
.cvsignore fbsetbg fluxbox_generate_menu.in
*03/11/19: *03/11/19:
* Fix menu draw bug for empty submenus (Simon) * Fix menu draw bug for empty submenus (Simon)
Menu.cc Menu.cc

View file

@ -4,3 +4,4 @@ Makefile
Makefile.in Makefile.in
bsetroot bsetroot
startfluxbox startfluxbox
fluxbox-generate_menu

View file

@ -23,7 +23,7 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# #
# $Id: fbsetbg,v 1.22 2003/10/16 15:54:20 rathnor Exp $ # $Id: fbsetbg,v 1.23 2003/11/23 01:19:01 rathnor Exp $
# Portability notes: # Portability notes:
# To guarantee this script works on all platforms that support fluxbox # To guarantee this script works on all platforms that support fluxbox
@ -279,7 +279,7 @@ done
standardrant=\ standardrant=\
"$WPSETTER sets the 'wrong' wallpaper. Transparency for fluxbox and "$WPSETTER sets the 'wrong' wallpaper. Transparency for fluxbox and
apps like aterm and xchat won't work right with it. Consider installing apps like aterm and xchat won't work right with it. Consider installing
chbg, wmsetbg (from windowmaker) or Esetroot (from Eterm) and I'll use feh, wmsetbg (from windowmaker) or Esetroot (from Eterm) and I'll use
them instead." them instead."
standardok=\ standardok=\

View file

@ -22,7 +22,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE. # DEALINGS IN THE SOFTWARE.
# #
# $Id: fluxbox-generate_menu.in,v 1.1 2003/11/15 19:29:18 fluxgen Exp $ # $Id: fluxbox-generate_menu.in,v 1.2 2003/11/23 01:19:01 rathnor Exp $
# #
# Portability notes: # Portability notes:
@ -84,7 +84,7 @@ Options:
Files: Files:
~/.fluxbux/usermenu your own submenu which will be included in the menu ~/.fluxbox/usermenu your own submenu which will be included in the menu
~/.fluxbox/menuconfig rc file for fluxbox-generate_menu ~/.fluxbox/menuconfig rc file for fluxbox-generate_menu
EOF EOF
@ -877,7 +877,7 @@ append_submenu "${NETMENU}"
append_menu_end append_menu_end
append_submenu ftp append_submenu ftp
normal_find gftp IglooFTP-PRO normal_find gftp IglooFTP-PRO
find_it pftp append "[exec] (pftp) {${DEFAULT_TERM} -e pftp}" find_it pftp append "[exec] (pftp) {${DEFAULT_TERM} -e pftp}"
find_it ftp append "[exec] (ftp) {${DEFAULT_TERM} -e ftp}" find_it ftp append "[exec] (ftp) {${DEFAULT_TERM} -e ftp}"
find_it lftp append "[exec] (lftp) {${DEFAULT_TERM} -e lftp}" find_it lftp append "[exec] (lftp) {${DEFAULT_TERM} -e lftp}"
@ -907,7 +907,7 @@ append_menu_end
append_submenu "${MULTIMEDIAMENU}" append_submenu "${MULTIMEDIAMENU}"
append_submenu "${GRAPHICMENU}" append_submenu "${GRAPHICMENU}"
normal_find gimp xv gqview showimg xpaint kpaint kiconedit \ normal_find gimp xv gqview showimg xpaint kpaint kiconedit \
ee xscreensaver-demo xlock ee xzgv xscreensaver-demo xlock
find_it xnview append "[exec] (xnview browser) {xnview -browser}" find_it xnview append "[exec] (xnview browser) {xnview -browser}"
find_it blender append "[exec] (blender) {blender -w}" find_it blender append "[exec] (blender) {blender -w}"
find_it gears append "[exec] (Mesa gears) {gears}" find_it gears append "[exec] (Mesa gears) {gears}"
@ -950,7 +950,6 @@ append_submenu "${OFFICEMENU}"
find_it oopadmin append "[exec] (OO Printer Administration) {oopadmin}" find_it oopadmin append "[exec] (OO Printer Administration) {oopadmin}"
find_it mrproject append "[exec] (Mr.Project) {mrproject}" find_it mrproject append "[exec] (Mr.Project) {mrproject}"
find_it soffice append "[exec] (Star Office) {soffice}" find_it soffice append "[exec] (Star Office) {soffice}"
normal_find abiword kword wordperfect katoob acroread xpdf normal_find abiword kword wordperfect katoob acroread xpdf
append_menu_end append_menu_end
@ -960,7 +959,7 @@ append_submenu "${GAMESMENU}"
gnotski iagno knights eboard xboard freecell pysol \ gnotski iagno knights eboard xboard freecell pysol \
gtali tuxracer xpenguins xsnow xeyes xpenguins smclone openmortal \ gtali tuxracer xpenguins xsnow xeyes xpenguins smclone openmortal \
quake2 quake3 skoosh same-gnome enigma xbill icebreaker quake2 quake3 skoosh same-gnome enigma xbill icebreaker
find_it et append "[exec] (Enemy Territory) {et}" find_it et append "[exec] (Enemy Territory) {et}"
append_menu_end append_menu_end
# We'll only use this once # We'll only use this once