Branch: refs/heads/js/fvwm-menu-desktop Home: https://github.com/fvwmorg/fvwm Commit: b915a2f146ad2fdaaa3614382b4f423e99b84d61 https://github.com/fvwmorg/fvwm/commit/b915a2f146ad2fdaaa3614382b4f423e99b84d61 Author: Jaimos <jaimosskril...@boisestate.edu> Date: 2018-03-15 (Thu, 15 Mar 2018)
Changed paths: M bin/fvwm-menu-desktop-config.fpl M modules/FvwmForm/FvwmForm-XDGMenuHelp M modules/FvwmForm/FvwmForm-XDGOptionsHelp Log Message: ----------- Update generation of FvwmForm-XDGMenu-Config. If too many .menu files were found, the generated form would would hit both pipe size and line size limits. Updated generation to save the configuration into a tmp file in $FVWM_USERDIR and Read the file to avoid pipe size limits, and split up some of the configuration into multiple lines to avoid line size limits. Commit: f47a6aa56e95bde6f138d68c4573dfea36b4f6fe https://github.com/fvwmorg/fvwm/commit/f47a6aa56e95bde6f138d68c4573dfea36b4f6fe Author: Jaimos <jaimosskril...@boisestate.edu> Date: 2018-03-15 (Thu, 15 Mar 2018) Changed paths: M bin/fvwm-menu-desktop.1.in Log Message: ----------- Bugfix: fvwm-menu-desktop manpage stated incorrect option. Compare: https://github.com/fvwmorg/fvwm/compare/ecd92126ae68...f47a6aa56e95