From: <dom...@us...> - 2013-07-22 14:05:15
|
Revision: 533 http://sourceforge.net/p/fvwm-crystal/code/533 Author: dominique_libre Date: 2013-07-22 14:05:12 +0000 (Mon, 22 Jul 2013) Log Message: ----------- functions/Preferences-menu; replaced the killall -9 by killall, some apps dont like when stalone tray is killed -9. Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2013-07-16 19:22:22 UTC (rev 532) +++ ChangeLog 2013-07-22 14:05:12 UTC (rev 533) @@ -1,5 +1,9 @@ ChangeLog for FVWM-Crystal +Lundi 22 Juillet 2013 Dominique Michel + functions/Preferences-menu; replaced the killall -9 by killall, some + apps don't like when stalone tray is killed -9. + Mardi 16 Juillet 2013 Dominique Michel + functions/Feedback: form for user feedback and support functions/About: + launch the feedback dialog, typos Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2013-07-16 19:22:22 UTC (rev 532) +++ fvwm/components/functions/Preferences-Menu 2013-07-22 14:05:12 UTC (rev 533) @@ -34,8 +34,8 @@ + I All (FvwmButtons) Close + I All (FvwmIconMan) Close + I All (FvwmPager) Close -+ I Exec exec killall -9 stalonetray $[infostore.SILENT] -+ I Exec exec killall -9 trayer $[infostore.SILENT] ++ I Exec exec killall stalonetray $[infostore.SILENT] ++ I Exec exec killall trayer $[infostore.SILENT] + I Read $[infostore.Fvwm_Crystal_Recipe] # @@ -148,7 +148,7 @@ DestroyFunc StopTranslucency AddToFunc StopTranslucency -+ I Exec exec killall -9 xcompmgr ++ I Exec exec killall xcompmgr # # Bling bling @@ -167,7 +167,7 @@ DestroyFunc StopBlingBling AddToFunc StopBlingBling + I KillModule FvwmEvent FvwmTranslucencyChangeEvent -+ I Exec exec killall -9 xcompmgr ++ I Exec exec killall xcompmgr All (Translucency-Dialog) Close DestroyModuleConfig Translucency-Dialog: * @@ -256,7 +256,7 @@ DestroyFunc LaunchDesktopManager-None AddToFunc LaunchDesktopManager-None + I SavePreferences DefaultDesktopManager "LoadPreferences LastChoosenWallpaper" -+ I Exec exec killall -9 DesktopCheckMounts $[infostore.SILENT] ++ I Exec exec killall DesktopCheckMounts $[infostore.SILENT] + I KillModule FvwmButtons DesktopIcons + I DestroyModuleConfig DesktopIcons: * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |