From: <dom...@us...> - 2015-01-16 16:09:03
|
Revision: 671 http://sourceforge.net/p/fvwm-crystal/code/671 Author: dominique_libre Date: 2015-01-16 15:11:22 +0000 (Fri, 16 Jan 2015) Log Message: ----------- We dont want qjackctl to be autostarted by Music-QJackGUI Modified Paths: -------------- ChangeLog fvwm/components/functions/Media Modified: ChangeLog =================================================================== --- ChangeLog 2015-01-16 15:09:43 UTC (rev 670) +++ ChangeLog 2015-01-16 15:11:22 UTC (rev 671) @@ -1,7 +1,7 @@ ChangeLog for FVWM-Crystal vendredi 16 janvier 2015 - functions/Music: We don't want qjackctl to be autostarted by Music-QJackGUI + functions/Music, functions/Media: We don't want qjackctl to be autostarted by Music-QJackGUI jeudi 15 janvier 2015 scripts/FileEditors/Show-Directories-Help: typo Modified: fvwm/components/functions/Media =================================================================== --- fvwm/components/functions/Media 2015-01-16 15:09:43 UTC (rev 670) +++ fvwm/components/functions/Media 2015-01-16 15:11:22 UTC (rev 671) @@ -174,7 +174,8 @@ DestroyFunc Music-QJackGUI AddToFunc Music-QJackGUI + I All (qjackctl) Iconify toggle -+ I TestRc (NoMatch) Test (x qjackctl) Exec pidof qjackctl || exec qjackctl +#+ I TestRc (NoMatch) Test (x qjackctl) Exec pidof qjackctl || exec qjackctl ++ I Mixer-GUI # mouse 4 Mixer-Volume-Up {{{2 # mouse 5 Mixer-Volume-Down This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |