Branch: refs/heads/master
Home: https://github.com/fvwmorg/fvwm
Commit: f345f6551a600e07c7a6e7c8dd7a0620178ce1ed
https://github.com/fvwmorg/fvwm/commit/f345f6551a600e07c7a6e7c8dd7a0620178ce1ed
Author: Jaimos <[email protected]>
Date: 2018-03-18 (Sun, 18 Mar 2018)
Changed paths:
M bin/fvwm-menu-desktop.in
Log Message:
-----------
Update fvwm-menu-desktop to work with Python 3.
Commit: 0fa037ef839a2454f57cec5dc179e354a2be0e50
https://github.com/fvwmorg/fvwm/commit/0fa037ef839a2454f57cec5dc179e354a2be0e50
Author: Jaimos <[email protected]>
Date: 2018-03-18 (Sun, 18 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: f969d0ef2fef4116967873cf21042646d42c93df
https://github.com/fvwmorg/fvwm/commit/f969d0ef2fef4116967873cf21042646d42c93df
Author: Jaimos <[email protected]>
Date: 2018-03-18 (Sun, 18 Mar 2018)
Changed paths:
M bin/fvwm-menu-desktop.1.in
Log Message:
-----------
Bugfix: fvwm-menu-desktop manpage stated incorrect option.
Commit: 371fe467005f65a3602cee9015db6cd10947fa67
https://github.com/fvwmorg/fvwm/commit/371fe467005f65a3602cee9015db6cd10947fa67
Author: Jaimos <[email protected]>
Date: 2018-03-18 (Sun, 18 Mar 2018)
Changed paths:
M bin/fvwm-menu-desktop.in
Log Message:
-----------
Ignore encoding errors when reading config file in python3.
Commit: 5ee73f616b93870dfd26dff9a6800399a17de219
https://github.com/fvwmorg/fvwm/commit/5ee73f616b93870dfd26dff9a6800399a17de219
Author: Jaimos <[email protected]>
Date: 2018-03-18 (Sun, 18 Mar 2018)
Changed paths:
M bin/fvwm-menu-desktop-config.fpl
Log Message:
-----------
Bugfix: FvwmForm-XDGMenu-Config now honors config setting.
* fvwm-menu-desktop-config.fpl didn't save the --include-items
config setting correctly due to a missing space.
Compare: https://github.com/fvwmorg/fvwm/compare/038fa88242a8...5ee73f616b93