diff options
author | mathias <mathias> | 2005-06-30 09:55:50 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-06-30 09:55:50 (GMT) |
commit | 9049dd33d31ccc03dd3f130681eb481d2b3ff0e6 (patch) | |
tree | 91eb96cb5162a92ebb83c29392ebfb34769d454f | |
parent | 66a241cc43b53c8a3e7d70b0c929c0d672bd65c7 (diff) | |
download | fluxbox_pavel-9049dd33d31ccc03dd3f130681eb481d2b3ff0e6.zip fluxbox_pavel-9049dd33d31ccc03dd3f130681eb481d2b3ff0e6.tar.bz2 |
Fix #1223780, fbgm updated
- added gnome-alsamixer
- use "kfmclient openProfile filemanagement" for konqueror as filebrowser
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | util/fluxbox-generate_menu.in | 5 |
2 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.14: | 2 | Changes for 0.9.14: |
3 | *05/06/30: | 3 | *05/06/30: |
4 | * Fix #1223780, fbgm updated (Mathias) | ||
5 | - added gnome-alsamixer | ||
6 | - use "kfmclient openProfile filemanagement" for konqueror as filebrowser | ||
7 | fluxbox-generate_menu.in | ||
4 | * Fix for clock displaying %S too late sometimes (Mathias) | 8 | * Fix for clock displaying %S too late sometimes (Mathias) |
5 | ClockTool.cc | 9 | ClockTool.cc |
6 | *05/06/28: | 10 | *05/06/28: |
diff --git a/util/fluxbox-generate_menu.in b/util/fluxbox-generate_menu.in index 141cafb..bbcf4c3 100755 --- a/util/fluxbox-generate_menu.in +++ b/util/fluxbox-generate_menu.in | |||
@@ -1538,7 +1538,8 @@ append_submenu "${EDITORMENU}" | |||
1538 | append_menu_end | 1538 | append_menu_end |
1539 | 1539 | ||
1540 | append_submenu "${FILEUTILSMENU}" | 1540 | append_submenu "${FILEUTILSMENU}" |
1541 | normal_find konqueror gentoo krusader linuxcmd rox tuxcmd krename xfe | 1541 | find_it konqueror append "[exec] (konqueror) {kfmclient openProfile filemanagement}" |
1542 | normal_find gentoo krusader linuxcmd rox tuxcmd krename xfe | ||
1542 | find_it nautilus append "[exec] (nautilus) {nautilus --no-desktop}" | 1543 | find_it nautilus append "[exec] (nautilus) {nautilus --no-desktop}" |
1543 | cli_find mc | 1544 | cli_find mc |
1544 | append_menu_end | 1545 | append_menu_end |
@@ -1555,7 +1556,7 @@ append_submenu "${MULTIMEDIAMENU}" | |||
1555 | append_menu_end | 1556 | append_menu_end |
1556 | 1557 | ||
1557 | append_submenu "${MUSICMENU}" | 1558 | append_submenu "${MUSICMENU}" |
1558 | normal_find xmms noatun alsaplayer gqmpeg aumix xmixer gmix kmix kscd \ | 1559 | normal_find xmms noatun alsaplayer gqmpeg aumix xmixer gnome-alsamixer gmix kmix kscd \ |
1559 | grecord kmidi xplaycd soundtracker grip easytag audacity \ | 1560 | grecord kmidi xplaycd soundtracker grip easytag audacity \ |
1560 | zinf rhythmbox kaboodle beep-media-player amarok | 1561 | zinf rhythmbox kaboodle beep-media-player amarok |
1561 | cli_find cdcd cplay alsamixer orpheus mp3blaster | 1562 | cli_find cdcd cplay alsamixer orpheus mp3blaster |