The xwallpaper utility allows you to set image files as your X wallpaper. JPEG,
PNG, and XPM file formats are supported, all of them being configurable and
therefore no fixed dependencies.
The wallpaper is also advertised to programs which support semi-transparent
backgrounds.
COMMENT tweak and "reads good to me" @landry, tweaks and ok jca@ jturner@
into /etc/machine-id *before* looking into /var/lib/dbus/machine-id and for
the few that don't patch them to look directly there.
Thanks sthen@ for the source ports seach.
The symlink of the shared library in lib doesn't point to
GNUstep/Frameworks/$FRAMEWORK.framework/Versions/Current/libnetclasses.so.${SHLIB_VERSION}
anymore but now to
GNUstep/Frameworks/netclasses.framework/Versions/${SHLIB_VERSION}/libnetclasses.so.${SHLIB_VERSION}
It's not easily visible in pkg/PLIST, but on package creation plistdb catched it
problem pointed out by nigel@
noteworthy changes:
* Garbage collection support removed (NSGarbageCollector stub
remains)
* Support for Debian style multi-architecture installations added
* OpenSSL bundle removed since it didn't match GNUTLS support
* Ported to Debian/Hurd
* ICU string (regexp in particular) fixes
* OSX compatibity changes in NSRunLoop and NSTask behavior
* Alternative sort algorithms selectable at runtime
* Many bugfixes and cleanups.
* As usual, this release also contains an update to include the most
recent international timezone data.
qt/kde being compiled -fno-exceptions.
this can't really work at runtime anyway. Remove openexr there.
Eventually, exceptions might be better behaved and working these
days.
Many patches kept it on life support for a few years but it's been
unmaintained and there's no way it can work as is with the new
gnome-settings-daemon.
build breakage reported by nigel@ and naddy@
ok jasper@