From: <dom...@us...> - 2013-04-03 12:46:15
|
Revision: 147 http://sourceforge.net/p/fvwm-crystal/code/147 Author: dominique_libre Date: 2013-04-03 12:46:11 +0000 (Wed, 03 Apr 2013) Log Message: ----------- components/functions/Wallpaper: Replaced habak support by xloadimage: solve a bug at restart (X Error of failed request: BadValue (integer parameter out of range...)) Modified Paths: -------------- ChangeLog README fvwm/components/functions/Wallpaper Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-03 07:44:34 UTC (rev 146) +++ ChangeLog 2013-04-03 12:46:11 UTC (rev 147) @@ -4,6 +4,8 @@ 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 + of failed request: BadValue (integer parameter out of range...)) Mardi 2 Avril 2013 Dominique Michel recipes/*: Add support for nested X session Modified: README =================================================================== --- README 2013-04-03 07:44:34 UTC (rev 146) +++ README 2013-04-03 12:46:11 UTC (rev 147) @@ -101,7 +101,9 @@ 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 habak (only needed if ROX-Filer or Nautilus are not used as suggested above). + 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 + 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 will be better with another one), AlsaPlayer, cmus, mocp, mplayer, XMMS2, Modified: fvwm/components/functions/Wallpaper =================================================================== --- fvwm/components/functions/Wallpaper 2013-04-03 07:44:34 UTC (rev 146) +++ fvwm/components/functions/Wallpaper 2013-04-03 12:46:11 UTC (rev 147) @@ -4,7 +4,7 @@ # Set the specified wallpaper using available programs DestroyFunc Wallpaper-Set AddToFunc Wallpaper-Set -+ I Test (x habak) Exec habak -ms $* ++ I Test (x xloadimage) Exec xloadimage -onroot -quiet -fullscreen -shrink -tile $* + I TestRc (NoMatch) Test (x Esetroot) Exec Esetroot -scale $* + I TestRc (NoMatch) Test (x hsetroot) Exec hsetroot -fill $* + I SavePreferences LastChoosenWallpaper "Wallpaper-Set \"$*\"" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |