ports/x11/kde4-workspace/files/05-freebsdWallpaper.js
Alberto Villa 8be427ac9a - Fix detection of X11 prefix adding xrdb also to BUILD_DEPENDS. [1]
- Depend on gstreamer-plugins-core when WITH_PHONON_GSTREAMER is set. [1]
- Add note to pkg-message, when WITH_PHONON_GSTREAMER is not set, to
  alert people they *need* at least gstreamer-plugins-ogg to avoid a
  deadlock at logout when using GStreamer Phonon backend.. [1]
- Add optional dependency on kde4-wallpapers (defaults to on).
- Fix the script for setting FreeBSD wallpaper on new configurations.
- Bump PORTREVISION.

Discussed with:	ale via e-mail [1]
2011-10-31 17:20:09 +00:00

8 lines
311 B
JavaScript

var activitiesList = activities();
for (var i in activitiesList) {
var activity = activitiesList[i];
activity.wallpaperPlugin = "image";
activity.wallpaperMode = "SingleImage";
activity.currentConfigGroup = new Array("Wallpaper", "image");
activity.writeConfig("wallpaper", "stripes-freebsd-blue");
}