From: <dom...@us...> - 2015-10-23 16:23:14
|
Revision: 758 http://sourceforge.net/p/fvwm-crystal/code/758 Author: dominique_libre Date: 2015-10-23 16:23:12 +0000 (Fri, 23 Oct 2015) Log Message: ----------- Fix multiple stalonetray instances Modified Paths: -------------- ChangeLog fvwm/components/functions/NotificationAreaManager-stalonetray Modified: ChangeLog =================================================================== --- ChangeLog 2015-10-23 16:20:20 UTC (rev 757) +++ ChangeLog 2015-10-23 16:23:12 UTC (rev 758) @@ -18,7 +18,8 @@ functions/MakePanel: change the padding variable into padding_x and padding_y variables. functions/Window-Basic: changed the comment of ShowWindowOnTop reipes/Amiga: various cleanup, changes related to MakePanel above. - + functions/NotificationAreaManager-stalonetray: Fix multiple stalonetray instances. + Mercredi 21 octobre 2015 functions/Preferences-Menu: Fix bashism. recipes/Amiga: cleanup Modified: fvwm/components/functions/NotificationAreaManager-stalonetray =================================================================== --- fvwm/components/functions/NotificationAreaManager-stalonetray 2015-10-23 16:20:20 UTC (rev 757) +++ fvwm/components/functions/NotificationAreaManager-stalonetray 2015-10-23 16:23:12 UTC (rev 758) @@ -9,6 +9,8 @@ # [icon-gravity <NW|NE|SW|SE>] [button geometry <pixels>x<pixels><x (pixels)><y (pixels>] AddToFunc ExitFunction I Exec exec killall stalonetray +#AddToFunc RestartFunction I Exec exec killall stalonetray +#PipeRead 'killall -9 stalonetray' PipeRead 'echo "SetEnv TrayerTintS $(echo $[TrayerTint]|sed -e \'s:0[Xx]:#:\')"' PipeRead 'echo "SetEnv TrayerAlphaS $((256 - $[TrayerAlpha]))"' @@ -16,6 +18,7 @@ # Settings of Stalone {{{1 DestroyFunc FvwmStalonePanel AddToFunc FvwmStalonePanel ++ I Exec exec killall -9 stalonetray + I DestroyModuleConfig FvwmStalonePanel: * + I *FvwmStalonePanel: Frame 0 + I *FvwmStalonePanel: BoxSize smart This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |