From: <dom...@us...> - 2015-10-13 19:36:47
|
Revision: 744 http://sourceforge.net/p/fvwm-crystal/code/744 Author: dominique_libre Date: 2015-10-13 19:36:44 +0000 (Tue, 13 Oct 2015) Log Message: ----------- FvwmViewManPage use A instead of X... Modified Paths: -------------- ChangeLog fvwm/components/functions/Developer-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2015-10-13 11:51:37 UTC (rev 743) +++ ChangeLog 2015-10-13 19:36:44 UTC (rev 744) @@ -6,6 +6,11 @@ Mardi 13 octobre 2015 apps/DesktopIcons: fix bashisms in test. scripts/make_all_playlists: add webm video support. + functions/Developer-Menu: FvwmViewManPage use A instead of X. It doesn't work with terminator on Debian... + I think it is not Debian fault but a terminator issue (it necessited more than 2 years to fix a + terminator command line related bug, and 1 month or so to introduce a new one...). Anyway, + It work on gentoo, which doesn't use a wrapper around the different terminals, + so for me it is OK. Lundi 12 octobre 2015 bin/fvwm-crystal.generate-menu: fix for multiple localised Name entries in desktop files Modified: fvwm/components/functions/Developer-Menu =================================================================== --- fvwm/components/functions/Developer-Menu 2015-10-13 11:51:37 UTC (rev 743) +++ fvwm/components/functions/Developer-Menu 2015-10-13 19:36:44 UTC (rev 744) @@ -38,9 +38,7 @@ DestroyFunc FvwmViewManPage AddToFunc FvwmViewManPage -+ I Test (!EnvMatch DefaultTerminal gnome-terminal, !EnvMatch DefaultTerminal multi-gnome-terminal, !EnvMatch DefaultTerminal xterm, !EnvMatch DefaultTerminal terminator) X $[infostore.DefaultTerminal] -e man $0 -+ I TestRc (NoMatch) Test (EnvMatch DefaultTerminal terminator) X $[infostore.DefaultTerminal] -x man $0 -+ I TestRc (NoMatch) X $[infostore.DefaultTerminal] -e "man $0" ++ I A man $0 DestroyMenu /Developer/FvwmManpages AddToMenu /Developer/FvwmManpages This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |