Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2025 11:37:38 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 25af9e5084be - main - x11/gnome-applets: new port
Message-ID:  <202506101137.55ABbc2B026006@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=25af9e5084be73f4ca32fbc26218bd9343a57efd

commit 25af9e5084be73f4ca32fbc26218bd9343a57efd
Author:     Olivier Duchateau <duchateau.olivier@gmail.com>
AuthorDate: 2025-06-10 11:33:00 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-06-10 11:36:49 +0000

    x11/gnome-applets: new port
    
    GNOME Applets is part of the GNOME Flashback project and contains
    applets for use with GNOME Panel. This includes applets for various
    tasks such as viewing the battery status, a weather applet and many more.
    
    PR:     286697
---
 x11/Makefile                                       |    1 +
 x11/gnome-applets/Makefile                         |   55 +
 x11/gnome-applets/distinfo                         |    3 +
 .../files/patch-data_schemas_Makefile.in           |   11 +
 .../files/patch-gnome-applets_Makefile.in          |   29 +
 .../files/patch-gnome-applets_ga-module.c          |   58 +
 x11/gnome-applets/pkg-descr                        |    3 +
 x11/gnome-applets/pkg-plist                        | 2250 ++++++++++++++++++++
 8 files changed, 2410 insertions(+)

diff --git a/x11/Makefile b/x11/Makefile
index 85fa8a47830f..115adc7556ae 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -95,6 +95,7 @@
     SUBDIR += glcapsviewer
     SUBDIR += gmrun
     SUBDIR += gnome
