this should be a whitespace separated list
This commit is contained in:
parent
f1fe336cea
commit
805fae9340
2 changed files with 18 additions and 16 deletions
|
@ -1,5 +1,7 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 1.0.0:
|
||||
* Fixed bug with fluxbox-generate_menu -is (thanks Jim Ramsay)
|
||||
util/fluxbox-generate_menu.in
|
||||
*07/05/12:
|
||||
* Changed interpretation of Horizontal/Vertical maximization of a window that
|
||||
is already maximized (Mark)
|
||||
|
|
|
@ -1326,22 +1326,22 @@ while [ $# -gt 0 ]; do
|
|||
-g) GNOMEMENU=yes; shift;;
|
||||
-in) NO_ICON=yes; shift;;
|
||||
-is) OTHER_ICONPATHS="
|
||||
/usr/share/icons,
|
||||
/usr/share/icons/mini,
|
||||
/usr/share/pixmaps,
|
||||
/usr/local/share/icons,
|
||||
/usr/local/share/icons/mini,
|
||||
/usr/local/share/pixmaps,
|
||||
/usr/share/xclass/icons,
|
||||
/usr/share/xclass/pixmaps,
|
||||
/usr/local/share/xclass/icons,
|
||||
/usr/local/share/xclass/pixmaps,
|
||||
/usr/X11R6/share/icons/default/16x16,
|
||||
/usr/X11R6/share/icons/kde/16x16,
|
||||
/usr/X11R6/share/icons/hicolor/16x16,
|
||||
/usr/local/X11R6/share/icons/default/16x16,
|
||||
/usr/local/X11R6/share/icons/kde/16x16,
|
||||
/usr/local/X11R6/share/icons/hicolor/16x16,
|
||||
/usr/share/icons
|
||||
/usr/share/icons/mini
|
||||
/usr/share/pixmaps
|
||||
/usr/local/share/icons
|
||||
/usr/local/share/icons/mini
|
||||
/usr/local/share/pixmaps
|
||||
/usr/share/xclass/icons
|
||||
/usr/share/xclass/pixmaps
|
||||
/usr/local/share/xclass/icons
|
||||
/usr/local/share/xclass/pixmaps
|
||||
/usr/X11R6/share/icons/default/16x16
|
||||
/usr/X11R6/share/icons/kde/16x16
|
||||
/usr/X11R6/share/icons/hicolor/16x16
|
||||
/usr/local/X11R6/share/icons/default/16x16
|
||||
/usr/local/X11R6/share/icons/kde/16x16
|
||||
/usr/local/X11R6/share/icons/hicolor/16x16
|
||||
"
|
||||
shift;;
|
||||
-ds) OTHER_DESKTOP_PATHS="
|
||||
|
|
Loading…
Reference in a new issue