From: <dom...@us...> - 2015-02-11 16:42:01
|
Revision: 679 http://sourceforge.net/p/fvwm-crystal/code/679 Author: dominique_libre Date: 2015-02-11 16:41:52 +0000 (Wed, 11 Feb 2015) Log Message: ----------- function/Exec-Accelerator: gnome-terminal support is broken due to a bug into gnome-terminal Modified Paths: -------------- ChangeLog fvwm/components/functions/Exec-Accelerator Modified: ChangeLog =================================================================== --- ChangeLog 2015-02-11 16:25:32 UTC (rev 678) +++ ChangeLog 2015-02-11 16:41:52 UTC (rev 679) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +mercredi 11 février 2015 + function/Exec-Accelerator: gnome-terminal support is broken due to a bug into gnome-terminal. + mardi 10 février 2015 bindings/Misc-Keybindings*: changed BlankScreen to Alt+B; added pref test for the XDG application menu. vendredi 30 janvier 2015 Modified: fvwm/components/functions/Exec-Accelerator =================================================================== --- fvwm/components/functions/Exec-Accelerator 2015-02-11 16:25:32 UTC (rev 678) +++ fvwm/components/functions/Exec-Accelerator 2015-02-11 16:41:52 UTC (rev 679) @@ -69,6 +69,7 @@ + I Exec exec $[infostore.DefaultTerminal] $[infostore.SILENT] # Usage: AT [title] [command] (Use quotes if you want command options or title with spaces) +# !: doesn't work anymore with gnome-terminal due to a bug in gnome-terminal (doesn't honor anymore it's own --title option (and --name and --class too)). DestroyFunc AT AddToFunc AT + I SetEnv DefaultTerminal $[infostore.DefaultTerminal] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |