Branch: refs/heads/master
Home: https://github.com/fvwmorg/fvwm
Commit: 533461594ce8edcda3423d208f8923a8eb6c48d5
https://github.com/fvwmorg/fvwm/commit/533461594ce8edcda3423d208f8923a8eb6c48d5
Author: Jaimos <[email protected]>
Date: 2018-03-20 (Tue, 20 Mar 2018)
Changed paths:
M configure.ac
Log Message:
-----------
Update fvwm-menu-desktop to work with Python 3.
Commit: ac96425cf98ddaa26caa85f37514fc3b3f543b38
https://github.com/fvwmorg/fvwm/commit/ac96425cf98ddaa26caa85f37514fc3b3f543b38
Author: Jaimos <[email protected]>
Date: 2018-03-22 (Thu, 22 Mar 2018)
Changed paths:
M bin/fvwm-menu-desktop.in
M configure.ac
Log Message:
-----------
fvwm-menu-desktop now requires Python 3.
* Python 3 is now the standard and Python 2 is EOL 2020.
* Python 3 has better character encoding and unicode support
that is not compatible with python 2. Due to this the
script no longer runs in python 2.
* Improved encoding error handling when encountering menu entries
with character encodings not in the current locale.
Commit: fb33e043b65ab576871607131d822058a725312a
https://github.com/fvwmorg/fvwm/commit/fb33e043b65ab576871607131d822058a725312a
Author: Jaimos <[email protected]>
Date: 2018-03-22 (Thu, 22 Mar 2018)
Changed paths:
M bin/fvwm-menu-desktop-config.fpl
M bin/fvwm-menu-desktop.1.in
M bin/fvwm-menu-desktop.in
M modules/FvwmForm/FvwmForm-XDGOptionsHelp
Log Message:
-----------
Add --term-cmd option to fvwm-menu-desktop.
* fvwm-menu-desktop now honors the Terminal=True .desktop
specification. If Terminal=True is set, the menu will
now run "Exec exec termCmd programExec" instead of
"Exec exec programExec".
* New option --term-cmd can be used to set the terminal
command used to run Terminal applications with.
Default is "xterm -e".
* The terminal command can be configured via
FvwmForm-XDGMenu-Config.
Commit: 4ea13d29b16326466f8965ffaaad2fda431441fb
https://github.com/fvwmorg/fvwm/commit/4ea13d29b16326466f8965ffaaad2fda431441fb
Author: Thomas Adam <[email protected]>
Date: 2018-03-22 (Thu, 22 Mar 2018)
Changed paths:
M NEWS
Log Message:
-----------
Update NEWS
Compare: https://github.com/fvwmorg/fvwm/compare/5ee73f616b93...4ea13d29b163