+    SUBDIR += gnome-applets
     SUBDIR += gnome-clipboard-daemon
     SUBDIR += gnome-console
     SUBDIR += gnome-desktop
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile
new file mode 100644
index 000000000000..32c95ec75abc
--- /dev/null
+++ b/x11/gnome-applets/Makefile
@@ -0,0 +1,55 @@
+PORTNAME=	gnome-applets
+PORTVERSION=	3.56.0
+CATEGORIES=	x11 gnome
+MASTER_SITES=	GNOME
+DIST_SUBDIR=	gnome
+
+MAINTAINER=	gnome@FreeBSD.org
+COMMENT=	Small programs for the GNOME panel
+WWW=		https://gitlab.gnome.org/GNOME/gnome-applets
+
+LICENSE=	GPLv2
+
+BUILD_DEPENDS=	adwaita-icon-theme>=46.0:x11-themes/adwaita-icon-theme \
+		xorgproto>0:x11/xorgproto \
+		itstool>0:textproc/itstool
+LIB_DEPENDS=	libgnome-panel.so:x11/gnome-panel \
+		libgtop-2.0.so:devel/libgtop \
+		libnotify.so:devel/libnotify \
+		libupower-glib.so:sysutils/upower \
+		libgweather-4.so:net/libgweather4 \
+		libgucharmap_2_90.so:deskutils/gucharmap \
+		libpcre2-8.so:devel/pcre2 \
+		libpolkit-gobject-1.so:sysutils/polkit
+RUN_DEPENDS=	adwaita-icon-theme>=46.0:x11-themes/adwaita-icon-theme
+
+USES=		gettext gmake gnome iconv libtool pkgconfig tar:xz xorg
+GNU_CONFIGURE=	yes
+USE_GNOME=	cairo gdkpixbuf glib20 gtk30 libwnck3 libxml2 pango
+USE_XORG=	ice sm x11
+INSTALL_TARGET=	install-strip
+
+CONFIGURE_ARGS=	--disable-cpufreq \
+		--enable-frequency-selector=no
+
+OPTIONS_DEFINE=	TRACKER
+OPTIONS_DEFAULT=	TRACKER
+
+TRACKER_DESC=	Install search applet
+TRACKER_LIB_DEPENDS=	libtinysparql-3.0.so:devel/tinysparql
+TRACKER_CONFIGURE_ENABLE=	tracker-search-bar
+
+GLIB_SCHEMAS=	org.gnome.gnome-applets.battstat.gschema.xml \
+		org.gnome.gnome-applets.charpick.gschema.xml \
+		org.gnome.gnome-applets.command.gschema.xml \
+		org.gnome.gnome-applets.enums.xml \
+		org.gnome.gnome-applets.geyes.gschema.xml \
+		org.gnome.gnome-applets.gweather.gschema.xml \
+		org.gnome.gnome-applets.mini-commander.gschema.xml \
+		org.gnome.gnome-applets.stickynotes.gschema.xml \
+		org.gnome.gnome-applets.timer.gschema.xml \
+		org.gnome.gnome-applets.window-buttons.gschema.xml \
+		org.gnome.gnome-applets.window-picker-applet.gschema.xml \
+		org.gnome.gnome-applets.window-title.gschema.xml
+
+.include <bsd.port.mk>
diff --git a/x11/gnome-applets/distinfo b/x11/gnome-applets/distinfo
new file mode 100644
index 000000000000..8f9ffb89e381
--- /dev/null
+++ b/x11/gnome-applets/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1745753607
+SHA256 (gnome/gnome-applets-3.56.0.tar.xz) = fa17aedc955add981aa2e43b4c071353f686bbd1eec1d717a890a735320ad171
+SIZE (gnome/gnome-applets-3.56.0.tar.xz) = 9064320
diff --git a/x11/gnome-applets/files/patch-data_schemas_Makefile.in b/x11/gnome-applets/files/patch-data_schemas_Makefile.in
new file mode 100644
index 000000000000..a617ba48386c
--- /dev/null
+++ b/x11/gnome-applets/files/patch-data_schemas_Makefile.in
@@ -0,0 +1,11 @@
+--- data/schemas/Makefile.in.orig	2023-09-23 06:39:16 UTC
++++ data/schemas/Makefile.in
+@@ -352,8 +352,6 @@ gsettings_schemas_in =  \
+ 	org.gnome.gnome-applets.geyes.gschema.xml.in \
+ 	org.gnome.gnome-applets.gweather.gschema.xml.in \
+ 	org.gnome.gnome-applets.mini-commander.gschema.xml.in \
+-	org.gnome.gnome-applets.multiload.gschema.xml.in \
+-	org.gnome.gnome-applets.netspeed.gschema.xml.in \
+ 	org.gnome.gnome-applets.stickynotes.gschema.xml.in \
+ 	org.gnome.gnome-applets.timer.gschema.xml.in \
+ 	org.gnome.gnome-applets.window-buttons.gschema.xml.in \
diff --git a/x11/gnome-applets/files/patch-gnome-applets_Makefile.in b/x11/gnome-applets/files/patch-gnome-applets_Makefile.in
new file mode 100644
index 000000000000..376ca60be741
--- /dev/null
+++ b/x11/gnome-applets/files/patch-gnome-applets_Makefile.in
@@ -0,0 +1,29 @@
+--- gnome-applets/Makefile.in.orig	2023-09-23 06:39:16 UTC
++++ gnome-applets/Makefile.in
+@@ -191,8 +191,6 @@ org_gnome_gnome_applets_la_DEPENDENCIES = $(top_buildd
+ 	$(top_builddir)/gnome-applets/gweather/libgweather-applet.la \
+ 	$(top_builddir)/gnome-applets/inhibit/libinhibit-applet.la \
+ 	$(top_builddir)/gnome-applets/mini-commander/libmini-commander-applet.la \
+-	$(top_builddir)/gnome-applets/multiload/libmultiload-applet.la \
+-	$(top_builddir)/gnome-applets/netspeed/libnet-speed-applet.la \
+ 	$(top_builddir)/gnome-applets/sticky-notes/libsticky-notes-applet.la \
+ 	$(top_builddir)/gnome-applets/timer/libtimer-applet.la \
+ 	$(top_builddir)/gnome-applets/trash/libtrash-applet.la \
+@@ -533,8 +531,6 @@ SUBDIRS = \
+ 	gweather \
+ 	inhibit \
+ 	mini-commander \
+-	multiload \
+-	netspeed \
+ 	sticky-notes \
+ 	timer \
+ 	tracker-search-bar \
+@@ -575,8 +571,6 @@ org_gnome_gnome_applets_la_LIBADD = $(top_builddir)/gn
+ 	$(top_builddir)/gnome-applets/gweather/libgweather-applet.la \
+ 	$(top_builddir)/gnome-applets/inhibit/libinhibit-applet.la \
+ 	$(top_builddir)/gnome-applets/mini-commander/libmini-commander-applet.la \
+-	$(top_builddir)/gnome-applets/multiload/libmultiload-applet.la \
+-	$(top_builddir)/gnome-applets/netspeed/libnet-speed-applet.la \
+ 	$(top_builddir)/gnome-applets/sticky-notes/libsticky-notes-applet.la \
+ 	$(top_builddir)/gnome-applets/timer/libtimer-applet.la \
+ 	$(top_builddir)/gnome-applets/trash/libtrash-applet.la \
diff --git a/x11/gnome-applets/files/patch-gnome-applets_ga-module.c b/x11/gnome-applets/files/patch-gnome-applets_ga-module.c
new file mode 100644
index 000000000000..8fbae825bc78
--- /dev/null
+++ b/x11/gnome-applets/files/patch-gnome-applets_ga-module.c
@@ -0,0 +1,58 @@
+--- gnome-applets/ga-module.c.orig	2023-09-23 06:38:26 UTC
++++ gnome-applets/ga-module.c
+@@ -34,8 +34,6 @@
+ #include "gweather/gweather-applet.h"
+ #include "inhibit/inhibit-applet.h"
+ #include "mini-commander/mini-commander-applet.h"
+-#include "multiload/multiload-applet.h"
+-#include "netspeed/netspeed-applet.h"
+ #include "sticky-notes/sticky-notes-applet.h"
+ #include "timer/timer-applet.h"
+ #ifdef HAVE_TRACKER_SEARCH_BAR
+@@ -169,26 +167,6 @@ ga_get_applet_info (const char *id)
+       about_func = mini_commander_applet_setup_about;
+       help_uri = "help:command-line";
+     }
+-  else if (g_strcmp0 (id, "multiload") == 0)
+-    {
+-      type_func = multiload_applet_get_type;
+-      name = _("System Monitor");
+-      description = _("A system load indicator");
+-      icon_name = "utilities-system-monitor";
+-
+-      about_func = multiload_applet_setup_about;
+-      help_uri = "help:multiload";
+-    }
+-  else if (g_strcmp0 (id, "netspeed") == 0)
+-    {
+-      type_func = netspeed_applet_get_type;
+-      name = _("Network Monitor");
+-      description = _("Netspeed Applet");
+-      icon_name = "netspeed-applet";
+-
+-      about_func = netspeed_applet_setup_about;
+-      help_uri = "help:netspeed_applet";
+-    }
+   else if (g_strcmp0 (id, "sticky-notes") == 0)
+     {
+       type_func = sticky_notes_applet_get_type;
+@@ -300,10 +278,6 @@ ga_get_applet_id_from_iid (const char *iid)
+     return "inhibit";
+   else if (g_strcmp0 (iid, "MiniCommanderAppletFactory::MiniCommanderApplet") == 0)
+     return "mini-commander";
+-  else if (g_strcmp0 (iid, "MultiLoadAppletFactory::MultiLoadApplet") == 0)
+-    return "multiload";
+-  else if (g_strcmp0 (iid, "NetspeedAppletFactory::NetspeedApplet") == 0)
+-    return "netspeed";
+   else if (g_strcmp0 (iid, "StickyNotesAppletFactory::StickyNotesApplet") == 0)
+     return "sticky-notes";
+   else if (g_strcmp0 (iid, "TimerAppletFactory::TimerApplet") == 0)
+@@ -351,8 +325,6 @@ gp_module_load (GpModule *module)
+                             "gweather",
+                             "inhibit",
+                             "mini-commander",
+-                            "multiload",
+-                            "netspeed",
+                             "sticky-notes",
+                             "timer",
+ #ifdef HAVE_TRACKER_SEARCH_BAR
diff --git a/x11/gnome-applets/pkg-descr b/x11/gnome-applets/pkg-descr
new file mode 100644
index 000000000000..63740ecac20e
--- /dev/null
+++ b/x11/gnome-applets/pkg-descr
@@ -0,0 +1,3 @@
+GNOME Applets is part of the GNOME Flashback project and contains
+applets for use with GNOME Panel. This includes applets for various
+tasks such as viewing the battery status, a weather applet and many more.
diff --git a/x11/gnome-applets/pkg-plist b/x11/gnome-applets/pkg-plist
new file mode 100644
index 000000000000..eab6d9c80859
--- /dev/null
+++ b/x11/gnome-applets/pkg-plist
@@ -0,0 +1,2250 @@
+lib/gnome-panel/modules/org.gnome.gnome-applets.so
+%%DATADIR%%/geyes/Bizarre/Bizarre-eye.png
+%%DATADIR%%/geyes/Bizarre/Bizarre-pupil.png
+%%DATADIR%%/geyes/Bizarre/config
+%%DATADIR%%/geyes/Bloodshot/Bloodshot-eye.png
+%%DATADIR%%/geyes/Bloodshot/Bloodshot-pupil.png
+%%DATADIR%%/geyes/Bloodshot/config
+%%DATADIR%%/geyes/Brown-EyedGirl/brown-eye.png
+%%DATADIR%%/geyes/Brown-EyedGirl/brown-pupil.png
+%%DATADIR%%/geyes/Brown-EyedGirl/config
+%%DATADIR%%/geyes/Default-tiny/Default-tiny-eye.png
+%%DATADIR%%/geyes/Default-tiny/Default-tiny-pupil.png
+%%DATADIR%%/geyes/Default-tiny/config
+%%DATADIR%%/geyes/Default/Default-eye.png
+%%DATADIR%%/geyes/Default/Default-pupil.png
+%%DATADIR%%/geyes/Default/config
+%%DATADIR%%/geyes/EyelashLarge/config
+%%DATADIR%%/geyes/EyelashLarge/eye.png
+%%DATADIR%%/geyes/EyelashLarge/pupil.png
+%%DATADIR%%/geyes/Green-EyedGirl/config
+%%DATADIR%%/geyes/Green-EyedGirl/green-eye.png
+%%DATADIR%%/geyes/Green-EyedGirl/green-pupil.png
+%%DATADIR%%/geyes/Horrid/config
+%%DATADIR%%/geyes/Horrid/horrid_eye.png
+%%DATADIR%%/geyes/Horrid/horrid_pupil.png
+%%DATADIR%%/geyes/Pink-EyedGirl/config
+%%DATADIR%%/geyes/Pink-EyedGirl/pink-eye.png
+%%DATADIR%%/geyes/Pink-EyedGirl/pink-pupil.png
+%%DATADIR%%/geyes/PumpkinMonster/config
+%%DATADIR%%/geyes/PumpkinMonster/eye.png
+%%DATADIR%%/geyes/PumpkinMonster/pupil.png
+%%DATADIR%%/geyes/Tango/config
+%%DATADIR%%/geyes/Tango/tango-eye.png
+%%DATADIR%%/geyes/Tango/tango-pupil.png
+%%DATADIR%%/icons/hicolor/16x16/devices/netspeed-loopback.png
+%%DATADIR%%/icons/hicolor/16x16/devices/netspeed-plip.png
+%%DATADIR%%/icons/hicolor/16x16/devices/netspeed-ppp.png
+%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-disabled.png
+%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-invalid.png
+%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd.png
+%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit-invalid.png
+%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit.png
+%%DATADIR%%/icons/hicolor/16x16/status/gpm-uninhibit.png
+%%DATADIR%%/icons/hicolor/16x16/status/netspeed-wireless-100.png
+%%DATADIR%%/icons/hicolor/16x16/status/netspeed-wireless-25.png
+%%DATADIR%%/icons/hicolor/16x16/status/netspeed-wireless-50.png
+%%DATADIR%%/icons/hicolor/16x16/status/netspeed-wireless-75.png
+%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-disabled.png
+%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-invalid.png
+%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd.png
+%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit-invalid.png
+%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit.png
+%%DATADIR%%/icons/hicolor/22x22/status/gpm-uninhibit.png
+%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-disabled.png
+%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-invalid.png
+%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd.png
+%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit-invalid.png
+%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit.png
+%%DATADIR%%/icons/hicolor/24x24/status/gpm-uninhibit.png
+%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-disabled.png
+%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-invalid.png
+%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd.png
+%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit-invalid.png
+%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit.png
+%%DATADIR%%/icons/hicolor/32x32/status/gpm-uninhibit.png
+%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-disabled.png
+%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-invalid.png
+%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd.png
+%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit-invalid.png
+%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit.png
+%%DATADIR%%/icons/hicolor/48x48/status/gpm-uninhibit.png
+%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-disabled.svg
+%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-invalid.svg
+%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd.svg
+%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit-invalid.svg
+%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit.svg
+%%DATADIR%%/icons/hicolor/scalable/status/gpm-uninhibit.svg
+%%DATADIR%%/window-buttons-applet/themes/WoW/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/WoW/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/bg.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/close-focused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/close-focused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/close-focused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/close-unfocused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/close-unfocused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/close-unfocused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/maximize-focused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/maximize-focused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/maximize-focused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/maximize-unfocused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/maximize-unfocused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/maximize-unfocused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/minimize-focused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/minimize-focused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/minimize-focused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/minimize-unfocused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/minimize-unfocused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/minimize-unfocused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/unmaximize-focused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/unmaximize-focused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/unmaximize-focused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/unmaximize-unfocused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/unmaximize-unfocused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-maverick/unmaximize-unfocused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance-x-studio/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/ambiance/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/antique/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/antique/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/antique/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/antique/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/antique/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/antique/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/antique/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/antique/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/antique/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/antique/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/antique/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/antique/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/antique/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/antique/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/antique/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/antique/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/blaze-color/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/blaze/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/blubuntu/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/default/close-focused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/default/close-focused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/default/close-focused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/default/close-unfocused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/default/close-unfocused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/default/close-unfocused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/default/maximize-focused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/default/maximize-focused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/default/maximize-focused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/default/maximize-unfocused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/default/maximize-unfocused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/default/maximize-unfocused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/default/minimize-focused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/default/minimize-focused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/default/minimize-focused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/default/minimize-unfocused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/default/minimize-unfocused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/default/minimize-unfocused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/default/unmaximize-focused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/default/unmaximize-focused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/default/unmaximize-focused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/default/unmaximize-unfocused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/default/unmaximize-unfocused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/default/unmaximize-unfocused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/dust-invert/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/dust-sand/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/dust/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/dust/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/dust/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/dust/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/dust/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/dust/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/dust/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/dust/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/dust/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/dust/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/dust/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/dust/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/dust/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/dust/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/dust/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/dust/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/README
+%%DATADIR%%/window-buttons-applet/themes/elementary/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/elementary/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/README
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/equinox-glass/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/human-thin/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/human/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/human/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/human/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/human/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/human/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/human/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/human/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/human/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/human/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/human/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/human/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/human/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/human/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/human/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/human/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/human/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/new-hope/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/plano/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/plano/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/plano/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/plano/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/plano/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/plano/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/plano/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/plano/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/plano/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/plano/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/plano/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/plano/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/plano/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/plano/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/plano/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/plano/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/close-focused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/close-focused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/close-focused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/close-unfocused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/close-unfocused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/close-unfocused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/maximize-focused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/maximize-focused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/maximize-focused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/maximize-unfocused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/maximize-unfocused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/maximize-unfocused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/minimize-focused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/minimize-focused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/minimize-focused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/minimize-unfocused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/minimize-unfocused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/minimize-unfocused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/unmaximize-focused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/unmaximize-focused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/unmaximize-focused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/unmaximize-unfocused-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/unmaximize-unfocused-hover.png
+%%DATADIR%%/window-buttons-applet/themes/radiance-maverick/unmaximize-unfocused-normal.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/radiance/unmaximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/close-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/close-focused.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/close-hover.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/close-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/maximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/maximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/maximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/maximize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/minimize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/minimize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/minimize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/minimize-unfocused.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/unmaximize-clicked.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/unmaximize-focused.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/unmaximize-hover.png
+%%DATADIR%%/window-buttons-applet/themes/sorbet/unmaximize-unfocused.png
+share/help/C/accessx-status/figures/accessx-status-applet.png
+share/help/C/accessx-status/figures/accessx-status-disabled.png
+share/help/C/accessx-status/figures/accessx_bounce-keys.png
+share/help/C/accessx-status/figures/accessx_mouse-keys.png
+share/help/C/accessx-status/figures/accessx_slow-keys.png
+share/help/C/accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/C/accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/C/accessx-status/figures/accessx_sticky-keys.png
+share/help/C/accessx-status/figures/accessx_sticky-meta-key.png
+share/help/C/accessx-status/figures/accessx_sticky-shift-key.png
+share/help/C/accessx-status/figures/accessx_sticky-windows-key.png
+share/help/C/accessx-status/index.docbook
+share/help/C/accessx-status/legal.xml
+share/help/C/battstat/figures/battstat-applet-expanded.png
+share/help/C/battstat/figures/battstat-applet.png
+share/help/C/battstat/figures/battstat-credits-hal.png
+share/help/C/battstat/figures/battstat-preferences.png
+share/help/C/battstat/figures/context-menu.png
+share/help/C/battstat/index.docbook
+share/help/C/battstat/legal.xml
+share/help/C/char-palette/figures/charpalette_applet.png
+share/help/C/char-palette/figures/charpalette_chargroup.png
+share/help/C/char-palette/figures/charpick-preferences.png
+share/help/C/char-palette/figures/charpick_characters.png
+share/help/C/char-palette/index.docbook
+share/help/C/char-palette/legal.xml
+share/help/C/command-line/figures/command-line.png
+share/help/C/command-line/figures/prefs-macros.png
+share/help/C/command-line/figures/prefs.png
+share/help/C/command-line/index.docbook
+share/help/C/command-line/legal.xml
+share/help/C/drivemount/figures/drivemount-applet_eject.png
+share/help/C/drivemount/figures/drivemount-applet_example.png
+share/help/C/drivemount/figures/drivemount-applet_mount.png
+share/help/C/drivemount/figures/drivemount-applet_open.png
+share/help/C/drivemount/figures/drivemount-applet_status.png
+share/help/C/drivemount/index.docbook
+share/help/C/drivemount/legal.xml
+share/help/C/geyes/figures/geyes_applet.png
+share/help/C/geyes/index.docbook
+share/help/C/geyes/legal.xml
+share/help/C/gweather/figures/gweather-details.png
+share/help/C/gweather/figures/gweather-menu-prefs.png
+share/help/C/gweather/figures/gweather-prefs-general.png
+share/help/C/gweather/figures/gweather-prefs-locations.png
+share/help/C/gweather/figures/gweather_applet.png
+share/help/C/gweather/figures/stock_weather-cloudy.png
+share/help/C/gweather/figures/stock_weather-few-clouds.png
+share/help/C/gweather/figures/stock_weather-fog.png
+share/help/C/gweather/figures/stock_weather-night-clear.png
+share/help/C/gweather/figures/stock_weather-night-few-clouds.png
+share/help/C/gweather/figures/stock_weather-showers.png
+share/help/C/gweather/figures/stock_weather-snow.png
+share/help/C/gweather/figures/stock_weather-storm.png
+share/help/C/gweather/figures/stock_weather-sunny.png
+share/help/C/gweather/index.docbook
+share/help/C/gweather/legal.xml
+share/help/C/multiload/figures/multiload-preferences.png
+share/help/C/multiload/figures/system-monitor-applet_window.png
+share/help/C/multiload/figures/system_monitor.png
+share/help/C/multiload/index.docbook
+share/help/C/multiload/legal.xml
+share/help/C/netspeed_applet/figures/details.png
+share/help/C/netspeed_applet/figures/eth_sum_48.png
+share/help/C/netspeed_applet/figures/ethernet.png
+share/help/C/netspeed_applet/figures/loopback.png
+share/help/C/netspeed_applet/figures/netspeed_applet.png
+share/help/C/netspeed_applet/figures/plip.png
+share/help/C/netspeed_applet/figures/ppp.png
+share/help/C/netspeed_applet/figures/settings.png
+share/help/C/netspeed_applet/figures/wavelan.png
+share/help/C/netspeed_applet/index.docbook
+share/help/C/netspeed_applet/legal.xml
+share/help/C/stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/C/stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/C/stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/C/stickynotes_applet/figures/stickynotes-prefs.png
+share/help/C/stickynotes_applet/figures/stickynotes_applet.png
+share/help/C/stickynotes_applet/index.docbook
+share/help/C/stickynotes_applet/legal.xml
+share/help/C/trashapplet/figures/trash-applet.png
+share/help/C/trashapplet/index.docbook
+share/help/C/trashapplet/legal.xml
+share/help/ar/gweather/figures/gweather-details.png
+share/help/ar/gweather/figures/gweather-menu-prefs.png
+share/help/ar/gweather/figures/gweather-prefs-general.png
+share/help/ar/gweather/figures/gweather-prefs-locations.png
+share/help/ar/gweather/figures/gweather_applet.png
+share/help/ar/gweather/figures/stock_weather-cloudy.png
+share/help/ar/gweather/figures/stock_weather-few-clouds.png
+share/help/ar/gweather/figures/stock_weather-fog.png
+share/help/ar/gweather/figures/stock_weather-night-clear.png
+share/help/ar/gweather/figures/stock_weather-night-few-clouds.png
+share/help/ar/gweather/figures/stock_weather-showers.png
+share/help/ar/gweather/figures/stock_weather-snow.png
+share/help/ar/gweather/figures/stock_weather-storm.png
+share/help/ar/gweather/figures/stock_weather-sunny.png
+share/help/ar/gweather/index.docbook
+share/help/ar/gweather/legal.xml
+share/help/ast/geyes/figures/geyes_applet.png
+share/help/ast/geyes/index.docbook
+share/help/ast/geyes/legal.xml
+share/help/bg/accessx-status/figures/accessx-status-applet.png
+share/help/bg/accessx-status/figures/accessx-status-disabled.png
+share/help/bg/accessx-status/figures/accessx_bounce-keys.png
+share/help/bg/accessx-status/figures/accessx_mouse-keys.png
+share/help/bg/accessx-status/figures/accessx_slow-keys.png
+share/help/bg/accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/bg/accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/bg/accessx-status/figures/accessx_sticky-keys.png
+share/help/bg/accessx-status/figures/accessx_sticky-meta-key.png
+share/help/bg/accessx-status/figures/accessx_sticky-shift-key.png
+share/help/bg/accessx-status/figures/accessx_sticky-windows-key.png
+share/help/bg/accessx-status/index.docbook
+share/help/bg/accessx-status/legal.xml
+share/help/bg/battstat/figures/battstat-applet-expanded.png
+share/help/bg/battstat/figures/battstat-applet.png
+share/help/bg/battstat/figures/battstat-credits-hal.png
+share/help/bg/battstat/figures/battstat-preferences.png
+share/help/bg/battstat/figures/context-menu.png
+share/help/bg/battstat/index.docbook
+share/help/bg/battstat/legal.xml
+share/help/bg/char-palette/figures/charpalette_applet.png
+share/help/bg/char-palette/figures/charpalette_chargroup.png
+share/help/bg/char-palette/figures/charpick-preferences.png
+share/help/bg/char-palette/figures/charpick_characters.png
+share/help/bg/char-palette/index.docbook
+share/help/bg/char-palette/legal.xml
+share/help/bg/geyes/figures/geyes_applet.png
+share/help/bg/geyes/index.docbook
+share/help/bg/geyes/legal.xml
+share/help/ca/accessx-status/figures/accessx-status-applet.png
+share/help/ca/accessx-status/figures/accessx-status-disabled.png
+share/help/ca/accessx-status/figures/accessx_bounce-keys.png
+share/help/ca/accessx-status/figures/accessx_mouse-keys.png
+share/help/ca/accessx-status/figures/accessx_slow-keys.png
+share/help/ca/accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/ca/accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/ca/accessx-status/figures/accessx_sticky-keys.png
+share/help/ca/accessx-status/figures/accessx_sticky-meta-key.png
+share/help/ca/accessx-status/figures/accessx_sticky-shift-key.png
+share/help/ca/accessx-status/figures/accessx_sticky-windows-key.png
+share/help/ca/accessx-status/index.docbook
+share/help/ca/accessx-status/legal.xml
+share/help/ca/battstat/figures/battstat-applet-expanded.png
+share/help/ca/battstat/figures/battstat-applet.png
+share/help/ca/battstat/figures/battstat-credits-hal.png
+share/help/ca/battstat/figures/battstat-preferences.png
+share/help/ca/battstat/figures/context-menu.png
+share/help/ca/battstat/index.docbook
+share/help/ca/battstat/legal.xml
+share/help/ca/char-palette/figures/charpalette_applet.png
+share/help/ca/char-palette/figures/charpalette_chargroup.png
+share/help/ca/char-palette/figures/charpick-preferences.png
+share/help/ca/char-palette/figures/charpick_characters.png
+share/help/ca/char-palette/index.docbook
+share/help/ca/char-palette/legal.xml
+share/help/ca/command-line/figures/command-line.png
+share/help/ca/command-line/figures/prefs-macros.png
+share/help/ca/command-line/figures/prefs.png
+share/help/ca/command-line/index.docbook
+share/help/ca/command-line/legal.xml
+share/help/ca/drivemount/figures/drivemount-applet_eject.png
+share/help/ca/drivemount/figures/drivemount-applet_example.png
+share/help/ca/drivemount/figures/drivemount-applet_mount.png
+share/help/ca/drivemount/figures/drivemount-applet_open.png
+share/help/ca/drivemount/figures/drivemount-applet_status.png
+share/help/ca/drivemount/index.docbook
+share/help/ca/drivemount/legal.xml
+share/help/ca/geyes/figures/geyes_applet.png
+share/help/ca/geyes/index.docbook
+share/help/ca/geyes/legal.xml
+share/help/ca/gweather/figures/gweather-details.png
+share/help/ca/gweather/figures/gweather-menu-prefs.png
+share/help/ca/gweather/figures/gweather-prefs-general.png
+share/help/ca/gweather/figures/gweather-prefs-locations.png
+share/help/ca/gweather/figures/gweather_applet.png
+share/help/ca/gweather/figures/stock_weather-cloudy.png
+share/help/ca/gweather/figures/stock_weather-few-clouds.png
+share/help/ca/gweather/figures/stock_weather-fog.png
+share/help/ca/gweather/figures/stock_weather-night-clear.png
+share/help/ca/gweather/figures/stock_weather-night-few-clouds.png
+share/help/ca/gweather/figures/stock_weather-showers.png
+share/help/ca/gweather/figures/stock_weather-snow.png
+share/help/ca/gweather/figures/stock_weather-storm.png
+share/help/ca/gweather/figures/stock_weather-sunny.png
+share/help/ca/gweather/index.docbook
+share/help/ca/gweather/legal.xml
+share/help/ca/multiload/figures/multiload-preferences.png
+share/help/ca/multiload/figures/system-monitor-applet_window.png
+share/help/ca/multiload/figures/system_monitor.png
+share/help/ca/multiload/index.docbook
+share/help/ca/multiload/legal.xml
+share/help/ca/stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/ca/stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/ca/stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/ca/stickynotes_applet/figures/stickynotes-prefs.png
+share/help/ca/stickynotes_applet/figures/stickynotes_applet.png
+share/help/ca/stickynotes_applet/index.docbook
+share/help/ca/stickynotes_applet/legal.xml
+share/help/ca/trashapplet/figures/trash-applet.png
+share/help/ca/trashapplet/index.docbook
+share/help/ca/trashapplet/legal.xml
+share/help/cs/accessx-status/figures/accessx-status-applet.png
+share/help/cs/accessx-status/figures/accessx-status-disabled.png
+share/help/cs/accessx-status/figures/accessx_bounce-keys.png
+share/help/cs/accessx-status/figures/accessx_mouse-keys.png
+share/help/cs/accessx-status/figures/accessx_slow-keys.png
+share/help/cs/accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/cs/accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/cs/accessx-status/figures/accessx_sticky-keys.png
+share/help/cs/accessx-status/figures/accessx_sticky-meta-key.png
+share/help/cs/accessx-status/figures/accessx_sticky-shift-key.png
+share/help/cs/accessx-status/figures/accessx_sticky-windows-key.png
+share/help/cs/accessx-status/index.docbook
+share/help/cs/accessx-status/legal.xml
+share/help/cs/battstat/figures/battstat-applet-expanded.png
+share/help/cs/battstat/figures/battstat-applet.png
+share/help/cs/battstat/figures/battstat-credits-hal.png
+share/help/cs/battstat/figures/battstat-preferences.png
+share/help/cs/battstat/figures/context-menu.png
+share/help/cs/battstat/index.docbook
+share/help/cs/battstat/legal.xml
+share/help/cs/char-palette/figures/charpalette_applet.png
+share/help/cs/char-palette/figures/charpalette_chargroup.png
+share/help/cs/char-palette/figures/charpick-preferences.png
+share/help/cs/char-palette/figures/charpick_characters.png
+share/help/cs/char-palette/index.docbook
+share/help/cs/char-palette/legal.xml
+share/help/cs/command-line/figures/command-line.png
+share/help/cs/command-line/figures/prefs-macros.png
+share/help/cs/command-line/figures/prefs.png
+share/help/cs/command-line/index.docbook
+share/help/cs/command-line/legal.xml
+share/help/cs/drivemount/figures/drivemount-applet_eject.png
+share/help/cs/drivemount/figures/drivemount-applet_example.png
+share/help/cs/drivemount/figures/drivemount-applet_mount.png
+share/help/cs/drivemount/figures/drivemount-applet_open.png
+share/help/cs/drivemount/figures/drivemount-applet_status.png
+share/help/cs/drivemount/index.docbook
+share/help/cs/drivemount/legal.xml
+share/help/cs/geyes/figures/geyes_applet.png
+share/help/cs/geyes/index.docbook
+share/help/cs/geyes/legal.xml
+share/help/cs/gweather/figures/gweather-details.png
+share/help/cs/gweather/figures/gweather-menu-prefs.png
+share/help/cs/gweather/figures/gweather-prefs-general.png
+share/help/cs/gweather/figures/gweather-prefs-locations.png
+share/help/cs/gweather/figures/gweather_applet.png
+share/help/cs/gweather/figures/stock_weather-cloudy.png
+share/help/cs/gweather/figures/stock_weather-few-clouds.png
+share/help/cs/gweather/figures/stock_weather-fog.png
+share/help/cs/gweather/figures/stock_weather-night-clear.png
+share/help/cs/gweather/figures/stock_weather-night-few-clouds.png
+share/help/cs/gweather/figures/stock_weather-showers.png
+share/help/cs/gweather/figures/stock_weather-snow.png
+share/help/cs/gweather/figures/stock_weather-storm.png
+share/help/cs/gweather/figures/stock_weather-sunny.png
+share/help/cs/gweather/index.docbook
+share/help/cs/gweather/legal.xml
+share/help/cs/multiload/figures/multiload-preferences.png
+share/help/cs/multiload/figures/system-monitor-applet_window.png
+share/help/cs/multiload/figures/system_monitor.png
+share/help/cs/multiload/index.docbook
+share/help/cs/multiload/legal.xml
+share/help/cs/netspeed_applet/figures/details.png
+share/help/cs/netspeed_applet/figures/eth_sum_48.png
+share/help/cs/netspeed_applet/figures/ethernet.png
+share/help/cs/netspeed_applet/figures/loopback.png
+share/help/cs/netspeed_applet/figures/netspeed_applet.png
+share/help/cs/netspeed_applet/figures/plip.png
+share/help/cs/netspeed_applet/figures/ppp.png
+share/help/cs/netspeed_applet/figures/settings.png
+share/help/cs/netspeed_applet/figures/wavelan.png
+share/help/cs/netspeed_applet/index.docbook
+share/help/cs/netspeed_applet/legal.xml
+share/help/cs/stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/cs/stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/cs/stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/cs/stickynotes_applet/figures/stickynotes-prefs.png
+share/help/cs/stickynotes_applet/figures/stickynotes_applet.png
+share/help/cs/stickynotes_applet/index.docbook
+share/help/cs/stickynotes_applet/legal.xml
+share/help/cs/trashapplet/figures/trash-applet.png
+share/help/cs/trashapplet/index.docbook
+share/help/cs/trashapplet/legal.xml
+share/help/da/battstat/figures/battstat-applet-expanded.png
+share/help/da/battstat/figures/battstat-applet.png
+share/help/da/battstat/figures/battstat-credits-hal.png
+share/help/da/battstat/figures/battstat-preferences.png
+share/help/da/battstat/figures/context-menu.png
+share/help/da/battstat/index.docbook
+share/help/da/battstat/legal.xml
+share/help/da/drivemount/figures/drivemount-applet_eject.png
+share/help/da/drivemount/figures/drivemount-applet_example.png
+share/help/da/drivemount/figures/drivemount-applet_mount.png
+share/help/da/drivemount/figures/drivemount-applet_open.png
+share/help/da/drivemount/figures/drivemount-applet_status.png
+share/help/da/drivemount/index.docbook
+share/help/da/drivemount/legal.xml
+share/help/da/geyes/figures/geyes_applet.png
+share/help/da/geyes/index.docbook
+share/help/da/geyes/legal.xml
+share/help/da/trashapplet/figures/trash-applet.png
+share/help/da/trashapplet/index.docbook
+share/help/da/trashapplet/legal.xml
*** 1504 LINES SKIPPED ***


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506101137.55ABbc2B026006>