Add test Firefox.
--- a/.fvwm/config Fri Aug 02 20:24:48 2013 +0300
+++ b/.fvwm/config Thu Aug 08 15:42:20 2013 +0300
@@ -427,6 +427,7 @@
DestroyMenu MenuMyDev
AddToMenu MenuMyDev "My Dev Menu" Title
++ &Firefox%iceweasel.png% Exec exec firefox -no-remote -P test
+ &Netbeans%netbeans.png% Exec exec $(ls /opt/*/bin/netbeans 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && command -v netbeans)
+ "SQL Developer" Exec exec $(ls /opt/*/sqldeveloper.sh 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && echo xmessage "Can't find 'SQL Developer' in /opt")
+ "Squirrel" Exec exec $(ls /opt/*/squirrel-sql.sh 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && echo xmessage "Can't find 'Squirrel' in /opt")