diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-24 03:30:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-24 03:30:43 +0800 |
commit | 7e97b6502ed4ac8375122854a63957fed28cba8a (patch) | |
tree | af08d438b282563015547105e36aa6764e945392 /sysutils/Makefile | |
parent | 7d31fc5a4aa31f81b6607e391225c795b6f4cc10 (diff) | |
download | freebsd-ports-gnome-7e97b6502ed4ac8375122854a63957fed28cba8a.tar.gz freebsd-ports-gnome-7e97b6502ed4ac8375122854a63957fed28cba8a.tar.zst freebsd-ports-gnome-7e97b6502ed4ac8375122854a63957fed28cba8a.zip |
The xfce4-places-plugin brings much of the functionality of the GNOME Places
menu to Xfce. The plugin looks a lot like a launcher with multiple items in a
menu. The main "launcher" button opens up Thunar at the user's home directory.
The arrow button opens up a menu with two sections: system- and user-defined
locations. The system-defined locations are consistent with Thunar (including
their icons). For user-defined bookmarks, the ~/.gtk-bookmarks file is being
read in order to share bookmarks with Thunar, Nautilus, the GNOME Panel, etc.
WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 85cee53475a5..4ceeeebb48a2 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -705,6 +705,7 @@ SUBDIR += xfce4-mcs-plugins SUBDIR += xfce4-minicmd-plugin SUBDIR += xfce4-netload-plugin + SUBDIR += xfce4-places-plugin SUBDIR += xfce4-systemload-plugin SUBDIR += xfce4-utils SUBDIR += xfce4-wavelan-plugin |