Fix #1223780, fbgm updated
- added gnome-alsamixer - use "kfmclient openProfile filemanagement" for konqueror as filebrowser
This commit is contained in:
parent
66a241cc43
commit
9049dd33d3
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.9.14:
|
||||
*05/06/30:
|
||||
* Fix #1223780, fbgm updated (Mathias)
|
||||
- added gnome-alsamixer
|
||||
- use "kfmclient openProfile filemanagement" for konqueror as filebrowser
|
||||
fluxbox-generate_menu.in
|
||||
* Fix for clock displaying %S too late sometimes (Mathias)
|
||||
ClockTool.cc
|
||||
*05/06/28:
|
||||
|
|
|
@ -1538,7 +1538,8 @@ append_submenu "${EDITORMENU}"
|
|||
append_menu_end
|
||||
|
||||
append_submenu "${FILEUTILSMENU}"
|
||||
normal_find konqueror gentoo krusader linuxcmd rox tuxcmd krename xfe
|
||||
find_it konqueror append "[exec] (konqueror) {kfmclient openProfile filemanagement}"
|
||||
normal_find gentoo krusader linuxcmd rox tuxcmd krename xfe
|
||||
find_it nautilus append "[exec] (nautilus) {nautilus --no-desktop}"
|
||||
cli_find mc
|
||||
append_menu_end
|
||||
|
@ -1555,7 +1556,7 @@ append_submenu "${MULTIMEDIAMENU}"
|
|||
append_menu_end
|
||||
|
||||
append_submenu "${MUSICMENU}"
|
||||
normal_find xmms noatun alsaplayer gqmpeg aumix xmixer gmix kmix kscd \
|
||||
normal_find xmms noatun alsaplayer gqmpeg aumix xmixer gnome-alsamixer gmix kmix kscd \
|
||||
grecord kmidi xplaycd soundtracker grip easytag audacity \
|
||||
zinf rhythmbox kaboodle beep-media-player amarok
|
||||
cli_find cdcd cplay alsamixer orpheus mp3blaster
|
||||
|
|
Loading…
Reference in a new issue