From: <dom...@us...> - 2013-04-03 17:14:20
|
Revision: 148 http://sourceforge.net/p/fvwm-crystal/code/148 Author: dominique_libre Date: 2013-04-03 17:14:16 +0000 (Wed, 03 Apr 2013) Log Message: ----------- Wallpaper-Set: hsetroot is now the 1st choice to load wallpapers Modified Paths: -------------- ChangeLog fvwm/components/functions/Wallpaper Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-03 12:46:11 UTC (rev 147) +++ ChangeLog 2013-04-03 17:14:16 UTC (rev 148) @@ -5,7 +5,8 @@ remove the libpng gAMA warnings. INSTALL: added a section about this issue. Replaced habak support by xloadimage: solve a bug at restart (X Error - of failed request: BadValue (integer parameter out of range...)) + of failed request: BadValue (integer parameter out of range...)); + hsetroot is now the prereded choice to load wallpapers Mardi 2 Avril 2013 Dominique Michel recipes/*: Add support for nested X session Modified: fvwm/components/functions/Wallpaper =================================================================== --- fvwm/components/functions/Wallpaper 2013-04-03 12:46:11 UTC (rev 147) +++ fvwm/components/functions/Wallpaper 2013-04-03 17:14:16 UTC (rev 148) @@ -4,9 +4,9 @@ # Set the specified wallpaper using available programs DestroyFunc Wallpaper-Set AddToFunc Wallpaper-Set -+ I Test (x xloadimage) Exec xloadimage -onroot -quiet -fullscreen -shrink -tile $* -+ I TestRc (NoMatch) Test (x Esetroot) Exec Esetroot -scale $* ++ I Test (x Esetroot) Exec Esetroot -scale $* + I TestRc (NoMatch) Test (x hsetroot) Exec hsetroot -fill $* ++ I TestRc (NoMatch) Test (x xloadimage) Exec xloadimage -onroot -tile -quiet -fullscreen -shrink $* + I SavePreferences LastChoosenWallpaper "Wallpaper-Set \"$*\"" # Select random wallpaper from given directories and set it This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |