mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
- 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]
8 lines
311 B
JavaScript
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");
|
|
}
|