From: <dom...@us...> - 2013-04-29 22:46:23
|
Revision: 326 http://sourceforge.net/p/fvwm-crystal/code/326 Author: dominique_libre Date: 2013-04-29 22:46:19 +0000 (Mon, 29 Apr 2013) Log Message: ----------- functions/Wallpaper: workaround stalonetray to update its colorset Modified Paths: -------------- ChangeLog fvwm/components/functions/Wallpaper Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-29 22:24:06 UTC (rev 325) +++ ChangeLog 2013-04-29 22:46:19 UTC (rev 326) @@ -2,7 +2,8 @@ Lundi 29 Avril 2013 Dominique Michel NEWS update - functions/Colorsets: fix stalonetray to update its colorset + functions/Colorsets; functions/Wallpaper: workaround for stalonetray + to update its colorset. bin: updated some headers doc: updated some headers, added a few sentences. doc/FAQ: added 3.7 about flaky MPlayer. Modified: fvwm/components/functions/Wallpaper =================================================================== --- fvwm/components/functions/Wallpaper 2013-04-29 22:24:06 UTC (rev 325) +++ fvwm/components/functions/Wallpaper 2013-04-29 22:46:19 UTC (rev 326) @@ -8,6 +8,11 @@ + I TestRc (NoMatch) Test (x hsetroot) Exec hsetroot -fill $* + I TestRc (NoMatch) Test (x feh) Exec feh --bg-scale --no-fehbg $* + I SavePreferences LastChoosenWallpaper "Wallpaper-Set $*" +# stalonetray workaround, huge images take time to load ++ I Schedule 1000 All (FvwmStalonePanel) Iconify True ++ I Schedule 1100 All (FvwmStalonePanel) Iconify False ++ I Schedule 1000 All (FvwmButtons-BottomNotifAera) Iconify True ++ I Schedule 1100 All (FvwmButtons-BottomNotifAera) Iconify False # Select random wallpaper from given directories and set it DestroyFunc Wallpaper-Random This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |