flexible, safely tries to restart plugins if they crash, user can
drag'n'drop panel plugins on it, placement is now totally free, one can
set a background image or transparency, etc..
This release is the result of a huge porting effort to GIO, and brings
transparent network browsing (ftp/webdav/smb/sftp with ssh-agent/ssh
master socket) through GVfs.
The library is still needed by some Xfce apps and most panel plugins,
but porting to the new libxfce4ui is on the way. It doesn't ship anymore
libxfce4kbd-private which moved to libxfce4ui, but the name is not
exactly the same so they don't conflict.
Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on
http://live.gnome.org/ThumbnailerSpec written in an object-oriented
fashion using GLib and GObject.
thunar can make use of it but it's not required by it (as is
hunar-thumbnailers package..)
Thunar vfs is a compatibility layer for xfce apps not yet ported to gio.
It ships thunar-vfs-1 library which was previously in thunar, so
@conflict with thunar-<1.0.3, and bump lib minor version to ensure
seamless upgrades.
This is garcon, a freedesktop.org compliant menu implementation based
on GLib and GIO. It was started as a complete rewrite of the former
Xfce menu library called libxfce4menu, which, in contrast to garcon,
was lacking menu merging features essential for loading menus modified
with menu editors.
Installs the xfce-applications.menu file which was previously in
xfdesktop, hence @conflict with xfdesktop-<4.7.0.
whole gang. add --disable-silent-rules to CONFIGURE_ARGS while here.
The whole stuff looks good to ajacoutot@, discussed with espie@, i've
been running the betas/pre and fixing bugs upstream since a while, so it
can make 4.9.
Add conditional depend on gnome-panel|exo->0.6. Now Xfce users can use
alacarte to edit their fd.o compliant desktop menu!
Remove now useless CONFIGURE_ARGS.
ok ajacoutot@
Profligacy is a JRuby library that makes building Swing Graphical User
Interface much easier than with Raw code. It's not a builder as with
many other projects, but instead a simple Ruby way to structure the UI
for the 80% common cases you'll encounter.
OK landry@