From: <dom...@us...> - 2013-04-03 18:49:30
|
Revision: 149 http://sourceforge.net/p/fvwm-crystal/code/149 Author: dominique_libre Date: 2013-04-03 18:49:27 +0000 (Wed, 03 Apr 2013) Log Message: ----------- Because xloadimage doesnt support layers, replaced by feh in Wallpaper-Set Modified Paths: -------------- ChangeLog README fvwm/components/functions/Wallpaper Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-03 17:14:16 UTC (rev 148) +++ ChangeLog 2013-04-03 18:49:27 UTC (rev 149) @@ -4,7 +4,7 @@ fvwm-crystal.generate-menu: run convert on the generated icon to remove the libpng gAMA warnings. INSTALL: added a section about this issue. - Replaced habak support by xloadimage: solve a bug at restart (X Error + Replaced habak support by feh: solve a bug at restart (X Error of failed request: BadValue (integer parameter out of range...)); hsetroot is now the prereded choice to load wallpapers Modified: README =================================================================== --- README 2013-04-03 17:14:16 UTC (rev 148) +++ README 2013-04-03 18:49:27 UTC (rev 149) @@ -101,8 +101,8 @@ xterm, aterm, Eterm, mrxvt, urxvt or terminator. Be aware that the Quake console need one of mrxvt, urxwt, aterm or xterm. - A program for setting a wallpaper such as Esetroot (orphaned here), hsetroot - or xloadimage (only needed if ROX-Filer or Nautilus are not used as suggested above). - Habak support was removed due to X Errord st restart. xloadimage will be used first + or feh (only needed if ROX-Filer or Nautilus are not used as suggested above). + Habak support was removed due to X Errord st restart. hsetroot will be used first if present. - A music player - At least one of Music Player Daemon (+ mpc), X MultiMedia System (+ xmms-shell and XMMSFind) (orphaned now on most distribution, you Modified: fvwm/components/functions/Wallpaper =================================================================== --- fvwm/components/functions/Wallpaper 2013-04-03 17:14:16 UTC (rev 148) +++ fvwm/components/functions/Wallpaper 2013-04-03 18:49:27 UTC (rev 149) @@ -6,7 +6,7 @@ AddToFunc Wallpaper-Set + 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 TestRc (NoMatch) Test (x feh) Exec feh --bg-scale --no-fehbg $* + 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. |