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)
|
(Format: Year/Month/Day)
|
||||||
Changes for 0.9.14:
|
Changes for 0.9.14:
|
||||||
*05/06/30:
|
*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)
|
* Fix for clock displaying %S too late sometimes (Mathias)
|
||||||
ClockTool.cc
|
ClockTool.cc
|
||||||
*05/06/28:
|
*05/06/28:
|
||||||
|
|
|
@ -1538,7 +1538,8 @@ append_submenu "${EDITORMENU}"
|
||||||
append_menu_end
|
append_menu_end
|
||||||
|
|
||||||
append_submenu "${FILEUTILSMENU}"
|
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}"
|
find_it nautilus append "[exec] (nautilus) {nautilus --no-desktop}"
|
||||||
cli_find mc
|
cli_find mc
|
||||||
append_menu_end
|
append_menu_end
|
||||||
|
@ -1555,7 +1556,7 @@ append_submenu "${MULTIMEDIAMENU}"
|
||||||
append_menu_end
|
append_menu_end
|
||||||
|
|
||||||
append_submenu "${MUSICMENU}"
|
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 \
|
grecord kmidi xplaycd soundtracker grip easytag audacity \
|
||||||
zinf rhythmbox kaboodle beep-media-player amarok
|
zinf rhythmbox kaboodle beep-media-player amarok
|
||||||
cli_find cdcd cplay alsamixer orpheus mp3blaster
|
cli_find cdcd cplay alsamixer orpheus mp3blaster
|
||||||
|
|
Loading…
Reference in a new issue