diff options
Diffstat (limited to 'util/fluxbox-generate_menu.in')
-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 5e7a16b..21c37bc 100755 --- a/util/fluxbox-generate_menu.in +++ b/util/fluxbox-generate_menu.in | |||
@@ -1395,7 +1395,7 @@ done | |||
1395 | if [ -z "${INSTALL}" ] && [ -z "${NO_ICON}" ]; then | 1395 | if [ -z "${INSTALL}" ] && [ -z "${NO_ICON}" ]; then |
1396 | # [ -z "$dnlamVERBOSE" ] && dnlamVERBOSE=": echo" # for debugging | 1396 | # [ -z "$dnlamVERBOSE" ] && dnlamVERBOSE=": echo" # for debugging |
1397 | FB_ICONDIR="$HOME/.fluxbox/icons" | 1397 | FB_ICONDIR="$HOME/.fluxbox/icons" |
1398 | [ -d "$FB_ICONDIR" ] || mkdir "$FB_ICONDIR" | 1398 | [ -r "$FB_ICONDIR" ] || mkdir "$FB_ICONDIR" |
1399 | ICONMAPPING="$HOME/.fluxbox/iconmapping" | 1399 | ICONMAPPING="$HOME/.fluxbox/iconmapping" |
1400 | 1400 | ||
1401 | if [ "$GNOMEMENU" ] ; then | 1401 | if [ "$GNOMEMENU" ] ; then |
@@ -1541,8 +1541,7 @@ append_submenu "${NETMENU}" | |||
1541 | append_menu_end | 1541 | append_menu_end |
1542 | 1542 | ||
1543 | append_submenu IM | 1543 | append_submenu IM |
1544 | normal_find gaim kopete gnomemeeting sim kadu psi amsn aim ayttm everyb | 1544 | normal_find gaim kopete gnomemeeting sim kadu psi amsn aim ayttm everybuddy gabber ymessenger |
1545 | uddy gabber ymessenger | ||
1546 | find_it licq append "[exec] (licq) {env QT_XFT=true licq}" | 1545 | find_it licq append "[exec] (licq) {env QT_XFT=true licq}" |
1547 | cli_find centericq micq | 1546 | cli_find centericq micq |
1548 | append_menu_end | 1547 | append_menu_end |
@@ -1696,13 +1695,13 @@ append_submenu "${SYSTEMTOOLSMENU}" | |||
1696 | append_submenu "${BURNINGMENU}" | 1695 | append_submenu "${BURNINGMENU}" |
1697 | normal_find k3b cdbakeoven graveman xcdroast arson eroaster gcombust \ | 1696 | normal_find k3b cdbakeoven graveman xcdroast arson eroaster gcombust \ |
1698 | gtoaster kiso kover gtkcdlabel kcdlabel cdw cdlabelgen | 1697 | gtoaster kiso kover gtkcdlabel kcdlabel cdw cdlabelgen |
1699 | clifind mp3burn cdrx burncenter | 1698 | cli_find mp3burn cdrx burncenter |
1700 | append_menu_end | 1699 | append_menu_end |
1701 | 1700 | ||
1702 | normal_find firestarter gtk-lshw gproftd gpureftpd guitoo porthole gtk-iptables \ | 1701 | normal_find firestarter gtk-lshw gproftd gpureftpd guitoo porthole gtk-iptables \ |
1703 | gtk-cpuspeedy | 1702 | gtk-cpuspeedy |
1704 | find_it fireglcontrol append "[exec] (ATI Config) {fireglcontrol}" | 1703 | find_it fireglcontrol append "[exec] (ATI Config) {fireglcontrol}" |
1705 | clifind top | 1704 | cli_find top |
1706 | append_menu_end | 1705 | append_menu_end |
1707 | 1706 | ||
1708 | 1707 | ||