diff options
author | mathias <mathias> | 2005-01-20 12:39:16 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-01-20 12:39:16 (GMT) |
commit | 1d53899bfbb9a056e28040bb42abc850276e04e0 (patch) | |
tree | e525afbfcf4d67364e0b7a78e310f224c4307398 /util | |
parent | 6fbe0e44d63d2ce556e9b929dad81878ae4d5155 (diff) | |
download | fluxbox-1d53899bfbb9a056e28040bb42abc850276e04e0.zip fluxbox-1d53899bfbb9a056e28040bb42abc850276e04e0.tar.bz2 |
closes #1105048, minor issues
Diffstat (limited to 'util')
-rwxr-xr-x | util/fluxbox-generate_menu.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/util/fluxbox-generate_menu.in b/util/fluxbox-generate_menu.in index 7322061..2805981 100755 --- a/util/fluxbox-generate_menu.in +++ b/util/fluxbox-generate_menu.in | |||
@@ -801,7 +801,7 @@ if [ ! "${INSTALL}" = Yes ]; then | |||
801 | # Your favourite terminal. Put the command in quotes if you want to use | 801 | # Your favourite terminal. Put the command in quotes if you want to use |
802 | # options. Put a backslash in before odd chars | 802 | # options. Put a backslash in before odd chars |
803 | # MY_TERM='Eterm --tint \#123456' | 803 | # MY_TERM='Eterm --tint \#123456' |
804 | # MY_TERM='aterm -tint $(random_color)' | 804 | # MY_TERM='aterm -tint \$(random_color)' |
805 | 805 | ||
806 | # Your favourite browser. You can also specify options. | 806 | # Your favourite browser. You can also specify options. |
807 | # MY_BROWSER=mozilla | 807 | # MY_BROWSER=mozilla |
@@ -831,13 +831,13 @@ if [ ! "${INSTALL}" = Yes ]; then | |||
831 | # fluxbox-generate already looks in /usr/X11R6, /usr, /usr/local and /opt so | 831 | # fluxbox-generate already looks in /usr/X11R6, /usr, /usr/local and /opt so |
832 | # there should be no need to specify them. | 832 | # there should be no need to specify them. |
833 | # | 833 | # |
834 | # PREFIX=/usr | 834 | # PREFIX=@PREFIX@ |
835 | # GNOME_PREFIX=/opt/gnome | 835 | # GNOME_PREFIX=/opt/gnome |
836 | # KDE_PREFIX=/opt/kde | 836 | # KDE_PREFIX=/opt/kde |
837 | 837 | ||
838 | 838 | ||
839 | # Sepparate the list of background-dirs with semicolumns ':' | 839 | # Sepparate the list of background-dirs with semicolumns ':' |
840 | # BACKGROUND_DIRS="${HOME}/.fluxbox/backgrounds/:/usr/local/share/fluxbox/backgrounds/:/usr/share/wallpapers" | 840 | # BACKGROUND_DIRS="${HOME}/.fluxbox/backgrounds/:@PREFIX@/share/fluxbox/backgrounds/:/usr/share/wallpapers" |
841 | 841 | ||
842 | 842 | ||
843 | # --- Boolean variables. | 843 | # --- Boolean variables. |
@@ -1241,7 +1241,6 @@ append_submenu "${FBSETTINGSMENU}" | |||
1241 | 1241 | ||
1242 | append_menu "[submenu] (${SYSTEMSTYLES}) {${STYLEMENUTITLE}}" | 1242 | append_menu "[submenu] (${SYSTEMSTYLES}) {${STYLEMENUTITLE}}" |
1243 | append "[stylesdir] (${PREFIX}/share/fluxbox/styles)" | 1243 | append "[stylesdir] (${PREFIX}/share/fluxbox/styles)" |
1244 | append "[stylesdir] (/usr/share/commonbox/styles/)" | ||
1245 | append_menu_end | 1244 | append_menu_end |
1246 | 1245 | ||
1247 | append_menu "[submenu] (${USERSTYLES}) {${STYLEMENUTITLE}}" | 1246 | append_menu "[submenu] (${USERSTYLES}) {${STYLEMENUTITLE}}" |
@@ -1286,7 +1285,7 @@ append_submenu "${FBSETTINGSMENU}" | |||
1286 | fi | 1285 | fi |
1287 | fi | 1286 | fi |
1288 | 1287 | ||
1289 | append "[workspaces] (${WORKSPACEMENU})" | 1288 | append "[workspaces] (${WORKSPACEMENU})" |
1290 | 1289 | ||
1291 | append_submenu ${TOOLS} | 1290 | append_submenu ${TOOLS} |
1292 | normal_find fluxconf fluxkeys fluxmenu | 1291 | normal_find fluxconf fluxkeys fluxmenu |