[fvwmorg/fvwm] b915a2: Update generation of FvwmForm-XDGMenu-Config.
Jaimos <[email protected]>
| Newsgroups | gmane.comp.window-managers.fvwm.devel |
|---|---|
| Message-ID | <5aab24b9d4f_75872b0399a6dc141259a7@hookshot-fe-da92815.cp1-iad.github.net.mail> |
Branch: refs/heads/js/fvwm-menu-desktop
Home: https://github.com/fvwmorg/fvwm
Commit: b915a2f146ad2fdaaa3614382b4f423e99b84d61
https://github.com/fvwmorg/fvwm/commit/b915a2f146ad2fdaaa3614382b4f423e99b84d61
Author: Jaimos <[email protected]>
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 <[email protected]>
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