* minor addons to fbgm, close Gentoo #74523 and #110677 (Mathias)

This commit is contained in:
mathias 2006-01-07 19:57:42 +00:00
parent 3d012e07a1
commit b7ddb0ca13
2 changed files with 38 additions and 19 deletions

View file

@ -1,5 +1,7 @@
(Format: Year/Month/Day) (Format: Year/Month/Day)
Changes for 0.9.15: Changes for 0.9.15:
*06/01/07:
* minor addons to fbgm, close Gentoo #74523 and #110677 (Mathias)
*06/01/03: *06/01/03:
* Improved style loading * Improved style loading
(Henrik) (Henrik)
@ -19,7 +21,7 @@ Changes for 0.9.15:
background.pixmap: <image filename> background.pixmap: <image filename>
background.color: <color> background.color: <color>
background.colorTo: <color> background.colorTo: <color>
The background.pixmap filename will be sent to "fbsetbg" The background.pixmap filename will be sent to "fbsetbg"
which in turn sets the background. which in turn sets the background.
The following options will be available for the background.pixmap: The following options will be available for the background.pixmap:
- tiled - tiled
@ -30,10 +32,10 @@ Changes for 0.9.15:
and it can also generate a normal texture: and it can also generate a normal texture:
background: gradient background: gradient
background.color: blue background.color: blue
background.colorTo: green background.colorTo: green
The rootCommand in the style is now obsolete and The rootCommand in the style is now obsolete and
if the "background" item is not found in the style then the default if the "background" item is not found in the style then the default
background will be black and with a warning text. background will be black and with a warning text.
(Henrik) (Henrik)
RootTheme.hh/cc, Screen.cc RootTheme.hh/cc, Screen.cc
*05/11/16: *05/11/16:

View file

@ -1534,7 +1534,7 @@ append_menu_end
append_submenu "${EDITORMENU}" append_submenu "${EDITORMENU}"
normal_find gvim bluefish nedit gedit xedit kword kwrite kate anjuta \ normal_find gvim bluefish nedit gedit xedit kword kwrite kate anjuta \
wings xemacs emacs kvim cream evim scite wings xemacs emacs kvim cream evim scite Ted
cli_find nano vim vi zile jed joe cli_find nano vim vi zile jed joe
find_it emacs append "[exec] (emacs-nw) {${DEFAULT_TERM} -e emacs -nw}" find_it emacs append "[exec] (emacs-nw) {${DEFAULT_TERM} -e emacs -nw}"
find_it xemacs append "[exec] (xemacs-nw) {${DEFAULT_TERM} -e xemacs -nw}" find_it xemacs append "[exec] (xemacs-nw) {${DEFAULT_TERM} -e xemacs -nw}"
@ -1542,7 +1542,7 @@ append_menu_end
append_submenu "${EDUCATIONMENU}" append_submenu "${EDUCATIONMENU}"
normal_find celestia scilab geomview scigraphica oregano xcircuit electric \ normal_find celestia scilab geomview scigraphica oregano xcircuit electric \
pymol chemtool xdrawchem pymol elem chemtool xdrawchem
find_it R append "[exec] (R) {${DEFAULT_TERM} -e R --gui=gnome}" find_it R append "[exec] (R) {${DEFAULT_TERM} -e R --gui=gnome}"
cli_find maxima grace yacas octave gnuplot grass coq acl cli_find maxima grace yacas octave gnuplot grass coq acl
append_menu_end append_menu_end
@ -1579,7 +1579,7 @@ append_submenu "${MULTIMEDIAMENU}"
append_menu_end append_menu_end
append_submenu "${XUTILSMENU}" append_submenu "${XUTILSMENU}"
normal_find xfontsel xman xload xfigxbiff editres viewres xclock \ normal_find xfontsel xman xload xbiff editres viewres xclock \
xmag wmagnify gkrellm gkrellm2 vmware portagemaster celestia xmag wmagnify gkrellm gkrellm2 vmware portagemaster celestia
find_it xrdb append "[exec] (Reload .Xdefaults) {xrdb -load $HOME/.Xdefaults}" find_it xrdb append "[exec] (Reload .Xdefaults) {xrdb -load $HOME/.Xdefaults}"
append_menu_end append_menu_end
@ -1587,37 +1587,53 @@ append_menu_end
append_submenu "${OFFICEMENU}" append_submenu "${OFFICEMENU}"
normal_find xclock xcalc kcalc gv normal_find xclock xcalc kcalc grisbi qbankmanager
find_it gcalc append "[exec] (gcalc) {gcalc}" || \ find_it gcalc append "[exec] (gcalc) {gcalc}" || \
find_it gnome-calculator append "[exec] (gcalc) {gnome-calculator}" find_it gnome-calculator append "[exec] (gcalc) {gnome-calculator}"
find_it ical append "[exec] (Calendar) {ical}"
for ext in s o xo; do for ext in s o xo; do
find_it ${ext}office append "[exec] (Open Office) {${ext}office}" find_it ${ext}office2 && (
find_it ${ext}ocalc append "[exec] (OO Calc) {${ext}ocalc}" find_it ${ext}office2 append "[exec] (Open Office 2) {${ext}office2}"
find_it ${ext}owriter append "[exec] (OO Writer) {${ext}owriter}" find_it ${ext}obase2 append "[exec] (OO Base 2) {${ext}obase2}"
find_it ${ext}oimpress append "[exec] (OO Impress) {${ext}oimpress}" find_it ${ext}ocalc2 append "[exec] (OO Calc 2) {${ext}ocalc2}"
find_it ${ext}odraw append "[exec] (OO Draw) {${ext}odraw}" find_it ${ext}owriter2 append "[exec] (OO Writer 2) {${ext}owriter2}"
find_it ${ext}omath append "[exec] (OO Math) {${ext}omath}" find_it ${ext}oweb2 append "[exec] (OO Web 2) {${ext}oweb2}"
find_it ${ext}opadmin append "[exec] (OO Printer Admin) {${ext}opadmin}" find_it ${ext}ohtml2 append "[exec] (OO HTML 2) {${ext}ohtml2}"
find_it mrproject append "[exec] (Mr.Project) {mrproject}" find_it ${ext}oimpress2 append "[exec] (OO Impress 2) {${ext}oimpress2}"
find_it ${ext}odraw2 append "[exec] (OO Draw 2) {${ext}odraw2}"
find_it ${ext}omath2 append "[exec] (OO Math 2) {${ext}omath2}"
find_it ${ext}ofromtemplate2 append "[exec] (OO Templates 2) {${ext}ofromtemplate2}"
)
find_it ${ext}office && (
find_it ${ext}office append "[exec] (Open Office) {${ext}office}"
find_it ${ext}ocalc append "[exec] (OO Calc) {${ext}ocalc}"
find_it ${ext}owriter append "[exec] (OO Writer) {${ext}owriter}"
find_it ${ext}oimpress append "[exec] (OO Impress) {${ext}oimpress}"
find_it ${ext}odraw append "[exec] (OO Draw) {${ext}odraw}"
find_it ${ext}omath append "[exec] (OO Math) {${ext}omath}"
find_it ${ext}opadmin append "[exec] (OO Printer Admin) {${ext}opadmin}"
find_it mrproject append "[exec] (Mr.Project) {mrproject}"
)
done done
normal_find abiword kword wordperfect katoob acroread xpdf lyx normal_find abiword kword wordperfect katoob lyx acroread xpdf gv ghostview
normal_find dia xfig normal_find dia xfig
normal_find gnumeric
append_menu_end append_menu_end
append_submenu "${GAMESMENU}" append_submenu "${GAMESMENU}"
normal_find bzflag gnibbles gnobots2 tuxpuck gataxx glines \ normal_find bzflag gnibbles gnobots2 tuxpuck gataxx glines \
gnect mahjongg gnomine gnome-stones gnometris gnotravex \ gnect mahjongg gnomine gnome-stones gnometris gnotravex \
gnotski iagno knights eboard xboard scid freecell pysol \ gnotski iagno knights eboard xboard scid freecell pysol \
gtali tuxracer xpenguins xsnow xeyes xpenguins smclone \ gtali tuxracer xpenguins xsnow xeyes smclone \
openmortal quake2 quake3 skoosh same-gnome enigma xbill \ openmortal quake2 quake3 skoosh same-gnome enigma xbill \
icebreaker scorched3d sol dosbox black-box enigma freeciv \ icebreaker scorched3d sol dosbox black-box enigma freeciv \
freeciv-server frozen-bubble liquidwar qt-nethack \ freeciv-server frozen-bubble liquidwar qt-nethack \
nethack-gnome pathological scummvm xqf \ nethack-gnome pathological scummvm xqf \
wesnoth canfeild ace_canfeild golf merlin chickens \ wesnoth canfeild ace_canfeild golf merlin chickens \
supertux tuxdash neverball cube_client blackjack \ supertux tuxdash neverball cube_client blackjack \
doom doom3 blackshades gltron kpoker doom doom3 quake4 blackshades gltron kpoker concentration torrent scramble
cli_find gnugo cli_find gnugo
find_it et append "[exec] (Enemy Territory) {et}" find_it et append "[exec] (Enemy Territory) {et}"
@ -1704,6 +1720,7 @@ append_submenu "${FBSETTINGSMENU}"
append_submenu ${TOOLS} append_submenu ${TOOLS}
normal_find fluxconf fluxkeys fluxmenu normal_find fluxconf fluxkeys fluxmenu
find_it fbpanel append "[exec] (Fluxbox panel) {fbpanel}"
# if gxmessage exitst use it; else use xmessage # if gxmessage exitst use it; else use xmessage
find_it gxmessage append \ find_it gxmessage append \
"[exec] (${WINDOWNAME}) {xprop WM_CLASS|cut -d \\\" -f 2|gxmessage -file - -center}" || \ "[exec] (${WINDOWNAME}) {xprop WM_CLASS|cut -d \\\" -f 2|gxmessage -file - -center}" || \