diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-25 07:09:37 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-25 07:09:37 +0000 |
commit | d9e7d4ac27d88c80fe4eb41b8d23a312381067e6 (patch) | |
tree | 7764bd9c64f42a6d75440d171fe753f7c639bb0f /x11-wm | |
parent | 8443ce31c778b6ebff20e15625c4a88b2dfc87f0 (diff) | |
download | ports-d9e7d4ac27d88c80fe4eb41b8d23a312381067e6.tar.gz ports-d9e7d4ac27d88c80fe4eb41b8d23a312381067e6.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e16/Makefile | 42 | ||||
-rw-r--r-- | x11-wm/e16/distinfo | 12 | ||||
-rw-r--r-- | x11-wm/e16/files/patch-e_gen_menu | 29 | ||||
-rw-r--r-- | x11-wm/e16/files/patch-scripts::e_gen_menu | 11 | ||||
-rw-r--r-- | x11-wm/e16/files/patch-src::Makefile.in | 11 | ||||
-rw-r--r-- | x11-wm/e16/pkg-plist | 3229 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 42 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/distinfo | 12 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/files/patch-e_gen_menu | 29 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/files/patch-scripts::e_gen_menu | 11 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/files/patch-src::Makefile.in | 11 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/pkg-plist | 3229 | ||||
-rw-r--r-- | x11-wm/enlightenment/Makefile | 42 | ||||
-rw-r--r-- | x11-wm/enlightenment/distinfo | 12 | ||||
-rw-r--r-- | x11-wm/enlightenment/files/patch-e_gen_menu | 29 | ||||
-rw-r--r-- | x11-wm/enlightenment/files/patch-scripts::e_gen_menu | 11 | ||||
-rw-r--r-- | x11-wm/enlightenment/files/patch-src::Makefile.in | 11 | ||||
-rw-r--r-- | x11-wm/enlightenment/pkg-plist | 3229 |
18 files changed, 1287 insertions, 8715 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index e75ca936ad3d..9ad1003b8e35 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -6,59 +6,39 @@ # PORTNAME= enlightenment -PORTVERSION= 0.16.6 -PORTREVISION= 1 +PORTVERSION= 0.16.7.1 +PORTREVISION= 0 CATEGORIES= x11-wm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:enlightenment/} \ - ftp://freebsd.sinica.edu.tw/pub/clive/:ethemes -MASTER_SITE_SUBDIR= ${PORTNAME}/:enlightenment -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:enlightenment \ - Marble.etheme:ethemes \ - BlueSteel.etheme.zh_TW.Big5:ethemes \ - BrushedMetal-Tigert.etheme.zh_TW.Big5:ethemes \ - ShinyMetal.etheme.zh_TW.Big5:ethemes -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= vanilla@FreeBSD.org COMMENT= A very artistic X window manager -LIB_DEPENDS= Fnlib.0:${PORTSDIR}/graphics/fnlib \ - ghttp.1:${PORTSDIR}/www/libghttp +LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GNOME= esound imlib -USE_FREETYPE= yes +USE_GNOME= esound +USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fsstd --disable-hints-gnome --disable-hints-kde -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \ - -I${LOCALBASE}/include -I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" MAN1= enlightenment.1 .include <bsd.port.pre.mk> -.if (${MACHINE} == "alpha") && ${X_WINDOW_SYSTEM:L} == xfree86-3 +.if (${MACHINE} == "alpha") && (${XFREE86_VERSION} == 3) CONFIGURE_ARGS+= --disable-zoom .endif post-patch: @${REINPLACE_CMD} -e 's| wctype.h||g ; \ s|-ldl||g' ${WRKSRC}/configure - -post-install: - ${MKDIR} ${DATADIR}/themes/Marble - ${TAR} -C ${DATADIR}/themes/Marble \ - -xzf ${DISTDIR}/Marble.etheme - ${TAR} -C ${DATADIR}/themes/BlueSteel \ - -xzf ${DISTDIR}/BlueSteel.etheme.zh_TW.Big5 - ${TAR} -C ${DATADIR}/themes/BrushedMetal-Tigert \ - -xzf ${DISTDIR}/BrushedMetal-Tigert.etheme.zh_TW.Big5 - ${TAR} -C ${DATADIR}/themes/ShinyMetal \ - -xzf ${DISTDIR}/ShinyMetal.etheme.zh_TW.Big5 - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/themes - ${CHMOD} -R a+rX ${DATADIR}/themes + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ + ${WRKSRC}/scripts/e_gen_menu .include <bsd.port.post.mk> diff --git a/x11-wm/e16/distinfo b/x11-wm/e16/distinfo index f4ad8b669f29..c03cd4108e47 100644 --- a/x11-wm/e16/distinfo +++ b/x11-wm/e16/distinfo @@ -1,10 +1,2 @@ -MD5 (enlightenment-0.16.6.tar.gz) = fa1b5f062cd2ba005eb555c358450deb -SIZE (enlightenment-0.16.6.tar.gz) = 11924484 -MD5 (Marble.etheme) = 94c593f1f5ad6572b9f72a8040ac3c83 -SIZE (Marble.etheme) = 930404 -MD5 (BlueSteel.etheme.zh_TW.Big5) = 5544b76db10324deeacde0399f63c792 -SIZE (BlueSteel.etheme.zh_TW.Big5) = 6048 -MD5 (BrushedMetal-Tigert.etheme.zh_TW.Big5) = d29aad171b1a020e66d20d33cf9794f8 -SIZE (BrushedMetal-Tigert.etheme.zh_TW.Big5) = 4272 -MD5 (ShinyMetal.etheme.zh_TW.Big5) = 661291ffd6672feb3c961a54a8a2a940 -SIZE (ShinyMetal.etheme.zh_TW.Big5) = 2962 +MD5 (enlightenment-0.16.7.1.tar.gz) = 1439839c3023914a62f8254cc31085fc +SIZE (enlightenment-0.16.7.1.tar.gz) = 1791137 diff --git a/x11-wm/e16/files/patch-e_gen_menu b/x11-wm/e16/files/patch-e_gen_menu new file mode 100644 index 000000000000..49ebc4992408 --- /dev/null +++ b/x11-wm/e16/files/patch-e_gen_menu @@ -0,0 +1,29 @@ +--- scripts/e_gen_menu.orig Mon Jun 14 04:44:03 2004 ++++ scripts/e_gen_menu Wed Jun 30 12:00:37 2004 +@@ -25,7 +25,7 @@ + ############################################################################## + + # Likely prefixes +-$Prefixes = "/usr/local:/usr:/opt"; ++$Prefixes = "/usr/local:/usr/X11R6"; + + # Where to look for GNOME2/KDE2,3 stuff + $AppDirs = MkDirList($Prefixes, "/share/applications"); +@@ -51,7 +51,7 @@ + $loc1 = "" if ($loc1 eq $loc2); + + $EdirUser = "$ENV{'HOME'}/.enlightenment" unless $EdirUser; +-$EdirRoot = "/usr/share/enlightenment" unless $EdirRoot; ++$EdirRoot = "%%PREFIX%%/share/enlightenment" unless $EdirRoot; + $EdirBin = "/usr/bin" unless $EdirBin; + + $dbg = "$ENV{'E_MENUGEN_DBG'}"; +@@ -96,7 +96,7 @@ + "x:Firefox:firefox", + "x:Galeon:galeon", + "x:Opera:opera", +- "x:Electric Eyes:ee", ++ "x:Electric Eyes:ElectricEyes", + "x:Gmplayer:gmplayer", + "x:Xine:xine", + "x:The GIMP:gimp", diff --git a/x11-wm/e16/files/patch-scripts::e_gen_menu b/x11-wm/e16/files/patch-scripts::e_gen_menu deleted file mode 100644 index 3bad84d12c34..000000000000 --- a/x11-wm/e16/files/patch-scripts::e_gen_menu +++ /dev/null @@ -1,11 +0,0 @@ ---- scripts/e_gen_menu.orig Sun Sep 7 03:12:42 2003 -+++ scripts/e_gen_menu Mon Oct 6 01:17:48 2003 -@@ -84,7 +84,7 @@ - "x:XTerm:xterm", - "x:RXVT:rxvt", - "x:Mozilla:mozilla", -- "x:Electric Eyes:ee", -+ "x:Electric Eyes:ElectricEyes", - "x:The GIMP:gimp", - "x:XV:xv", - "x:GQView:gqview", diff --git a/x11-wm/e16/files/patch-src::Makefile.in b/x11-wm/e16/files/patch-src::Makefile.in deleted file mode 100644 index c0d1bc7a1f27..000000000000 --- a/x11-wm/e16/files/patch-src::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Sun Sep 7 05:00:33 2003 -+++ src/Makefile.in Mon Oct 6 01:21:24 2003 -@@ -691,7 +691,7 @@ - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes; \ - rm -f $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes/DEFAULT; \ - $(LN_S) \ -- BrushedMetal-Tigert \ -+ Marble \ - $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes/DEFAULT; - - uninstall-local: diff --git a/x11-wm/e16/pkg-plist b/x11-wm/e16/pkg-plist index f67ade3c58e1..cefdc7e06206 100644 --- a/x11-wm/e16/pkg-plist +++ b/x11-wm/e16/pkg-plist @@ -1,61 +1,10 @@ -bin/dox +bin/edox bin/eesh bin/enlightenment bin/epp -%%DATADIR%%/E-docs/E_app_menu.png -%%DATADIR%%/E-docs/E_app_rightmouse_menu.png -%%DATADIR%%/E-docs/E_area_settings.png -%%DATADIR%%/E-docs/E_audio_settings.png -%%DATADIR%%/E-docs/E_autoraise_settings.png -%%DATADIR%%/E-docs/E_backgrounds_menu.png -%%DATADIR%%/E-docs/E_backgrounds_menu_view.png -%%DATADIR%%/E-docs/E_backgrounds_settings.pl.png -%%DATADIR%%/E-docs/E_backgrounds_settings.png -%%DATADIR%%/E-docs/E_border_selector.png -%%DATADIR%%/E-docs/E_deskarray.png -%%DATADIR%%/E-docs/E_deskimg.png -%%DATADIR%%/E-docs/E_deskstack.png -%%DATADIR%%/E-docs/E_dragbar.png -%%DATADIR%%/E-docs/E_dragging_desktops.png -%%DATADIR%%/E-docs/E_enlightenment_menu.png -%%DATADIR%%/E-docs/E_focus_settings.png -%%DATADIR%%/E-docs/E_group_settings.png -%%DATADIR%%/E-docs/E_groups_menu.png -%%DATADIR%%/E-docs/E_iconbox.png -%%DATADIR%%/E-docs/E_iconbox_menu.png -%%DATADIR%%/E-docs/E_iconbox_settings.png -%%DATADIR%%/E-docs/E_kde_settings.png -%%DATADIR%%/E-docs/E_keyboard.png -%%DATADIR%%/E-docs/E_logo.png -%%DATADIR%%/E-docs/E_maint_menu.png -%%DATADIR%%/E-docs/E_mouse.png -%%DATADIR%%/E-docs/E_mousewheel.png -%%DATADIR%%/E-docs/E_move_resize_settings.png -%%DATADIR%%/E-docs/E_pager.png -%%DATADIR%%/E-docs/E_pager_settings.png -%%DATADIR%%/E-docs/E_pager_settings_menu.png -%%DATADIR%%/E-docs/E_placement_settings.png -%%DATADIR%%/E-docs/E_remember_settings.png -%%DATADIR%%/E-docs/E_screen_start.png -%%DATADIR%%/E-docs/E_settings_menu.png -%%DATADIR%%/E-docs/E_special_fx_settings.png -%%DATADIR%%/E-docs/E_tooltip_settings.png -%%DATADIR%%/E-docs/E_tooltips.png -%%DATADIR%%/E-docs/E_virtual_desk_settings.png -%%DATADIR%%/E-docs/E_website.png -%%DATADIR%%/E-docs/E_window.png -%%DATADIR%%/E-docs/E_window_diagram.pl.png -%%DATADIR%%/E-docs/E_window_diagram.png -%%DATADIR%%/E-docs/Edoc_bg.png -%%DATADIR%%/E-docs/FIRST_0.16 -%%DATADIR%%/E-docs/MAIN -%%DATADIR%%/E-docs/MAIN.ja -%%DATADIR%%/E-docs/MAIN.pl -%%DATADIR%%/E-docs/Verah___.ttf -%%DATADIR%%/E-docs/aircut3.ttf -%%DATADIR%%/E-docs/rothwell.ttf %%DATADIR%%/config/actionclasses.cfg %%DATADIR%%/config/actionclasses.cfg.ja +%%DATADIR%%/config/actionclasses.cfg.ko %%DATADIR%%/config/actionclasses.cfg.pl %%DATADIR%%/config/backup-borders.cfg %%DATADIR%%/config/backup-colormodifiers.cfg @@ -68,14 +17,18 @@ bin/epp %%DATADIR%%/config/icondefs.cfg %%DATADIR%%/config/keybindings.cfg %%DATADIR%%/config/keybindings.cfg.ja +%%DATADIR%%/config/keybindings.cfg.ko %%DATADIR%%/config/keybindings.cfg.pl %%DATADIR%%/config/keybindings.gmc.cfg.ja +%%DATADIR%%/config/keybindings.gmc.cfg.ko %%DATADIR%%/config/keybindings.gmc.cfg.pl %%DATADIR%%/config/keybindings.nogmc.cfg.ja +%%DATADIR%%/config/keybindings.nogmc.cfg.ko %%DATADIR%%/config/keybindings.nogmc.cfg.pl %%DATADIR%%/config/keybindings.rh.cfg.pl %%DATADIR%%/config/menus.cfg %%DATADIR%%/config/menus.cfg.ja +%%DATADIR%%/config/menus.cfg.ko %%DATADIR%%/config/menus.cfg.pl %%DATADIR%%/config/pix/about.png %%DATADIR%%/config/pix/apple.png @@ -130,6 +83,16 @@ bin/epp %%DATADIR%%/config/pix/wait8.png %%DATADIR%%/config/pix/wait9.png %%DATADIR%%/config/pix/world.png +%%DATADIR%%/misc/E-GNOME +%%DATADIR%%/misc/E-KDE +%%DATADIR%%/misc/E16 +%%DATADIR%%/misc/starte16 +%%DATADIR%%/misc/Xclients.e-gnome +%%DATADIR%%/misc/Xclients.e-kde +%%DATADIR%%/misc/Xclients.enlightenment +%%DATADIR%%/misc/e-gnome.desktop +%%DATADIR%%/misc/e-kde.desktop +%%DATADIR%%/misc/enlightenment.desktop %%DATADIR%%/scripts/e_cache_clean %%DATADIR%%/scripts/e_cache_clean.pl %%DATADIR%%/scripts/e_cache_query @@ -140,2482 +103,310 @@ bin/epp %%DATADIR%%/scripts/e_gen_menu.e16_5 %%DATADIR%%/scripts/e_gen_menu.pl %%DATADIR%%/scripts/enlightenment.install -%%DATADIR%%/themes/BlueSteel/ABOUT/MAIN -%%DATADIR%%/themes/BlueSteel/ABOUT/bg.png -%%DATADIR%%/themes/BlueSteel/ABOUT/logo.png -%%DATADIR%%/themes/BlueSteel/ABOUT/vixar.ttf -%%DATADIR%%/themes/BlueSteel/Eterm/Eterm.cfg -%%DATADIR%%/themes/BlueSteel/Eterm/images/anchor_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/anchor_hl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/bg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/downarrow_cl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/downarrow_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/downarrow_hl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/leftarrow_cl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/leftarrow_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/leftarrow_hl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/menu_selected.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/menubg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/rightarrow_cl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/rightarrow_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/rightarrow_hl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/submenu.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/submenu_selected.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/trough.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/uparrow_cl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/uparrow_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/uparrow_hl.png -%%DATADIR%%/themes/BlueSteel/README -%%DATADIR%%/themes/BlueSteel/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/BlueSteel/backgrounds/images/All-Good-People-4.jpg -%%DATADIR%%/themes/BlueSteel/backgrounds/images/Enigmas-Oven-2.jpg -%%DATADIR%%/themes/BlueSteel/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images/maximize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images/maximize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images/maximize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/FIXEDSIZE/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/border.cfg.ja -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/border.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/resize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/resize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/resize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/right_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/right_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/rightbottomtrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/rightbottomtrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/shade_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/shade_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/shade_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/title_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/title_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/toptrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/toptrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/unshade_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/unshade_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/unshade_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottom_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottom_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottomresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottomresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/left_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/left_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_hl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_hl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/right_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/right_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/rightresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/rightresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/righttrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/righttrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_bg_st.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_fg_st.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_bg_st.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_fg_st.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/top_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/top_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/toptrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/toptrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/left_bg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/left_fg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/resize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/resize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/resize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/shade_bg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/shade_cl.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/shade_fg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/unshade_bg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/unshade_cl.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/unshade_fg.png -%%DATADIR%%/themes/BlueSteel/borders/SMALL/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/SMALLFIXED/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/top_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/top_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/topright_bg.png -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/topright_fg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/leftresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/leftresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/rightresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/rightresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALLFIXED/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/borders.cfg -%%DATADIR%%/themes/BlueSteel/borders/borders.cfg.ja -%%DATADIR%%/themes/BlueSteel/borders/borders.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/borders/common/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/common/border.cfg.ja -%%DATADIR%%/themes/BlueSteel/borders/common/border.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/borders/common/images/bottomresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/bottomresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_sh_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottom_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottom_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottomtrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottomtrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_title_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_title_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_top_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_top_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/fixed_bottom_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/fixed_bottom_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/left_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/left_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_bottomtrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_bottomtrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_title_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_title_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttoptrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttoptrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/minimize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/minimize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/minimize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/right_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/right_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/righttrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/righttrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_bg_st.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_fg_st.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_bg_st.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_fg_st.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/toprighttrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/toprighttrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/transient_title_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/transient_title_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders.cfg -%%DATADIR%%/themes/BlueSteel/borders.cfg.ja -%%DATADIR%%/themes/BlueSteel/borders.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/buttons/buttons.cfg -%%DATADIR%%/themes/BlueSteel/buttons.cfg -%%DATADIR%%/themes/BlueSteel/colormodifiers.cfg -%%DATADIR%%/themes/BlueSteel/common/images/bg.png -%%DATADIR%%/themes/BlueSteel/common/images/blank.png -%%DATADIR%%/themes/BlueSteel/common/images/dragbar_horiz.png -%%DATADIR%%/themes/BlueSteel/common/images/selected.png -%%DATADIR%%/themes/BlueSteel/coords/coords.cfg -%%DATADIR%%/themes/BlueSteel/coords/coords.cfg.ja -%%DATADIR%%/themes/BlueSteel/coords/coords.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_left.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_left.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_right.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_right.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/cursor.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/cursor.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/iconify.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/iconify.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/kill.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/kill.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/max.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/max.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/move.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/move.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_bl.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_bl.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_br.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_br.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_h.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_h.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_v.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_v.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/stick.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/stick.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/cursors.cfg -%%DATADIR%%/themes/BlueSteel/cursors.cfg -%%DATADIR%%/themes/BlueSteel/desktops.cfg -%%DATADIR%%/themes/BlueSteel/dialogs/dialogs.cfg -%%DATADIR%%/themes/BlueSteel/dialogs/dialogs.cfg.ja -%%DATADIR%%/themes/BlueSteel/dialogs/dialogs.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/dialogs/images/button_down.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/button_up.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/check_off.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/check_on.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/darkbg.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/lightbg.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/radio_off.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/radio_on.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/separator.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/slider_horiz.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/slider_vert.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/window.png -%%DATADIR%%/themes/BlueSteel/dock/dock.cfg -%%DATADIR%%/themes/BlueSteel/dock/images/icon.png -%%DATADIR%%/themes/BlueSteel/dragbar/dragbar.cfg -%%DATADIR%%/themes/BlueSteel/dragbar/images/downarrow.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/downarrow_cl.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/dragbar_vert.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/leftarrow.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/leftarrow_cl.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/rightarrow.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/rightarrow_cl.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/uparrow.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/uparrow_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/epplets.cfg -%%DATADIR%%/themes/BlueSteel/epplets/epplets.cfg.ja -%%DATADIR%%/themes/BlueSteel/epplets/epplets.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_down_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_down_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_left_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_left_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_right_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_right_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_up_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_up_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/bar.png -%%DATADIR%%/themes/BlueSteel/epplets/images/bg_h.png -%%DATADIR%%/themes/BlueSteel/epplets/images/bg_v.png -%%DATADIR%%/themes/BlueSteel/epplets/images/button_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/button_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/close_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/close_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/config_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/config_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/drawingarea.png -%%DATADIR%%/themes/BlueSteel/epplets/images/eject_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/eject_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/ff_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/ff_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/help_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/help_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/next_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/next_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/pause_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/pause_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/play_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/play_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/prev_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/prev_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/repeat_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/repeat_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/rw_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/rw_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/skip_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/skip_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/slider_base_h.png -%%DATADIR%%/themes/BlueSteel/epplets/images/slider_base_v.png -%%DATADIR%%/themes/BlueSteel/epplets/images/slider_knob_h.png -%%DATADIR%%/themes/BlueSteel/epplets/images/slider_knob_v.png -%%DATADIR%%/themes/BlueSteel/epplets/images/stop_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/stop_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/togglebutton_down.png -%%DATADIR%%/themes/BlueSteel/epplets/images/togglebutton_up.png -%%DATADIR%%/themes/BlueSteel/focuslist/focuslist.cfg -%%DATADIR%%/themes/BlueSteel/focuslist/focuslist.cfg.ja -%%DATADIR%%/themes/BlueSteel/focuslist/focuslist.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/focuslist/images/lightbg.png -%%DATADIR%%/themes/BlueSteel/focuslist/images/lightbg_hl.png -%%DATADIR%%/themes/BlueSteel/iconbox/iconbox.cfg -%%DATADIR%%/themes/BlueSteel/iconbox/iconbox.cfg.ja -%%DATADIR%%/themes/BlueSteel/iconbox/iconbox.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_down.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_down_cl.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_left.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_left_cl.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_right.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_right_cl.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_up.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_up_cl.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/bar_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/bar_v.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/base_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/base_v.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/bg_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/bg_v.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/cover_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/cover_v.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/icon.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/knob_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/knob_v.png -%%DATADIR%%/themes/BlueSteel/imageclasses.cfg -%%DATADIR%%/themes/BlueSteel/imageclasses.cfg.ja -%%DATADIR%%/themes/BlueSteel/imageclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/init/images/bar.png -%%DATADIR%%/themes/BlueSteel/init/images/bg.jpg -%%DATADIR%%/themes/BlueSteel/init/images/logo.png -%%DATADIR%%/themes/BlueSteel/init/init.cfg -%%DATADIR%%/themes/BlueSteel/init/init.cfg.ja -%%DATADIR%%/themes/BlueSteel/init/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/init.cfg -%%DATADIR%%/themes/BlueSteel/init.cfg.ja -%%DATADIR%%/themes/BlueSteel/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/menustyles/images/submenu.png -%%DATADIR%%/themes/BlueSteel/menustyles/images/submenu_selected.png -%%DATADIR%%/themes/BlueSteel/menustyles/menustyles.cfg -%%DATADIR%%/themes/BlueSteel/menustyles/menustyles.cfg.ja -%%DATADIR%%/themes/BlueSteel/menustyles/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/menustyles.cfg -%%DATADIR%%/themes/BlueSteel/menustyles.cfg.ja -%%DATADIR%%/themes/BlueSteel/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/pager/images/selected.png -%%DATADIR%%/themes/BlueSteel/pager/images/window.png -%%DATADIR%%/themes/BlueSteel/pager/pager.cfg -%%DATADIR%%/themes/BlueSteel/pager/pager.cfg.ja -%%DATADIR%%/themes/BlueSteel/pager/pager.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/slideouts/slideouts.cfg -%%DATADIR%%/themes/BlueSteel/slideouts.cfg -%%DATADIR%%/themes/BlueSteel/sound/sound.cfg -%%DATADIR%%/themes/BlueSteel/sound.cfg -%%DATADIR%%/themes/BlueSteel/tooltips/images/cloud_large.png -%%DATADIR%%/themes/BlueSteel/tooltips/images/cloud_small.png -%%DATADIR%%/themes/BlueSteel/tooltips/tooltips.cfg -%%DATADIR%%/themes/BlueSteel/tooltips/tooltips.cfg.ja -%%DATADIR%%/themes/BlueSteel/tooltips/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/tooltips.cfg -%%DATADIR%%/themes/BlueSteel/tooltips.cfg.ja -%%DATADIR%%/themes/BlueSteel/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/ttfonts/vixar.ttf -%%DATADIR%%/themes/BlueSteel/windowmatches.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/Edoc_bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/MAIN -%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/aircut3.ttf -%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/title.png -%%DATADIR%%/themes/BrushedMetal-Tigert/README -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/dark_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/dark_vertical_gradient_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/light_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/light_vertical_gradient_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/small_turquoise_pebbles.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turqouise_bg.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_garage_floor.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_leather.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_tiles.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_treemoon.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_wrinkles.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDER_ONLY/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/FIXED_SIZE/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb6.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb8.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb9.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb6.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb8.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb9.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/SHAPED/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b0-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b0.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b2-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b3-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b4-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b5-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b6-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b6.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b7-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b7.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b8-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b8.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb4-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb5-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb6-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb6.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb8-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb8.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/black.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/blank.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2s-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2s.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2s-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2s.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/buttons/buttons.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/buttons.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/colormodifiers.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/common/images/blank.png -%%DATADIR%%/themes/BrushedMetal-Tigert/common/images/light_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/images/coord.png -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/cursor.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/cursor.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/iconify.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/iconify.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/kill.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/kill.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/move.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/move.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_br.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_br.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_h.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_h.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_tr.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_tr.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_v.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_v.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/cursors.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/desktops.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/bt2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/button1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/button2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/button3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/indent.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/r1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/r1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl1b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl2b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/slh.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/slv.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w0-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w0.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dock/dock.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/dock/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dock/images/bt2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/dragbar.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a1b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a2b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/bt2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_d1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_d2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_d3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_l1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_l2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_l3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_r1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_r2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_r3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_u1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_u2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_u3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/b1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/b2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/b3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bg_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/close1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/close2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/close3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/config1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/config2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/config3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/da.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/eject1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/eject2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/eject3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ff1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ff2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ff3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/help1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/help2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/help3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/next1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/next2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/next3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pause1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pause2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pause3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pb_h.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pb_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/play1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/play2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/play3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/prev1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/prev2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/prev3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/repeat1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/repeat2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/repeat3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/rw1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/rw2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/rw3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_h.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_k1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_k2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/skip1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/skip2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/skip3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/stop1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/stop2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/stop3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/eterm.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_d_1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_d_2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_l_1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_l_2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_r_1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_r_2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_u_1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_u_2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/bg.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/bt.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/mb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/mb3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/sb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/sb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/t.png -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/images/mb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/images/mb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_d1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_d2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_l1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_l2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_r1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_r2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_u1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_u2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_cover_h.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_cover_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_h.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/mb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/sl1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/sl2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/slh.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/slv.png -%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/light_vetical_gradient_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/progress_bar.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/text_bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/turquoise_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images/mb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images/mb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images/mb3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/mb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/p_bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/p_sel.png -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/p_win.png -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/slideouts/slideouts.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/slideouts.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_already_active.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_error_ipc.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_goodbye.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_logout.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_scanning.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_areas.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_audio.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_autoraise.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_bg.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_desktops.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_focus.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_fx.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_moveresize.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_pager.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_placement.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_tooltips.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_wait.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_warning.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_welcome.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_DEICONIFY.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_DESKTOP_SHUT.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_FOCUS_SET.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_ICONIFY.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_MENU_SHOW.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_MOVE_AREA_DOWN.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_MOVE_RESIST.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_NEW_ICONBOX.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_SHADE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_UNSHADE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_BORDER_CHANGE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_CHANGE_LAYER_DOWN.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_CLOSE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_SLIDE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_STICK.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_UNSTICK.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/sound.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/sound.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/imageclasses.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images/cloud1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images/cloud2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images/cloud_logo.png -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/windowmatches.cfg -%%DATADIR%%/themes/DEFAULT -%%DATADIR%%/themes/Ganymede/ABOUT/MAIN -%%DATADIR%%/themes/Ganymede/ABOUT/background.png -%%DATADIR%%/themes/Ganymede/ABOUT/bullet.gif -%%DATADIR%%/themes/Ganymede/ABOUT/econtrol.png -%%DATADIR%%/themes/Ganymede/ABOUT/ganymede.png -%%DATADIR%%/themes/Ganymede/ABOUT/ganymede.ttf -%%DATADIR%%/themes/Ganymede/ABOUT/pulldowns.png -%%DATADIR%%/themes/Ganymede/ACTIVATE_BUTTONS -%%DATADIR%%/themes/Ganymede/BUTTON_CONFIG_HOWTO -%%DATADIR%%/themes/Ganymede/ChangeLog -%%DATADIR%%/themes/Ganymede/Eterm/imageclasses.cfg -%%DATADIR%%/themes/Ganymede/Ganymede/MAIN -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_down1.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_down2.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_down3.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_up1.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_up2.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_up3.png -%%DATADIR%%/themes/Ganymede/Ganymede/background_vert.png -%%DATADIR%%/themes/Ganymede/Ganymede/blue.ppm -%%DATADIR%%/themes/Ganymede/Ganymede/blue_dark.ppm -%%DATADIR%%/themes/Ganymede/Ganymede/green.ppm -%%DATADIR%%/themes/Ganymede/Ganymede/red.ppm -%%DATADIR%%/themes/Ganymede/Ganymede/scrollbar_vert.png -%%DATADIR%%/themes/Ganymede/Ganymede/theme.cfg -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_bordered.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_chart.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_panel.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_spacer.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_timer.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/chart_grid.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/chart_labels.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/digits.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/frame_horizontal.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/frame_side.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/gkrellmrc -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/krell_meter.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/krell_panel.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/meter_labels.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/net_leds.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/numbers.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/ppp_button.xpm -%%DATADIR%%/themes/Ganymede/Makefile -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.editors.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.graphics.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.mailers.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.net.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.other.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.terminals.menu -%%DATADIR%%/themes/Ganymede/README -%%DATADIR%%/themes/Ganymede/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/Ganymede/backgrounds/images/French-Products-for-Ganymede.png -%%DATADIR%%/themes/Ganymede/backgrounds/images/enlightenment.png -%%DATADIR%%/themes/Ganymede/backgrounds/images/logo_small.png -%%DATADIR%%/themes/Ganymede/backgrounds/images/logo_tiny.png -%%DATADIR%%/themes/Ganymede/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD/border.cfg -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/GREEN/border.cfg -%%DATADIR%%/themes/Ganymede/borders/GREEN/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/border.cfg -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_flat_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_flat_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_NOTITLE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_b_bottom_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_b_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_b_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_l_left_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_l_left_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_l_left_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_left_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_left_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_r_right_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_r_right_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_r_right_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_right_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_right_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_t_top_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_t_top_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_t_top_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_top_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_top_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_left_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_left_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_right_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_right_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_top_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_top_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/RED/border.cfg -%%DATADIR%%/themes/Ganymede/borders/RED/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/border.cfg -%%DATADIR%%/themes/Ganymede/borders/ROTATED/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_left_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_left_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_right_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_right_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_top_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_top_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/borders.cfg -%%DATADIR%%/themes/Ganymede/borders/borders.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/common/border.cfg -%%DATADIR%%/themes/Ganymede/borders/common/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders.cfg -%%DATADIR%%/themes/Ganymede/borders.cfg.ja -%%DATADIR%%/themes/Ganymede/buttons/buttons.cfg -%%DATADIR%%/themes/Ganymede/buttons/buttons.cfg.ja -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_cleanup_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_deskray_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_exit_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_help_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_restart_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_autosave_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_cleanslide_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_deskslide_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_dragdir_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_dragorder_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_focus_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_mapslide_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_move_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_resize_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_slidemode_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_sound_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/right_tab_template_clicked.png -%%DATADIR%%/themes/Ganymede/buttons/images/right_tab_template_sel.png -%%DATADIR%%/themes/Ganymede/buttons/images/right_tab_template_unsel.png -%%DATADIR%%/themes/Ganymede/buttons/images/tab_template_clicked.png -%%DATADIR%%/themes/Ganymede/buttons/images/tab_template_sel.png -%%DATADIR%%/themes/Ganymede/buttons/images/tab_template_unsel.png -%%DATADIR%%/themes/Ganymede/colormodifiers.cfg -%%DATADIR%%/themes/Ganymede/common/button_c.png -%%DATADIR%%/themes/Ganymede/common/button_f.png -%%DATADIR%%/themes/Ganymede/common/button_s.png -%%DATADIR%%/themes/Ganymede/common/button_u.png -%%DATADIR%%/themes/Ganymede/common/dock_c.png -%%DATADIR%%/themes/Ganymede/common/dock_s.png -%%DATADIR%%/themes/Ganymede/common/dock_u.png -%%DATADIR%%/themes/Ganymede/common/empty.png -%%DATADIR%%/themes/Ganymede/coords/coords.cfg -%%DATADIR%%/themes/Ganymede/coords/coords.cfg.ja -%%DATADIR%%/themes/Ganymede/cursors/bw_images/cursor.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/cursor.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/iconify.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/iconify.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/kill.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/kill.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/move.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/move.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/new.gif -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_br.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_br.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_h.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_h.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_tr.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_tr.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_v.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_v.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout_rotated.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout_rotated.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/sticky.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/sticky.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/cursors.cfg -%%DATADIR%%/themes/Ganymede/cursors.cfg -%%DATADIR%%/themes/Ganymede/desktops.cfg -%%DATADIR%%/themes/Ganymede/dialogs/dialogs.cfg -%%DATADIR%%/themes/Ganymede/dialogs/dialogs.cfg.ja -%%DATADIR%%/themes/Ganymede/dialogs/images/checkbox_f.png -%%DATADIR%%/themes/Ganymede/dialogs/images/checkbox_s.png -%%DATADIR%%/themes/Ganymede/dialogs/images/checkbox_u.png -%%DATADIR%%/themes/Ganymede/dialogs/images/knob_clicked.png -%%DATADIR%%/themes/Ganymede/dialogs/images/knob_normal.png -%%DATADIR%%/themes/Ganymede/dialogs/images/radio_focused.png -%%DATADIR%%/themes/Ganymede/dialogs/images/radio_sel.png -%%DATADIR%%/themes/Ganymede/dialogs/images/radio_unsel.png -%%DATADIR%%/themes/Ganymede/dialogs/images/separator.png -%%DATADIR%%/themes/Ganymede/dialogs/images/slider_back_horiz.png -%%DATADIR%%/themes/Ganymede/dialogs/images/slider_back_vert.png -%%DATADIR%%/themes/Ganymede/dock/dock.cfg -%%DATADIR%%/themes/Ganymede/dragbar/dragbar.cfg -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_vert_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_vert_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_vert_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_lower_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_lower_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_lower_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_raise_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_raise_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_raise_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_vert_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_vert_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_vert_normal.png -%%DATADIR%%/themes/Ganymede/epplets/epplets.cfg -%%DATADIR%%/themes/Ganymede/epplets/epplets.cfg.ja -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_down_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_down_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_down_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_left_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_left_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_left_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_right_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_right_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_right_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_up_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_up_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_up_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/button_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/button_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/button_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/close_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/close_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/close_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/configure_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/configure_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/configure_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/eject_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/eject_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/eject_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/ff_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/ff_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/ff_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/help_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/help_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/help_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/hslider_normal.png -%%DATADIR%%/themes/Ganymede/epplets/images/knob_clicked.png -%%DATADIR%%/themes/Ganymede/epplets/images/knob_normal.png -%%DATADIR%%/themes/Ganymede/epplets/images/next_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/next_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/next_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/pause_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/pause_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/pause_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/play_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/play_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/play_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/prev_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/prev_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/prev_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/repeat_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/repeat_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/repeat_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/rew_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/rew_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/rew_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/skip_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/skip_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/skip_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/stop_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/stop_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/stop_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/vslider_normal.png -%%DATADIR%%/themes/Ganymede/iconbox/iconbox.cfg -%%DATADIR%%/themes/Ganymede/iconbox/iconbox.cfg.ja -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_down1.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_down2.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_down3.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_left1.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_left2.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_left3.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_right1.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_right2.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_right3.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_up1.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_up2.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_up3.png -%%DATADIR%%/themes/Ganymede/iconbox/images/back.png -%%DATADIR%%/themes/Ganymede/iconbox/images/cover.png -%%DATADIR%%/themes/Ganymede/iconbox/images/knob_clicked.png -%%DATADIR%%/themes/Ganymede/iconbox/images/knob_normal.png -%%DATADIR%%/themes/Ganymede/iconbox/images/scrollbar_horiz.png -%%DATADIR%%/themes/Ganymede/iconbox/images/scrollbar_vert.png -%%DATADIR%%/themes/Ganymede/imageclasses.cfg -%%DATADIR%%/themes/Ganymede/imageclasses.cfg.ja -%%DATADIR%%/themes/Ganymede/init/images/background_left.png -%%DATADIR%%/themes/Ganymede/init/images/background_left_rot.png -%%DATADIR%%/themes/Ganymede/init/images/background_right.png -%%DATADIR%%/themes/Ganymede/init/images/empty.png -%%DATADIR%%/themes/Ganymede/init/images/ganymede.png -%%DATADIR%%/themes/Ganymede/init/images/progressbar.png -%%DATADIR%%/themes/Ganymede/init/init.cfg -%%DATADIR%%/themes/Ganymede/init/init.cfg.ja -%%DATADIR%%/themes/Ganymede/init.cfg -%%DATADIR%%/themes/Ganymede/init.cfg.ja -%%DATADIR%%/themes/Ganymede/menustyles/images/back.png -%%DATADIR%%/themes/Ganymede/menustyles/images/clicked_more.png -%%DATADIR%%/themes/Ganymede/menustyles/images/editor.png -%%DATADIR%%/themes/Ganymede/menustyles/images/ee.png -%%DATADIR%%/themes/Ganymede/menustyles/images/focus.png -%%DATADIR%%/themes/Ganymede/menustyles/images/focus.png.back -%%DATADIR%%/themes/Ganymede/menustyles/images/focused_more.png -%%DATADIR%%/themes/Ganymede/menustyles/images/gimp.png -%%DATADIR%%/themes/Ganymede/menustyles/images/mail.png -%%DATADIR%%/themes/Ganymede/menustyles/images/net.png -%%DATADIR%%/themes/Ganymede/menustyles/images/normal_more.png -%%DATADIR%%/themes/Ganymede/menustyles/images/painting.png -%%DATADIR%%/themes/Ganymede/menustyles/images/terminal.png -%%DATADIR%%/themes/Ganymede/menustyles/images/tool.png -%%DATADIR%%/themes/Ganymede/menustyles/menustyles.cfg -%%DATADIR%%/themes/Ganymede/menustyles/menustyles.cfg.ja -%%DATADIR%%/themes/Ganymede/menustyles.cfg -%%DATADIR%%/themes/Ganymede/menustyles.cfg.ja -%%DATADIR%%/themes/Ganymede/pager/images/pager_current.png -%%DATADIR%%/themes/Ganymede/pager/images/pager_current_blue.png -%%DATADIR%%/themes/Ganymede/pager/pager.cfg -%%DATADIR%%/themes/Ganymede/pager/pager.cfg.ja -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/template_button_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/template_button_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/template_button_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/template_button_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/template_button_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/template_button_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/template_button_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/template_button_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/template_button_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/template_button_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/template_button_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/template_button_s.png -%%DATADIR%%/themes/Ganymede/slideouts/slideouts.cfg -%%DATADIR%%/themes/Ganymede/slideouts/slideouts.cfg.ja -%%DATADIR%%/themes/Ganymede/slideouts.cfg -%%DATADIR%%/themes/Ganymede/slideouts.cfg.ja -%%DATADIR%%/themes/Ganymede/sound/samples/conlink.wav -%%DATADIR%%/themes/Ganymede/sound/samples/missile.wav -%%DATADIR%%/themes/Ganymede/sound/samples/service.wav -%%DATADIR%%/themes/Ganymede/sound/samples/whoosh.wav -%%DATADIR%%/themes/Ganymede/sound/sound.cfg -%%DATADIR%%/themes/Ganymede/sound.cfg -%%DATADIR%%/themes/Ganymede/tooltips/images/bubble_large.png -%%DATADIR%%/themes/Ganymede/tooltips/images/bubble_small.png -%%DATADIR%%/themes/Ganymede/tooltips/tooltips.cfg -%%DATADIR%%/themes/Ganymede/tooltips.cfg -%%DATADIR%%/themes/Ganymede/ttfonts/ganymede.ttf -%%DATADIR%%/themes/Ganymede/ttfonts/ganymede_italic.ttf -%%DATADIR%%/themes/Ganymede/windowmatches.cfg -%%DATADIR%%/themes/Marble/ABOUT/MAIN -%%DATADIR%%/themes/Marble/ABOUT/benjamingothic.ttf -%%DATADIR%%/themes/Marble/ChangeLog -%%DATADIR%%/themes/Marble/TODO -%%DATADIR%%/themes/Marble/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/Marble/backgrounds/images/tolk-rivendell.jpg -%%DATADIR%%/themes/Marble/backgrounds/images/tolk-tirith.jpg -%%DATADIR%%/themes/Marble/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/Marble/borders/BORDER_ONLY/border.cfg -%%DATADIR%%/themes/Marble/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/Marble/borders/FIXED_SIZE/border.cfg -%%DATADIR%%/themes/Marble/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/Marble/borders/MENU/border.cfg -%%DATADIR%%/themes/Marble/borders/MENU_BORDER_ONLY/border.cfg -%%DATADIR%%/themes/Marble/borders/PAGER/border.cfg -%%DATADIR%%/themes/Marble/borders/SHAPED/border.cfg -%%DATADIR%%/themes/Marble/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/Marble/borders/borders.cfg -%%DATADIR%%/themes/Marble/borders/common/border.cfg -%%DATADIR%%/themes/Marble/borders/common/images/b0-.png -%%DATADIR%%/themes/Marble/borders/common/images/b0.png -%%DATADIR%%/themes/Marble/borders/common/images/b1.png -%%DATADIR%%/themes/Marble/borders/common/images/b2.png -%%DATADIR%%/themes/Marble/borders/common/images/b3.png -%%DATADIR%%/themes/Marble/borders/common/images/b4.png -%%DATADIR%%/themes/Marble/borders/common/images/b5.png -%%DATADIR%%/themes/Marble/borders/common/images/b6.png -%%DATADIR%%/themes/Marble/borders/common/images/b7.png -%%DATADIR%%/themes/Marble/borders/common/images/b8.png -%%DATADIR%%/themes/Marble/borders/common/images/black.png -%%DATADIR%%/themes/Marble/borders/common/images/t1-.png -%%DATADIR%%/themes/Marble/borders/common/images/t1-b.png -%%DATADIR%%/themes/Marble/borders/common/images/t1.png -%%DATADIR%%/themes/Marble/borders/common/images/t1b.png -%%DATADIR%%/themes/Marble/borders/common/images/t1s.png -%%DATADIR%%/themes/Marble/borders/common/images/t1sb.png -%%DATADIR%%/themes/Marble/borders/common/images/t2-.png -%%DATADIR%%/themes/Marble/borders/common/images/t2.png -%%DATADIR%%/themes/Marble/borders/common/images/t2s.png -%%DATADIR%%/themes/Marble/borders/common/images/t3.png -%%DATADIR%%/themes/Marble/borders/common/images/t3b.png -%%DATADIR%%/themes/Marble/borders/common/images/t4.png -%%DATADIR%%/themes/Marble/borders/common/images/t4b.png -%%DATADIR%%/themes/Marble/borders/common/images/t5.png -%%DATADIR%%/themes/Marble/borders/common/images/t5b.png -%%DATADIR%%/themes/Marble/borders.cfg -%%DATADIR%%/themes/Marble/colormodifiers.cfg -%%DATADIR%%/themes/Marble/common/images/bg.png -%%DATADIR%%/themes/Marble/common/images/bg.png_bak -%%DATADIR%%/themes/Marble/common/images/blank.png -%%DATADIR%%/themes/Marble/common/images/gnomepanel.png -%%DATADIR%%/themes/Marble/common/images/notebook1.png -%%DATADIR%%/themes/Marble/coords/coords.cfg -%%DATADIR%%/themes/Marble/coords/coords.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/coords/images/mb1.png -%%DATADIR%%/themes/Marble/cursors/bw_images/cursor.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/cursor.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/iconify.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/iconify.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/kill.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/kill.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/move.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/move.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_br.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_br.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_h.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_h.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_tr.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_tr.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_v.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_v.xbm.mask -%%DATADIR%%/themes/Marble/cursors/cursors.cfg -%%DATADIR%%/themes/Marble/cursors.cfg -%%DATADIR%%/themes/Marble/desktops.cfg -%%DATADIR%%/themes/Marble/dialogs/dialogs.cfg -%%DATADIR%%/themes/Marble/dialogs/dialogs.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/dialogs/images/bt1.png -%%DATADIR%%/themes/Marble/dialogs/images/bt2.png -%%DATADIR%%/themes/Marble/dialogs/images/p_sel.png -%%DATADIR%%/themes/Marble/dialogs/images/r0-.png -%%DATADIR%%/themes/Marble/dialogs/images/r0.png -%%DATADIR%%/themes/Marble/dialogs/images/r1-.png -%%DATADIR%%/themes/Marble/dialogs/images/r1.png -%%DATADIR%%/themes/Marble/dialogs/images/sl1.png -%%DATADIR%%/themes/Marble/dialogs/images/sl2.png -%%DATADIR%%/themes/Marble/dialogs/images/slh.png -%%DATADIR%%/themes/Marble/dialogs/images/slv.png -%%DATADIR%%/themes/Marble/dialogs/images/w0-.png -%%DATADIR%%/themes/Marble/dialogs/images/w0.png -%%DATADIR%%/themes/Marble/dialogs/images/w1-.png -%%DATADIR%%/themes/Marble/dialogs/images/w1.png -%%DATADIR%%/themes/Marble/dock/dock.cfg -%%DATADIR%%/themes/Marble/dock/images/bt1.png -%%DATADIR%%/themes/Marble/dock/images/bt2.png -%%DATADIR%%/themes/Marble/dock/images/bt3.png -%%DATADIR%%/themes/Marble/dragbar/dragbar.cfg -%%DATADIR%%/themes/Marble/dragbar/images/a1.png -%%DATADIR%%/themes/Marble/dragbar/images/a1b.png -%%DATADIR%%/themes/Marble/dragbar/images/a2.png -%%DATADIR%%/themes/Marble/dragbar/images/a2b.png -%%DATADIR%%/themes/Marble/dragbar/images/blank.png -%%DATADIR%%/themes/Marble/dragbar/images/bt1.png -%%DATADIR%%/themes/Marble/dragbar/images/bt2.png -%%DATADIR%%/themes/Marble/epplets/epplets.cfg -%%DATADIR%%/themes/Marble/epplets/epplets.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/epplets/images/ar_d1.png -%%DATADIR%%/themes/Marble/epplets/images/ar_d2.png -%%DATADIR%%/themes/Marble/epplets/images/ar_d3.png -%%DATADIR%%/themes/Marble/epplets/images/ar_l1.png -%%DATADIR%%/themes/Marble/epplets/images/ar_l2.png -%%DATADIR%%/themes/Marble/epplets/images/ar_l3.png -%%DATADIR%%/themes/Marble/epplets/images/ar_r1.png -%%DATADIR%%/themes/Marble/epplets/images/ar_r2.png -%%DATADIR%%/themes/Marble/epplets/images/ar_r3.png -%%DATADIR%%/themes/Marble/epplets/images/ar_u1.png -%%DATADIR%%/themes/Marble/epplets/images/ar_u2.png -%%DATADIR%%/themes/Marble/epplets/images/ar_u3.png -%%DATADIR%%/themes/Marble/epplets/images/b1.png -%%DATADIR%%/themes/Marble/epplets/images/b2.png -%%DATADIR%%/themes/Marble/epplets/images/b3.png -%%DATADIR%%/themes/Marble/epplets/images/bb1.png -%%DATADIR%%/themes/Marble/epplets/images/bb2.png -%%DATADIR%%/themes/Marble/epplets/images/bg_h.png -%%DATADIR%%/themes/Marble/epplets/images/bg_v.png -%%DATADIR%%/themes/Marble/epplets/images/bt1.png -%%DATADIR%%/themes/Marble/epplets/images/bt2.png -%%DATADIR%%/themes/Marble/epplets/images/bt3.png -%%DATADIR%%/themes/Marble/epplets/images/close1.png -%%DATADIR%%/themes/Marble/epplets/images/close2.png -%%DATADIR%%/themes/Marble/epplets/images/close3.png -%%DATADIR%%/themes/Marble/epplets/images/config1.png -%%DATADIR%%/themes/Marble/epplets/images/config2.png -%%DATADIR%%/themes/Marble/epplets/images/config3.png -%%DATADIR%%/themes/Marble/epplets/images/da.png -%%DATADIR%%/themes/Marble/epplets/images/dock2.png -%%DATADIR%%/themes/Marble/epplets/images/eject1.png -%%DATADIR%%/themes/Marble/epplets/images/eject2.png -%%DATADIR%%/themes/Marble/epplets/images/eject3.png -%%DATADIR%%/themes/Marble/epplets/images/ff1.png -%%DATADIR%%/themes/Marble/epplets/images/ff2.png -%%DATADIR%%/themes/Marble/epplets/images/ff3.png -%%DATADIR%%/themes/Marble/epplets/images/help1.png -%%DATADIR%%/themes/Marble/epplets/images/help2.png -%%DATADIR%%/themes/Marble/epplets/images/help3.png -%%DATADIR%%/themes/Marble/epplets/images/next1.png -%%DATADIR%%/themes/Marble/epplets/images/next2.png -%%DATADIR%%/themes/Marble/epplets/images/next3.png -%%DATADIR%%/themes/Marble/epplets/images/pause1.png -%%DATADIR%%/themes/Marble/epplets/images/pause2.png -%%DATADIR%%/themes/Marble/epplets/images/pause3.png -%%DATADIR%%/themes/Marble/epplets/images/pb_h.png -%%DATADIR%%/themes/Marble/epplets/images/pb_v.png -%%DATADIR%%/themes/Marble/epplets/images/play1.png -%%DATADIR%%/themes/Marble/epplets/images/play2.png -%%DATADIR%%/themes/Marble/epplets/images/play3.png -%%DATADIR%%/themes/Marble/epplets/images/prev1.png -%%DATADIR%%/themes/Marble/epplets/images/prev2.png -%%DATADIR%%/themes/Marble/epplets/images/prev3.png -%%DATADIR%%/themes/Marble/epplets/images/repeat1.png -%%DATADIR%%/themes/Marble/epplets/images/repeat2.png -%%DATADIR%%/themes/Marble/epplets/images/repeat3.png -%%DATADIR%%/themes/Marble/epplets/images/rw1.png -%%DATADIR%%/themes/Marble/epplets/images/rw2.png -%%DATADIR%%/themes/Marble/epplets/images/rw3.png -%%DATADIR%%/themes/Marble/epplets/images/s_h.png -%%DATADIR%%/themes/Marble/epplets/images/s_k1.png -%%DATADIR%%/themes/Marble/epplets/images/s_k2.png -%%DATADIR%%/themes/Marble/epplets/images/s_v.png -%%DATADIR%%/themes/Marble/epplets/images/skip1.png -%%DATADIR%%/themes/Marble/epplets/images/skip2.png -%%DATADIR%%/themes/Marble/epplets/images/skip3.png -%%DATADIR%%/themes/Marble/epplets/images/slh.png -%%DATADIR%%/themes/Marble/epplets/images/slv.png -%%DATADIR%%/themes/Marble/epplets/images/stop1.png -%%DATADIR%%/themes/Marble/epplets/images/stop2.png -%%DATADIR%%/themes/Marble/epplets/images/stop3.png -%%DATADIR%%/themes/Marble/eterm/eterm.cfg -%%DATADIR%%/themes/Marble/eterm/images/a_d_1.png -%%DATADIR%%/themes/Marble/eterm/images/a_d_2.png -%%DATADIR%%/themes/Marble/eterm/images/a_l_1.png -%%DATADIR%%/themes/Marble/eterm/images/a_l_2.png -%%DATADIR%%/themes/Marble/eterm/images/a_r_1.png -%%DATADIR%%/themes/Marble/eterm/images/a_r_2.png -%%DATADIR%%/themes/Marble/eterm/images/a_u_1.png -%%DATADIR%%/themes/Marble/eterm/images/a_u_2.png -%%DATADIR%%/themes/Marble/eterm/images/bg.png -%%DATADIR%%/themes/Marble/eterm/images/bt.png -%%DATADIR%%/themes/Marble/eterm/images/mb1.png -%%DATADIR%%/themes/Marble/eterm/images/mb2.png -%%DATADIR%%/themes/Marble/eterm/images/mb3.png -%%DATADIR%%/themes/Marble/eterm/images/mbg.png -%%DATADIR%%/themes/Marble/eterm/images/sb1.png -%%DATADIR%%/themes/Marble/eterm/images/tr.png -%%DATADIR%%/themes/Marble/focuslist/focuslist.cfg -%%DATADIR%%/themes/Marble/focuslist/focuslist.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/focuslist/images/mb1.png -%%DATADIR%%/themes/Marble/focuslist/images/mb2.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/bg_bordered.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/bg_chart.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/bg_spacer.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/chart_grid.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/frame_horizontal.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/frame_side.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/gkrellmrc -%%DATADIR%%/themes/Marble/gkrellm/Marble/krell_meter.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/krell_meter_mem.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/net_leds.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/ppp_button.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/bg_bordered.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/bg_chart.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/bg_spacer.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/chart_grid.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/frame_horizontal.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/frame_side.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/gkrellmrc -%%DATADIR%%/themes/Marble/gkrellm/Marble2/krell_meter.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/krell_meter_mem.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/net_leds.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/ppp_button.png -%%DATADIR%%/themes/Marble/gkrellm/README -%%DATADIR%%/themes/Marble/iconbox/iconbox.cfg -%%DATADIR%%/themes/Marble/iconbox/iconbox.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/iconbox/images/ar_d1.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_d2.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_l1.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_l2.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_r1.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_r2.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_u1.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_u2.png -%%DATADIR%%/themes/Marble/iconbox/images/bt1.png -%%DATADIR%%/themes/Marble/iconbox/images/ib_cover_h.png -%%DATADIR%%/themes/Marble/iconbox/images/ib_cover_v.png -%%DATADIR%%/themes/Marble/iconbox/images/ib_h.png -%%DATADIR%%/themes/Marble/iconbox/images/ib_v.png -%%DATADIR%%/themes/Marble/iconbox/images/mb1.png -%%DATADIR%%/themes/Marble/iconbox/images/sl1.png -%%DATADIR%%/themes/Marble/iconbox/images/sl2.png -%%DATADIR%%/themes/Marble/iconbox/images/slh.png -%%DATADIR%%/themes/Marble/iconbox/images/slv.png -%%DATADIR%%/themes/Marble/imageclasses.cfg -%%DATADIR%%/themes/Marble/imageclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/init/images/bg2.png -%%DATADIR%%/themes/Marble/init/images/bgo.png -%%DATADIR%%/themes/Marble/init/images/bt1.png -%%DATADIR%%/themes/Marble/init/images/mb1.png -%%DATADIR%%/themes/Marble/init/images/pb.png -%%DATADIR%%/themes/Marble/init/init.cfg -%%DATADIR%%/themes/Marble/init/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/init.cfg -%%DATADIR%%/themes/Marble/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/menustyles/images/mb1.png -%%DATADIR%%/themes/Marble/menustyles/images/mb2.png -%%DATADIR%%/themes/Marble/menustyles/images/mb3.png -%%DATADIR%%/themes/Marble/menustyles/menustyles.cfg -%%DATADIR%%/themes/Marble/menustyles/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/menustyles.cfg -%%DATADIR%%/themes/Marble/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/pager/images/bt1.png -%%DATADIR%%/themes/Marble/pager/images/bt2.png -%%DATADIR%%/themes/Marble/pager/images/mb1.png -%%DATADIR%%/themes/Marble/pager/images/p_sel.png -%%DATADIR%%/themes/Marble/pager/pager.cfg -%%DATADIR%%/themes/Marble/pager/pager.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/slideouts.cfg -%%DATADIR%%/themes/Marble/sound/samples/pop2.wav -%%DATADIR%%/themes/Marble/sound/samples/pop5.wav -%%DATADIR%%/themes/Marble/sound/samples/splat.wav -%%DATADIR%%/themes/Marble/sound/samples/stretch.wav -%%DATADIR%%/themes/Marble/sound/samples/zap.wav -%%DATADIR%%/themes/Marble/sound/samples/zing.wav -%%DATADIR%%/themes/Marble/sound/samples/zipperup.wav -%%DATADIR%%/themes/Marble/sound/sound.cfg -%%DATADIR%%/themes/Marble/sound.cfg -%%DATADIR%%/themes/Marble/tooltips/images/cloud1.png -%%DATADIR%%/themes/Marble/tooltips/images/cloud2.png -%%DATADIR%%/themes/Marble/tooltips/images/cloud_logo.png -%%DATADIR%%/themes/Marble/tooltips/tooltips.cfg -%%DATADIR%%/themes/Marble/tooltips/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/tooltips.cfg -%%DATADIR%%/themes/Marble/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/ttfonts/runeng1.ttf -%%DATADIR%%/themes/Marble/ttfonts/runeng2.ttf -%%DATADIR%%/themes/Marble/windowmatches.cfg -%%DATADIR%%/themes/ShinyMetal/ABOUT/Edoc_bg.png -%%DATADIR%%/themes/ShinyMetal/ABOUT/MAIN -%%DATADIR%%/themes/ShinyMetal/ABOUT/aircut3.ttf -%%DATADIR%%/themes/ShinyMetal/README -%%DATADIR%%/themes/ShinyMetal/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/ShinyMetal/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/BOTTOM/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/FIXEDSIZE/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/MENU_BORDER/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/PAGER/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/SHAPED/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/SIDE/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/borders.cfg -%%DATADIR%%/themes/ShinyMetal/borders/images.cfg -%%DATADIR%%/themes/ShinyMetal/borders/slideouts.cfg -%%DATADIR%%/themes/ShinyMetal/borders.cfg -%%DATADIR%%/themes/ShinyMetal/coords/coord.cfg.pl -%%DATADIR%%/themes/ShinyMetal/coords/coords.cfg -%%DATADIR%%/themes/ShinyMetal/coords/coords.cfg.ja -%%DATADIR%%/themes/ShinyMetal/coords/coords.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/cursors/cursors.cfg -%%DATADIR%%/themes/ShinyMetal/cursors/images/cursor.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/cursor.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/iconify.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/iconify.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/kill.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/kill.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/move.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/move.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_br.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_br.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_h.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_h.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_tr.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_tr.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_v.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_v.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors.cfg -%%DATADIR%%/themes/ShinyMetal/desktops.cfg -%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg -%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg.ja -%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg.pl -%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/dialogs/images/bg.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/bt1.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/bt2.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/button1.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/button2.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/button3.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/indent.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/r1-.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/r1.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/rule.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/sl1.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/sl2.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/slh.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/slv.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/w0-.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/w0.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/w1-.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/w1.png -%%DATADIR%%/themes/ShinyMetal/dock/dock.cfg -%%DATADIR%%/themes/ShinyMetal/dragbar/dragbar.cfg -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_lower_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_lower_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_lower_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_0.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_vert_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_vert_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_vert_normal.png -%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg -%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg.ja -%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg.pl -%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_d1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_d2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_d3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_l1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_l2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_l3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_r1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_r2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_r3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_u1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_u2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_u3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/b1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/b2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/b3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bb1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bb2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bg_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bg_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/close1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/close2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/close3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/config1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/config2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/config3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/da.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/eject1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/eject2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/eject3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ff1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ff2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ff3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/help1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/help2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/help3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/next1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/next2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/next3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pause1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pause2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pause3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pb_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pb_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/play1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/play2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/play3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/prev1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/prev2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/prev3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/repeat1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/repeat2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/repeat3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/rw1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/rw2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/rw3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_k1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_k2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/skip1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/skip2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/skip3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/stop1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/stop2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/stop3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_d1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_d2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_d3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_l1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_l2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_l3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_r1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_r2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_r3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_u1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_u2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_u3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/b1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/b2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/b3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/bb1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/bb2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/bg_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/bg_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/close1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/close2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/close3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/config1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/config2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/config3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/da.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/eject1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/eject2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/eject3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ff1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ff2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ff3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/help1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/help2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/help3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/next1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/next2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/next3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pause1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pause2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pause3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pb_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pb_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/play1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/play2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/play3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/prev1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/prev2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/prev3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/repeat1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/repeat2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/repeat3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/rw1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/rw2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/rw3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/s_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/s_k1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/s_k2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/s_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/skip1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/skip2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/skip3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/stop1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/stop2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/stop3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/tmp/bg_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/tmp/bg_v.png -%%DATADIR%%/themes/ShinyMetal/eterm/eterm.cfg -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_d_1.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_d_2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_l_1.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_l_2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_r_1.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_r_2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_u_1.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_u_2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/bg.jpg -%%DATADIR%%/themes/ShinyMetal/eterm/images/bt.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/mb2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/mb3.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/sb1.png -%%DATADIR%%/themes/ShinyMetal/focuslist/focuslist.cfg -%%DATADIR%%/themes/ShinyMetal/focuslist/focuslist.cfg.ja -%%DATADIR%%/themes/ShinyMetal/focuslist/focuslist.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/iconbox/iconbox.cfg -%%DATADIR%%/themes/ShinyMetal/iconbox/iconbox.cfg.ja -%%DATADIR%%/themes/ShinyMetal/iconbox/iconbox.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg -%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg.ja -%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg.pl -%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_horizontal_1.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_horizontal_2.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_horizontal_3.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_vertical_1.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_vertical_2.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_vertical_3.png -%%DATADIR%%/themes/ShinyMetal/images/bar_horizontal_1.png -%%DATADIR%%/themes/ShinyMetal/images/bar_horizontal_2.png -%%DATADIR%%/themes/ShinyMetal/images/bar_horizontal_3.png -%%DATADIR%%/themes/ShinyMetal/images/bar_vertical_1.png -%%DATADIR%%/themes/ShinyMetal/images/bar_vertical_2.png -%%DATADIR%%/themes/ShinyMetal/images/bar_vertical_3.png -%%DATADIR%%/themes/ShinyMetal/images/black.png -%%DATADIR%%/themes/ShinyMetal/images/blank.png -%%DATADIR%%/themes/ShinyMetal/images/button_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_down_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_down_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_down_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_left_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_left_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_left_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_right_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_right_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_right_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_up_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_up_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_up_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_iconify_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_iconify_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_iconify_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_kill_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_kill_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_kill_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_horizontal_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_horizontal_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_horizontal_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_vertical_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_vertical_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_vertical_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_slideout_right_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_slideout_right_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_slideout_right_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_stick_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_stick_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_stick_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_swirl_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_swirl_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_swirl_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_up_bar_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_up_bar_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_up_bar_3.png -%%DATADIR%%/themes/ShinyMetal/images/dock1.png -%%DATADIR%%/themes/ShinyMetal/images/dock2.png -%%DATADIR%%/themes/ShinyMetal/images/dock3.png -%%DATADIR%%/themes/ShinyMetal/images/icon.png -%%DATADIR%%/themes/ShinyMetal/init/images/progress_bar.png -%%DATADIR%%/themes/ShinyMetal/init/images/progress_bar_number.png -%%DATADIR%%/themes/ShinyMetal/init/images/progress_bar_text.png -%%DATADIR%%/themes/ShinyMetal/init/images/startup_background.jpg -%%DATADIR%%/themes/ShinyMetal/init/images/startup_logo.png -%%DATADIR%%/themes/ShinyMetal/init/init.cfg -%%DATADIR%%/themes/ShinyMetal/init/init.cfg.ja -%%DATADIR%%/themes/ShinyMetal/init/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/init.cfg -%%DATADIR%%/themes/ShinyMetal/init.cfg.ja -%%DATADIR%%/themes/ShinyMetal/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/menustyles/images/menu1.png -%%DATADIR%%/themes/ShinyMetal/menustyles/images/menu2.png -%%DATADIR%%/themes/ShinyMetal/menustyles/images/menu3.png -%%DATADIR%%/themes/ShinyMetal/menustyles/menustyles.cfg -%%DATADIR%%/themes/ShinyMetal/menustyles.cfg -%%DATADIR%%/themes/ShinyMetal/pager/images/p_sel.png -%%DATADIR%%/themes/ShinyMetal/pager/pager.cfg -%%DATADIR%%/themes/ShinyMetal/pager/pager.cfg.ja -%%DATADIR%%/themes/ShinyMetal/pager/pager.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/slideouts.cfg -%%DATADIR%%/themes/ShinyMetal/sound/samples/Beep.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Boing.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Boom.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Bubbles.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Bweep.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Doink.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/DoorClose.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Eeeooop.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/FingerSnap.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Machine.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/MechFootstep.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Shutdown.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Troll_Grumble.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Wooeep.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/beethoven.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/boingiggig.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/drip.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/estart.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/rubberband.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/tink.wav -%%DATADIR%%/themes/ShinyMetal/sound/sound.cfg -%%DATADIR%%/themes/ShinyMetal/sound.cfg -%%DATADIR%%/themes/ShinyMetal/textclasses.cfg -%%DATADIR%%/themes/ShinyMetal/textclasses.cfg.ja -%%DATADIR%%/themes/ShinyMetal/textclasses.cfg.pl -%%DATADIR%%/themes/ShinyMetal/textclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/tooltips/images/ttip_cloud_big.png -%%DATADIR%%/themes/ShinyMetal/tooltips/images/ttip_cloud_small.png -%%DATADIR%%/themes/ShinyMetal/tooltips/images/ttip_help.png -%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg -%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg.ja -%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg.pl -%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/tooltips.cfg -%%DATADIR%%/themes/ShinyMetal/tooltips.cfg.ja -%%DATADIR%%/themes/ShinyMetal/tooltips.cfg.pl -%%DATADIR%%/themes/ShinyMetal/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/ttfonts/rothwell.ttf -%%DATADIR%%/themes/ShinyMetal/ttfonts/zirkle.ttf -%%DATADIR%%/themes/ShinyMetal/windowmatches.cfg +%%DATADIR%%/themes/winter/ABOUT/MAIN +%%DATADIR%%/themes/winter/ABOUT/MAIN.ko +%%DATADIR%%/themes/winter/ABOUT/bg.png +%%DATADIR%%/themes/winter/ABOUT/vixar.ttf +%%DATADIR%%/themes/winter/README +%%DATADIR%%/themes/winter/README.ko +%%DATADIR%%/themes/winter/backgrounds/backgrounds.cfg +%%DATADIR%%/themes/winter/backgrounds/images/startup-bg.png +%%DATADIR%%/themes/winter/backgrounds/images/winter_logo.png +%%DATADIR%%/themes/winter/backgrounds/images/winter_ui.png +%%DATADIR%%/themes/winter/backgrounds/images/winter_ui_blue.png +%%DATADIR%%/themes/winter/backgrounds/images/winter_ui_green.png +%%DATADIR%%/themes/winter/borders/BORDERLESS/border.cfg +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/border.cfg +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/bl.png +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/br.png +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/horiz.png +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/tl.png +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/tr.png +%%DATADIR%%/themes/winter/borders/DEFAULT/border.cfg +%%DATADIR%%/themes/winter/borders/DIALOG/border.cfg +%%DATADIR%%/themes/winter/borders/DIALOG/border.cfg~ +%%DATADIR%%/themes/winter/borders/FIXED_SIZE/border.cfg +%%DATADIR%%/themes/winter/borders/ICONBOX/border.cfg +%%DATADIR%%/themes/winter/borders/MENU/border.cfg +%%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY/border.cfg +%%DATADIR%%/themes/winter/borders/PAGER/border.cfg +%%DATADIR%%/themes/winter/borders/PAGER/images/pb1.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb2.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb3.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb4.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb5.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb6.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb8.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb9l.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb9r.png +%%DATADIR%%/themes/winter/borders/PAGER_SHADE_RIGHT/border.cfg +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/border.cfg +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb1.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb2.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb3.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb4.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb5.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb6.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb8.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb9l.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb9r.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER_SHADE_LEFT/border.cfg +%%DATADIR%%/themes/winter/borders/SHAPED/border.cfg +%%DATADIR%%/themes/winter/borders/TRANSIENT/border.cfg +%%DATADIR%%/themes/winter/borders/borders.cfg +%%DATADIR%%/themes/winter/borders/borders.cfg.ko +%%DATADIR%%/themes/winter/borders/common/Winter.Changelog +%%DATADIR%%/themes/winter/borders/common/border.cfg +%%DATADIR%%/themes/winter/borders/common/border.cfg.ko +%%DATADIR%%/themes/winter/borders/common/images/border-bl-blue.png +%%DATADIR%%/themes/winter/borders/common/images/border-bl.png +%%DATADIR%%/themes/winter/borders/common/images/border-bottom-blue_alternative.png +%%DATADIR%%/themes/winter/borders/common/images/border-bottom.png +%%DATADIR%%/themes/winter/borders/common/images/border-bottom_alternative.png +%%DATADIR%%/themes/winter/borders/common/images/border-br-blue.png +%%DATADIR%%/themes/winter/borders/common/images/border-br.png +%%DATADIR%%/themes/winter/borders/common/images/border-button.png +%%DATADIR%%/themes/winter/borders/common/images/border-close1.png +%%DATADIR%%/themes/winter/borders/common/images/border-close1_hilited.png +%%DATADIR%%/themes/winter/borders/common/images/border-close2.png +%%DATADIR%%/themes/winter/borders/common/images/border-dot1.png +%%DATADIR%%/themes/winter/borders/common/images/border-dot2.png +%%DATADIR%%/themes/winter/borders/common/images/border-iconify1.png +%%DATADIR%%/themes/winter/borders/common/images/border-iconify1_hilited.png +%%DATADIR%%/themes/winter/borders/common/images/border-iconify2.png +%%DATADIR%%/themes/winter/borders/common/images/border-lr.png +%%DATADIR%%/themes/winter/borders/common/images/border-max1.png +%%DATADIR%%/themes/winter/borders/common/images/border-max1_hilited.png +%%DATADIR%%/themes/winter/borders/common/images/border-max2.png +%%DATADIR%%/themes/winter/borders/common/images/border-minus.png +%%DATADIR%%/themes/winter/borders/common/images/border-minus2.png +%%DATADIR%%/themes/winter/borders/common/images/border-plus1.png +%%DATADIR%%/themes/winter/borders/common/images/border-plus2.png +%%DATADIR%%/themes/winter/borders/common/images/border-top-blue.png +%%DATADIR%%/themes/winter/borders/common/images/border-top-blue_alternative.png +%%DATADIR%%/themes/winter/borders/common/images/border-top-blue_text.png +%%DATADIR%%/themes/winter/borders/common/images/border-top.png +%%DATADIR%%/themes/winter/borders/common/images/border-top_alternative.png +%%DATADIR%%/themes/winter/borders/common/images/border-top_iconbox.png +%%DATADIR%%/themes/winter/borders/common/images/border-top_iconbox_blue.png +%%DATADIR%%/themes/winter/borders/common/images/border-top_text.png +%%DATADIR%%/themes/winter/borders/common/images/border-topmiddle.png +%%DATADIR%%/themes/winter/borders/common/images/ic_border-l.png +%%DATADIR%%/themes/winter/borders/common/images/ic_border-r.png +%%DATADIR%%/themes/winter/borders/common/images/menu-border-bottom.png +%%DATADIR%%/themes/winter/borders/common/images/menu-border-top.png +%%DATADIR%%/themes/winter/borders.cfg +%%DATADIR%%/themes/winter/borders.cfg.ko +%%DATADIR%%/themes/winter/buttons/buttons.cfg +%%DATADIR%%/themes/winter/buttons.cfg +%%DATADIR%%/themes/winter/buttons.cfg.ko +%%DATADIR%%/themes/winter/colormodifiers.cfg +%%DATADIR%%/themes/winter/common/images/blank.png +%%DATADIR%%/themes/winter/common/images/blue_bar.png +%%DATADIR%%/themes/winter/common/images/light_brushed.png +%%DATADIR%%/themes/winter/coords/coords.cfg +%%DATADIR%%/themes/winter/coords/coords.cfg.ko +%%DATADIR%%/themes/winter/cursors/cursors.cfg +%%DATADIR%%/themes/winter/cursors.cfg +%%DATADIR%%/themes/winter/desktops.cfg +%%DATADIR%%/themes/winter/dialogs/dialogs.cfg +%%DATADIR%%/themes/winter/dialogs/dialogs.cfg.ko +%%DATADIR%%/themes/winter/dialogs/images/arrow-down.png +%%DATADIR%%/themes/winter/dialogs/images/arrow-left.png +%%DATADIR%%/themes/winter/dialogs/images/arrow-right.png +%%DATADIR%%/themes/winter/dialogs/images/arrow-up.png +%%DATADIR%%/themes/winter/dialogs/images/bg.png +%%DATADIR%%/themes/winter/dialogs/images/button-clicked.png +%%DATADIR%%/themes/winter/dialogs/images/button-over.png +%%DATADIR%%/themes/winter/dialogs/images/button-up.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/indent.png +%%DATADIR%%/themes/winter/dialogs/images/ondent.png +%%DATADIR%%/themes/winter/dialogs/images/radio-on.png +%%DATADIR%%/themes/winter/dialogs/images/radio-on_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/radio-on_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/radio.png +%%DATADIR%%/themes/winter/dialogs/images/radio_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/radio_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-bar-vert.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-down.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-left.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-right.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-trough-horiz.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-trough-vert.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-up.png +%%DATADIR%%/themes/winter/dialogs/images/scrollbar-horiz-deco.png +%%DATADIR%%/themes/winter/dialogs/images/scrollbar-horiz.png +%%DATADIR%%/themes/winter/dialogs/images/scrollbar-vert-deco.png +%%DATADIR%%/themes/winter/dialogs/images/separator.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_on.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_on.png +%%DATADIR%%/themes/winter/dialogs/images/slider-trough-h.png +%%DATADIR%%/themes/winter/dialogs/images/slider-trough-v.png +%%DATADIR%%/themes/winter/dialogs/images/slider-trough.png +%%DATADIR%%/themes/winter/dialogs/images/trough.png +%%DATADIR%%/themes/winter/dialogs/images/window-base.png +%%DATADIR%%/themes/winter/dock/dock.cfg +%%DATADIR%%/themes/winter/dragbar/dragbar.cfg +%%DATADIR%%/themes/winter/dragbar/images/a1.png +%%DATADIR%%/themes/winter/dragbar/images/a1b.png +%%DATADIR%%/themes/winter/dragbar/images/a2.png +%%DATADIR%%/themes/winter/dragbar/images/a2b.png +%%DATADIR%%/themes/winter/dragbar/images/dragbar_horiz.png +%%DATADIR%%/themes/winter/dragbar/images/dragbar_vert.png +%%DATADIR%%/themes/winter/epplets/epplets.cfg +%%DATADIR%%/themes/winter/epplets/epplets.cfg.ko +%%DATADIR%%/themes/winter/epplets/images/ar_d1.png +%%DATADIR%%/themes/winter/epplets/images/ar_d2.png +%%DATADIR%%/themes/winter/epplets/images/ar_d3.png +%%DATADIR%%/themes/winter/epplets/images/ar_l1.png +%%DATADIR%%/themes/winter/epplets/images/ar_l2.png +%%DATADIR%%/themes/winter/epplets/images/ar_l3.png +%%DATADIR%%/themes/winter/epplets/images/ar_r1.png +%%DATADIR%%/themes/winter/epplets/images/ar_r2.png +%%DATADIR%%/themes/winter/epplets/images/ar_r3.png +%%DATADIR%%/themes/winter/epplets/images/ar_u1.png +%%DATADIR%%/themes/winter/epplets/images/ar_u2.png +%%DATADIR%%/themes/winter/epplets/images/ar_u3.png +%%DATADIR%%/themes/winter/epplets/images/b1.png +%%DATADIR%%/themes/winter/epplets/images/b2.png +%%DATADIR%%/themes/winter/epplets/images/b3.png +%%DATADIR%%/themes/winter/epplets/images/bb1.png +%%DATADIR%%/themes/winter/epplets/images/bb2.png +%%DATADIR%%/themes/winter/epplets/images/bg.png +%%DATADIR%%/themes/winter/epplets/images/bg_v.png +%%DATADIR%%/themes/winter/epplets/images/blank1.png +%%DATADIR%%/themes/winter/epplets/images/blank2.png +%%DATADIR%%/themes/winter/epplets/images/blank3.png +%%DATADIR%%/themes/winter/epplets/images/close1.png +%%DATADIR%%/themes/winter/epplets/images/close2.png +%%DATADIR%%/themes/winter/epplets/images/close3.png +%%DATADIR%%/themes/winter/epplets/images/config1.png +%%DATADIR%%/themes/winter/epplets/images/config2.png +%%DATADIR%%/themes/winter/epplets/images/config3.png +%%DATADIR%%/themes/winter/epplets/images/da.png +%%DATADIR%%/themes/winter/epplets/images/eject1.png +%%DATADIR%%/themes/winter/epplets/images/eject2.png +%%DATADIR%%/themes/winter/epplets/images/eject3.png +%%DATADIR%%/themes/winter/epplets/images/ff1.png +%%DATADIR%%/themes/winter/epplets/images/ff2.png +%%DATADIR%%/themes/winter/epplets/images/ff3.png +%%DATADIR%%/themes/winter/epplets/images/help1.png +%%DATADIR%%/themes/winter/epplets/images/help2.png +%%DATADIR%%/themes/winter/epplets/images/help3.png +%%DATADIR%%/themes/winter/epplets/images/next1.png +%%DATADIR%%/themes/winter/epplets/images/next2.png +%%DATADIR%%/themes/winter/epplets/images/next3.png +%%DATADIR%%/themes/winter/epplets/images/pause1.png +%%DATADIR%%/themes/winter/epplets/images/pause2.png +%%DATADIR%%/themes/winter/epplets/images/pause3.png +%%DATADIR%%/themes/winter/epplets/images/pb_h.png +%%DATADIR%%/themes/winter/epplets/images/pb_v.png +%%DATADIR%%/themes/winter/epplets/images/play1.png +%%DATADIR%%/themes/winter/epplets/images/play2.png +%%DATADIR%%/themes/winter/epplets/images/play3.png +%%DATADIR%%/themes/winter/epplets/images/prev1.png +%%DATADIR%%/themes/winter/epplets/images/prev2.png +%%DATADIR%%/themes/winter/epplets/images/prev3.png +%%DATADIR%%/themes/winter/epplets/images/repeat1.png +%%DATADIR%%/themes/winter/epplets/images/repeat2.png +%%DATADIR%%/themes/winter/epplets/images/repeat3.png +%%DATADIR%%/themes/winter/epplets/images/rw1.png +%%DATADIR%%/themes/winter/epplets/images/rw2.png +%%DATADIR%%/themes/winter/epplets/images/rw3.png +%%DATADIR%%/themes/winter/epplets/images/s_h.png +%%DATADIR%%/themes/winter/epplets/images/s_k1.png +%%DATADIR%%/themes/winter/epplets/images/s_k2.png +%%DATADIR%%/themes/winter/epplets/images/s_k3.png +%%DATADIR%%/themes/winter/epplets/images/s_v.png +%%DATADIR%%/themes/winter/epplets/images/skip1.png +%%DATADIR%%/themes/winter/epplets/images/skip2.png +%%DATADIR%%/themes/winter/epplets/images/skip3.png +%%DATADIR%%/themes/winter/epplets/images/stop1.png +%%DATADIR%%/themes/winter/epplets/images/stop2.png +%%DATADIR%%/themes/winter/epplets/images/stop3.png +%%DATADIR%%/themes/winter/eterm/eterm.cfg +%%DATADIR%%/themes/winter/eterm/images/a_d_1.png +%%DATADIR%%/themes/winter/eterm/images/a_d_2.png +%%DATADIR%%/themes/winter/eterm/images/a_l_1.png +%%DATADIR%%/themes/winter/eterm/images/a_l_2.png +%%DATADIR%%/themes/winter/eterm/images/a_r_1.png +%%DATADIR%%/themes/winter/eterm/images/a_r_2.png +%%DATADIR%%/themes/winter/eterm/images/a_u_1.png +%%DATADIR%%/themes/winter/eterm/images/a_u_2.png +%%DATADIR%%/themes/winter/eterm/images/bg.jpg +%%DATADIR%%/themes/winter/eterm/images/bt.png +%%DATADIR%%/themes/winter/eterm/images/mb2.png +%%DATADIR%%/themes/winter/eterm/images/mb3.png +%%DATADIR%%/themes/winter/eterm/images/sb1.png +%%DATADIR%%/themes/winter/eterm/images/sb2.png +%%DATADIR%%/themes/winter/eterm/images/t.png +%%DATADIR%%/themes/winter/focuslist/focuslist.cfg +%%DATADIR%%/themes/winter/focuslist/focuslist.cfg.ko +%%DATADIR%%/themes/winter/focuslist/images/hbar.png +%%DATADIR%%/themes/winter/focuslist/images/hbar2.png +%%DATADIR%%/themes/winter/iconbox/iconbox.cfg +%%DATADIR%%/themes/winter/iconbox/iconbox.cfg.ko +%%DATADIR%%/themes/winter/iconbox/images/base_.png +%%DATADIR%%/themes/winter/iconbox/images/bg.png +%%DATADIR%%/themes/winter/iconbox/images/blank.png +%%DATADIR%%/themes/winter/iconbox/images/button-h.png +%%DATADIR%%/themes/winter/iconbox/images/cover.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-base_h.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-base_v.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-knob.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-knob_active.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-knob_clicked.png +%%DATADIR%%/themes/winter/iconbox/images/unused.png +%%DATADIR%%/themes/winter/imageclasses.cfg +%%DATADIR%%/themes/winter/imageclasses.cfg.ko +%%DATADIR%%/themes/winter/init/images/btn3.png +%%DATADIR%%/themes/winter/init/images/progress_bar.png +%%DATADIR%%/themes/winter/init/images/text_bg.png +%%DATADIR%%/themes/winter/init/init.cfg +%%DATADIR%%/themes/winter/init/init.cfg.ko +%%DATADIR%%/themes/winter/init.cfg +%%DATADIR%%/themes/winter/init.cfg.ko +%%DATADIR%%/themes/winter/menustyles/images/menu-arrow-sel.png +%%DATADIR%%/themes/winter/menustyles/images/menu-arrow.png +%%DATADIR%%/themes/winter/menustyles/images/menu-sel.png +%%DATADIR%%/themes/winter/menustyles/menustyles.cfg +%%DATADIR%%/themes/winter/menustyles/menustyles.cfg.ko +%%DATADIR%%/themes/winter/menustyles.cfg +%%DATADIR%%/themes/winter/menustyles.cfg.ko +%%DATADIR%%/themes/winter/pager/images/p_bg.png +%%DATADIR%%/themes/winter/pager/images/p_sel.png +%%DATADIR%%/themes/winter/pager/images/p_win.png +%%DATADIR%%/themes/winter/pager/pager.cfg +%%DATADIR%%/themes/winter/pager/pager.cfg.ko +%%DATADIR%%/themes/winter/slideouts/slideouts.cfg +%%DATADIR%%/themes/winter/slideouts.cfg +%%DATADIR%%/themes/winter/sound/sound.cfg +%%DATADIR%%/themes/winter/sound.cfg +%%DATADIR%%/themes/winter/tooltips/images/clear.png +%%DATADIR%%/themes/winter/tooltips/images/tooltipbg.png +%%DATADIR%%/themes/winter/tooltips/tooltips.cfg +%%DATADIR%%/themes/winter/tooltips/tooltips.cfg.ko +%%DATADIR%%/themes/winter/tooltips.cfg +%%DATADIR%%/themes/winter/tooltips.cfg.ko +%%DATADIR%%/themes/winter/ttfonts/COPYRIGHT.Vera +%%DATADIR%%/themes/winter/ttfonts/LICENSE.Vera +%%DATADIR%%/themes/winter/ttfonts/Vera.ttf +%%DATADIR%%/themes/winter/ttfonts/VeraBd.ttf +%%DATADIR%%/themes/winter/windowmatches.cfg +share/locale/da/LC_MESSAGES/enlightenment.mo share/locale/de/LC_MESSAGES/enlightenment.mo -share/locale/dk/LC_MESSAGES/enlightenment.mo share/locale/en_US/LC_MESSAGES/enlightenment.mo share/locale/es/LC_MESSAGES/enlightenment.mo share/locale/fr/LC_MESSAGES/enlightenment.mo @@ -2630,322 +421,76 @@ share/locale/pt_BR/LC_MESSAGES/enlightenment.mo share/locale/ru/LC_MESSAGES/enlightenment.mo share/locale/sv/LC_MESSAGES/enlightenment.mo share/locale/tr/LC_MESSAGES/enlightenment.mo -@dirrm %%DATADIR%%/themes/ShinyMetal/ttfonts -@dirrm %%DATADIR%%/themes/ShinyMetal/tooltips/images -@dirrm %%DATADIR%%/themes/ShinyMetal/tooltips -@dirrm %%DATADIR%%/themes/ShinyMetal/sound/samples -@dirrm %%DATADIR%%/themes/ShinyMetal/sound -@dirrm %%DATADIR%%/themes/ShinyMetal/slideouts -@dirrm %%DATADIR%%/themes/ShinyMetal/pager/images -@dirrm %%DATADIR%%/themes/ShinyMetal/pager -@dirrm %%DATADIR%%/themes/ShinyMetal/menustyles/images -@dirrm %%DATADIR%%/themes/ShinyMetal/menustyles -@dirrm %%DATADIR%%/themes/ShinyMetal/init/images -@dirrm %%DATADIR%%/themes/ShinyMetal/init -@dirrm %%DATADIR%%/themes/ShinyMetal/images -@dirrm %%DATADIR%%/themes/ShinyMetal/iconbox -@dirrm %%DATADIR%%/themes/ShinyMetal/focuslist -@dirrm %%DATADIR%%/themes/ShinyMetal/eterm/images -@dirrm %%DATADIR%%/themes/ShinyMetal/eterm -@dirrm %%DATADIR%%/themes/ShinyMetal/epplets/images/tmp -@dirrm %%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics -@dirrm %%DATADIR%%/themes/ShinyMetal/epplets/images -@dirrm %%DATADIR%%/themes/ShinyMetal/epplets -@dirrm %%DATADIR%%/themes/ShinyMetal/dragbar/images -@dirrm %%DATADIR%%/themes/ShinyMetal/dragbar -@dirrm %%DATADIR%%/themes/ShinyMetal/dock -@dirrm %%DATADIR%%/themes/ShinyMetal/dialogs/images -@dirrm %%DATADIR%%/themes/ShinyMetal/dialogs -@dirrm %%DATADIR%%/themes/ShinyMetal/cursors/images -@dirrm %%DATADIR%%/themes/ShinyMetal/cursors -@dirrm %%DATADIR%%/themes/ShinyMetal/coords -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/images -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/SIDE -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/SHAPED -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/PAGER -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/MENU_BORDER -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/ICONBOX -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/FIXEDSIZE -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/DEFAULT -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/BOTTOM -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/ShinyMetal/borders -@dirrm %%DATADIR%%/themes/ShinyMetal/backgrounds -@dirrm %%DATADIR%%/themes/ShinyMetal/ABOUT -@dirrm %%DATADIR%%/themes/ShinyMetal -@dirrm %%DATADIR%%/themes/Marble/ttfonts -@dirrm %%DATADIR%%/themes/Marble/tooltips/images -@dirrm %%DATADIR%%/themes/Marble/tooltips -@dirrm %%DATADIR%%/themes/Marble/sound/samples -@dirrm %%DATADIR%%/themes/Marble/sound -@dirrm %%DATADIR%%/themes/Marble/pager/images -@dirrm %%DATADIR%%/themes/Marble/pager -@dirrm %%DATADIR%%/themes/Marble/menustyles/images -@dirrm %%DATADIR%%/themes/Marble/menustyles -@dirrm %%DATADIR%%/themes/Marble/init/images -@dirrm %%DATADIR%%/themes/Marble/init -@dirrm %%DATADIR%%/themes/Marble/iconbox/images -@dirrm %%DATADIR%%/themes/Marble/iconbox -@dirrm %%DATADIR%%/themes/Marble/gkrellm/Marble2 -@dirrm %%DATADIR%%/themes/Marble/gkrellm/Marble -@dirrm %%DATADIR%%/themes/Marble/gkrellm -@dirrm %%DATADIR%%/themes/Marble/focuslist/images -@dirrm %%DATADIR%%/themes/Marble/focuslist -@dirrm %%DATADIR%%/themes/Marble/eterm/images -@dirrm %%DATADIR%%/themes/Marble/eterm -@dirrm %%DATADIR%%/themes/Marble/epplets/images -@dirrm %%DATADIR%%/themes/Marble/epplets -@dirrm %%DATADIR%%/themes/Marble/dragbar/images -@dirrm %%DATADIR%%/themes/Marble/dragbar -@dirrm %%DATADIR%%/themes/Marble/dock/images -@dirrm %%DATADIR%%/themes/Marble/dock -@dirrm %%DATADIR%%/themes/Marble/dialogs/images -@dirrm %%DATADIR%%/themes/Marble/dialogs -@dirrm %%DATADIR%%/themes/Marble/cursors/bw_images -@dirrm %%DATADIR%%/themes/Marble/cursors -@dirrm %%DATADIR%%/themes/Marble/coords/images -@dirrm %%DATADIR%%/themes/Marble/coords -@dirrm %%DATADIR%%/themes/Marble/common/images -@dirrm %%DATADIR%%/themes/Marble/common -@dirrm %%DATADIR%%/themes/Marble/borders/common/images -@dirrm %%DATADIR%%/themes/Marble/borders/common -@dirrm %%DATADIR%%/themes/Marble/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/Marble/borders/SHAPED -@dirrm %%DATADIR%%/themes/Marble/borders/PAGER -@dirrm %%DATADIR%%/themes/Marble/borders/MENU_BORDER_ONLY -@dirrm %%DATADIR%%/themes/Marble/borders/MENU -@dirrm %%DATADIR%%/themes/Marble/borders/ICONBOX -@dirrm %%DATADIR%%/themes/Marble/borders/FIXED_SIZE -@dirrm %%DATADIR%%/themes/Marble/borders/DEFAULT -@dirrm %%DATADIR%%/themes/Marble/borders/BORDER_ONLY -@dirrm %%DATADIR%%/themes/Marble/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/Marble/borders -@dirrm %%DATADIR%%/themes/Marble/backgrounds/images -@dirrm %%DATADIR%%/themes/Marble/backgrounds -@dirrm %%DATADIR%%/themes/Marble/ABOUT -@dirrm %%DATADIR%%/themes/Marble -@dirrm %%DATADIR%%/themes/Ganymede/ttfonts -@dirrm %%DATADIR%%/themes/Ganymede/tooltips/images -@dirrm %%DATADIR%%/themes/Ganymede/tooltips -@dirrm %%DATADIR%%/themes/Ganymede/sound/samples -@dirrm %%DATADIR%%/themes/Ganymede/sound -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/rotated -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/RED -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/GREEN -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/BLUE -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images -@dirrm %%DATADIR%%/themes/Ganymede/slideouts -@dirrm %%DATADIR%%/themes/Ganymede/pager/images -@dirrm %%DATADIR%%/themes/Ganymede/pager -@dirrm %%DATADIR%%/themes/Ganymede/menustyles/images -@dirrm %%DATADIR%%/themes/Ganymede/menustyles -@dirrm %%DATADIR%%/themes/Ganymede/init/images -@dirrm %%DATADIR%%/themes/Ganymede/init -@dirrm %%DATADIR%%/themes/Ganymede/iconbox/images -@dirrm %%DATADIR%%/themes/Ganymede/iconbox -@dirrm %%DATADIR%%/themes/Ganymede/focuslist -@dirrm %%DATADIR%%/themes/Ganymede/epplets/images -@dirrm %%DATADIR%%/themes/Ganymede/epplets -@dirrm %%DATADIR%%/themes/Ganymede/dragbar/images -@dirrm %%DATADIR%%/themes/Ganymede/dragbar -@dirrm %%DATADIR%%/themes/Ganymede/dock -@dirrm %%DATADIR%%/themes/Ganymede/dialogs/images -@dirrm %%DATADIR%%/themes/Ganymede/dialogs -@dirrm %%DATADIR%%/themes/Ganymede/cursors/images -@dirrm %%DATADIR%%/themes/Ganymede/cursors/bw_images -@dirrm %%DATADIR%%/themes/Ganymede/cursors -@dirrm %%DATADIR%%/themes/Ganymede/coords -@dirrm %%DATADIR%%/themes/Ganymede/common -@dirrm %%DATADIR%%/themes/Ganymede/buttons/images -@dirrm %%DATADIR%%/themes/Ganymede/buttons -@dirrm %%DATADIR%%/themes/Ganymede/borders/common -@dirrm %%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED -@dirrm %%DATADIR%%/themes/Ganymede/borders/RED/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/RED -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER -@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_NOTITLE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_NOTITLE -@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_BORDER -@dirrm %%DATADIR%%/themes/Ganymede/borders/ICONBOX -@dirrm %%DATADIR%%/themes/Ganymede/borders/GREEN/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/GREEN -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT -@dirrm %%DATADIR%%/themes/Ganymede/borders/BORDERLESS/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/Ganymede/borders -@dirrm %%DATADIR%%/themes/Ganymede/backgrounds/images -@dirrm %%DATADIR%%/themes/Ganymede/backgrounds -@dirrm %%DATADIR%%/themes/Ganymede/Pulldowns -@dirrm %%DATADIR%%/themes/Ganymede/Ganymede_gkrellm -@dirrm %%DATADIR%%/themes/Ganymede/Ganymede -@dirrm %%DATADIR%%/themes/Ganymede/Eterm -@dirrm %%DATADIR%%/themes/Ganymede/ABOUT -@dirrm %%DATADIR%%/themes/Ganymede -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/ttfonts -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/tooltips -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/sound -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/slideouts/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/slideouts -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/pager/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/pager -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/menustyles -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/init/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/init -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/iconbox -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/focuslist -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/eterm -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/epplets -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dragbar -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dock/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dock -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dialogs -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/cursors/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/cursors -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/coords/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/coords -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/common/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/common -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/buttons/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/buttons -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/common -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/TRANSIENT/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/SHAPED/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/SHAPED -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/ICONBOX/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/ICONBOX -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/FIXED_SIZE/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/FIXED_SIZE -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/DEFAULT/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/DEFAULT -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDER_ONLY/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDER_ONLY -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDERLESS/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert -@dirrm %%DATADIR%%/themes/BlueSteel/ttfonts -@dirrm %%DATADIR%%/themes/BlueSteel/tooltips/images -@dirrm %%DATADIR%%/themes/BlueSteel/tooltips -@dirrm %%DATADIR%%/themes/BlueSteel/sound/samples -@dirrm %%DATADIR%%/themes/BlueSteel/sound -@dirrm %%DATADIR%%/themes/BlueSteel/slideouts/images -@dirrm %%DATADIR%%/themes/BlueSteel/slideouts -@dirrm %%DATADIR%%/themes/BlueSteel/pager/images -@dirrm %%DATADIR%%/themes/BlueSteel/pager -@dirrm %%DATADIR%%/themes/BlueSteel/menustyles/images -@dirrm %%DATADIR%%/themes/BlueSteel/menustyles -@dirrm %%DATADIR%%/themes/BlueSteel/init/images -@dirrm %%DATADIR%%/themes/BlueSteel/init -@dirrm %%DATADIR%%/themes/BlueSteel/iconbox/images -@dirrm %%DATADIR%%/themes/BlueSteel/iconbox -@dirrm %%DATADIR%%/themes/BlueSteel/focuslist/images -@dirrm %%DATADIR%%/themes/BlueSteel/focuslist -@dirrm %%DATADIR%%/themes/BlueSteel/epplets/images -@dirrm %%DATADIR%%/themes/BlueSteel/epplets -@dirrm %%DATADIR%%/themes/BlueSteel/dragbar/images -@dirrm %%DATADIR%%/themes/BlueSteel/dragbar -@dirrm %%DATADIR%%/themes/BlueSteel/dock/images -@dirrm %%DATADIR%%/themes/BlueSteel/dock -@dirrm %%DATADIR%%/themes/BlueSteel/dialogs/images -@dirrm %%DATADIR%%/themes/BlueSteel/dialogs -@dirrm %%DATADIR%%/themes/BlueSteel/cursors/bw_images -@dirrm %%DATADIR%%/themes/BlueSteel/cursors -@dirrm %%DATADIR%%/themes/BlueSteel/coords/images -@dirrm %%DATADIR%%/themes/BlueSteel/coords -@dirrm %%DATADIR%%/themes/BlueSteel/common/images -@dirrm %%DATADIR%%/themes/BlueSteel/common -@dirrm %%DATADIR%%/themes/BlueSteel/buttons/images -@dirrm %%DATADIR%%/themes/BlueSteel/buttons -@dirrm %%DATADIR%%/themes/BlueSteel/borders/common/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/common -@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALLFIXED/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALLFIXED -@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALL -@dirrm %%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALLFIXED/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALLFIXED -@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALL/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALL -@dirrm %%DATADIR%%/themes/BlueSteel/borders/PAGER/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/PAGER -@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE -@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER -@dirrm %%DATADIR%%/themes/BlueSteel/borders/ICONBOX/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/ICONBOX -@dirrm %%DATADIR%%/themes/BlueSteel/borders/FIXEDSIZE/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/FIXEDSIZE -@dirrm %%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/DEFAULT -@dirrm %%DATADIR%%/themes/BlueSteel/borders/BORDERLESS/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/BlueSteel/borders -@dirrm %%DATADIR%%/themes/BlueSteel/backgrounds/images -@dirrm %%DATADIR%%/themes/BlueSteel/backgrounds -@dirrm %%DATADIR%%/themes/BlueSteel/Eterm/images -@dirrm %%DATADIR%%/themes/BlueSteel/Eterm -@dirrm %%DATADIR%%/themes/BlueSteel/ABOUT -@dirrm %%DATADIR%%/themes/BlueSteel +@dirrm %%DATADIR%%/themes/winter/ABOUT +@dirrm %%DATADIR%%/themes/winter/backgrounds/images +@dirrm %%DATADIR%%/themes/winter/backgrounds +@dirrm %%DATADIR%%/themes/winter/borders/BORDERLESS/images +@dirrm %%DATADIR%%/themes/winter/borders/BORDERLESS +@dirrm %%DATADIR%%/themes/winter/borders/BORDER_ONLY/images +@dirrm %%DATADIR%%/themes/winter/borders/BORDER_ONLY +@dirrm %%DATADIR%%/themes/winter/borders/DEFAULT/images +@dirrm %%DATADIR%%/themes/winter/borders/DEFAULT +@dirrm %%DATADIR%%/themes/winter/borders/DIALOG/images +@dirrm %%DATADIR%%/themes/winter/borders/DIALOG +@dirrm %%DATADIR%%/themes/winter/borders/FIXED_SIZE/images +@dirrm %%DATADIR%%/themes/winter/borders/FIXED_SIZE +@dirrm %%DATADIR%%/themes/winter/borders/ICONBOX/images +@dirrm %%DATADIR%%/themes/winter/borders/ICONBOX +@dirrm %%DATADIR%%/themes/winter/borders/MENU/images +@dirrm %%DATADIR%%/themes/winter/borders/MENU +@dirrm %%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY/images +@dirrm %%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY +@dirrm %%DATADIR%%/themes/winter/borders/PAGER/images +@dirrm %%DATADIR%%/themes/winter/borders/PAGER +@dirrm %%DATADIR%%/themes/winter/borders/PAGER_SHADE_RIGHT +@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images +@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER +@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER_SHADE_LEFT +@dirrm %%DATADIR%%/themes/winter/borders/SHAPED/images +@dirrm %%DATADIR%%/themes/winter/borders/SHAPED +@dirrm %%DATADIR%%/themes/winter/borders/TRANSIENT/images +@dirrm %%DATADIR%%/themes/winter/borders/TRANSIENT +@dirrm %%DATADIR%%/themes/winter/borders/common/images +@dirrm %%DATADIR%%/themes/winter/borders/common +@dirrm %%DATADIR%%/themes/winter/borders +@dirrm %%DATADIR%%/themes/winter/buttons/images +@dirrm %%DATADIR%%/themes/winter/buttons +@dirrm %%DATADIR%%/themes/winter/common/images +@dirrm %%DATADIR%%/themes/winter/common +@dirrm %%DATADIR%%/themes/winter/coords/images +@dirrm %%DATADIR%%/themes/winter/coords +@dirrm %%DATADIR%%/themes/winter/cursors +@dirrm %%DATADIR%%/themes/winter/dialogs/images +@dirrm %%DATADIR%%/themes/winter/dialogs +@dirrm %%DATADIR%%/themes/winter/dock/images +@dirrm %%DATADIR%%/themes/winter/dock +@dirrm %%DATADIR%%/themes/winter/dragbar/images +@dirrm %%DATADIR%%/themes/winter/dragbar +@dirrm %%DATADIR%%/themes/winter/epplets/images +@dirrm %%DATADIR%%/themes/winter/epplets +@dirrm %%DATADIR%%/themes/winter/eterm/images +@dirrm %%DATADIR%%/themes/winter/eterm +@dirrm %%DATADIR%%/themes/winter/focuslist/images +@dirrm %%DATADIR%%/themes/winter/focuslist +@dirrm %%DATADIR%%/themes/winter/iconbox/images +@dirrm %%DATADIR%%/themes/winter/iconbox +@dirrm %%DATADIR%%/themes/winter/init/images +@dirrm %%DATADIR%%/themes/winter/init +@dirrm %%DATADIR%%/themes/winter/menustyles/images +@dirrm %%DATADIR%%/themes/winter/menustyles +@dirrm %%DATADIR%%/themes/winter/pager/images +@dirrm %%DATADIR%%/themes/winter/pager +@dirrm %%DATADIR%%/themes/winter/slideouts/images +@dirrm %%DATADIR%%/themes/winter/slideouts +@dirrm %%DATADIR%%/themes/winter/sound/samples +@dirrm %%DATADIR%%/themes/winter/sound +@dirrm %%DATADIR%%/themes/winter/tooltips/images +@dirrm %%DATADIR%%/themes/winter/tooltips +@dirrm %%DATADIR%%/themes/winter/ttfonts +@dirrm %%DATADIR%%/themes/winter @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/misc @dirrm %%DATADIR%%/config/pix -@dirrm %%DATADIR%%/config/backup @dirrm %%DATADIR%%/config -@dirrm %%DATADIR%%/E-docs @dirrm %%DATADIR%% diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index e75ca936ad3d..9ad1003b8e35 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/Makefile @@ -6,59 +6,39 @@ # PORTNAME= enlightenment -PORTVERSION= 0.16.6 -PORTREVISION= 1 +PORTVERSION= 0.16.7.1 +PORTREVISION= 0 CATEGORIES= x11-wm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:enlightenment/} \ - ftp://freebsd.sinica.edu.tw/pub/clive/:ethemes -MASTER_SITE_SUBDIR= ${PORTNAME}/:enlightenment -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:enlightenment \ - Marble.etheme:ethemes \ - BlueSteel.etheme.zh_TW.Big5:ethemes \ - BrushedMetal-Tigert.etheme.zh_TW.Big5:ethemes \ - ShinyMetal.etheme.zh_TW.Big5:ethemes -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= vanilla@FreeBSD.org COMMENT= A very artistic X window manager -LIB_DEPENDS= Fnlib.0:${PORTSDIR}/graphics/fnlib \ - ghttp.1:${PORTSDIR}/www/libghttp +LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GNOME= esound imlib -USE_FREETYPE= yes +USE_GNOME= esound +USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fsstd --disable-hints-gnome --disable-hints-kde -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \ - -I${LOCALBASE}/include -I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" MAN1= enlightenment.1 .include <bsd.port.pre.mk> -.if (${MACHINE} == "alpha") && ${X_WINDOW_SYSTEM:L} == xfree86-3 +.if (${MACHINE} == "alpha") && (${XFREE86_VERSION} == 3) CONFIGURE_ARGS+= --disable-zoom .endif post-patch: @${REINPLACE_CMD} -e 's| wctype.h||g ; \ s|-ldl||g' ${WRKSRC}/configure - -post-install: - ${MKDIR} ${DATADIR}/themes/Marble - ${TAR} -C ${DATADIR}/themes/Marble \ - -xzf ${DISTDIR}/Marble.etheme - ${TAR} -C ${DATADIR}/themes/BlueSteel \ - -xzf ${DISTDIR}/BlueSteel.etheme.zh_TW.Big5 - ${TAR} -C ${DATADIR}/themes/BrushedMetal-Tigert \ - -xzf ${DISTDIR}/BrushedMetal-Tigert.etheme.zh_TW.Big5 - ${TAR} -C ${DATADIR}/themes/ShinyMetal \ - -xzf ${DISTDIR}/ShinyMetal.etheme.zh_TW.Big5 - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/themes - ${CHMOD} -R a+rX ${DATADIR}/themes + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ + ${WRKSRC}/scripts/e_gen_menu .include <bsd.port.post.mk> diff --git a/x11-wm/enlightenment-devel/distinfo b/x11-wm/enlightenment-devel/distinfo index f4ad8b669f29..c03cd4108e47 100644 --- a/x11-wm/enlightenment-devel/distinfo +++ b/x11-wm/enlightenment-devel/distinfo @@ -1,10 +1,2 @@ -MD5 (enlightenment-0.16.6.tar.gz) = fa1b5f062cd2ba005eb555c358450deb -SIZE (enlightenment-0.16.6.tar.gz) = 11924484 -MD5 (Marble.etheme) = 94c593f1f5ad6572b9f72a8040ac3c83 -SIZE (Marble.etheme) = 930404 -MD5 (BlueSteel.etheme.zh_TW.Big5) = 5544b76db10324deeacde0399f63c792 -SIZE (BlueSteel.etheme.zh_TW.Big5) = 6048 -MD5 (BrushedMetal-Tigert.etheme.zh_TW.Big5) = d29aad171b1a020e66d20d33cf9794f8 -SIZE (BrushedMetal-Tigert.etheme.zh_TW.Big5) = 4272 -MD5 (ShinyMetal.etheme.zh_TW.Big5) = 661291ffd6672feb3c961a54a8a2a940 -SIZE (ShinyMetal.etheme.zh_TW.Big5) = 2962 +MD5 (enlightenment-0.16.7.1.tar.gz) = 1439839c3023914a62f8254cc31085fc +SIZE (enlightenment-0.16.7.1.tar.gz) = 1791137 diff --git a/x11-wm/enlightenment-devel/files/patch-e_gen_menu b/x11-wm/enlightenment-devel/files/patch-e_gen_menu new file mode 100644 index 000000000000..49ebc4992408 --- /dev/null +++ b/x11-wm/enlightenment-devel/files/patch-e_gen_menu @@ -0,0 +1,29 @@ +--- scripts/e_gen_menu.orig Mon Jun 14 04:44:03 2004 ++++ scripts/e_gen_menu Wed Jun 30 12:00:37 2004 +@@ -25,7 +25,7 @@ + ############################################################################## + + # Likely prefixes +-$Prefixes = "/usr/local:/usr:/opt"; ++$Prefixes = "/usr/local:/usr/X11R6"; + + # Where to look for GNOME2/KDE2,3 stuff + $AppDirs = MkDirList($Prefixes, "/share/applications"); +@@ -51,7 +51,7 @@ + $loc1 = "" if ($loc1 eq $loc2); + + $EdirUser = "$ENV{'HOME'}/.enlightenment" unless $EdirUser; +-$EdirRoot = "/usr/share/enlightenment" unless $EdirRoot; ++$EdirRoot = "%%PREFIX%%/share/enlightenment" unless $EdirRoot; + $EdirBin = "/usr/bin" unless $EdirBin; + + $dbg = "$ENV{'E_MENUGEN_DBG'}"; +@@ -96,7 +96,7 @@ + "x:Firefox:firefox", + "x:Galeon:galeon", + "x:Opera:opera", +- "x:Electric Eyes:ee", ++ "x:Electric Eyes:ElectricEyes", + "x:Gmplayer:gmplayer", + "x:Xine:xine", + "x:The GIMP:gimp", diff --git a/x11-wm/enlightenment-devel/files/patch-scripts::e_gen_menu b/x11-wm/enlightenment-devel/files/patch-scripts::e_gen_menu deleted file mode 100644 index 3bad84d12c34..000000000000 --- a/x11-wm/enlightenment-devel/files/patch-scripts::e_gen_menu +++ /dev/null @@ -1,11 +0,0 @@ ---- scripts/e_gen_menu.orig Sun Sep 7 03:12:42 2003 -+++ scripts/e_gen_menu Mon Oct 6 01:17:48 2003 -@@ -84,7 +84,7 @@ - "x:XTerm:xterm", - "x:RXVT:rxvt", - "x:Mozilla:mozilla", -- "x:Electric Eyes:ee", -+ "x:Electric Eyes:ElectricEyes", - "x:The GIMP:gimp", - "x:XV:xv", - "x:GQView:gqview", diff --git a/x11-wm/enlightenment-devel/files/patch-src::Makefile.in b/x11-wm/enlightenment-devel/files/patch-src::Makefile.in deleted file mode 100644 index c0d1bc7a1f27..000000000000 --- a/x11-wm/enlightenment-devel/files/patch-src::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Sun Sep 7 05:00:33 2003 -+++ src/Makefile.in Mon Oct 6 01:21:24 2003 -@@ -691,7 +691,7 @@ - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes; \ - rm -f $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes/DEFAULT; \ - $(LN_S) \ -- BrushedMetal-Tigert \ -+ Marble \ - $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes/DEFAULT; - - uninstall-local: diff --git a/x11-wm/enlightenment-devel/pkg-plist b/x11-wm/enlightenment-devel/pkg-plist index f67ade3c58e1..cefdc7e06206 100644 --- a/x11-wm/enlightenment-devel/pkg-plist +++ b/x11-wm/enlightenment-devel/pkg-plist @@ -1,61 +1,10 @@ -bin/dox +bin/edox bin/eesh bin/enlightenment bin/epp -%%DATADIR%%/E-docs/E_app_menu.png -%%DATADIR%%/E-docs/E_app_rightmouse_menu.png -%%DATADIR%%/E-docs/E_area_settings.png -%%DATADIR%%/E-docs/E_audio_settings.png -%%DATADIR%%/E-docs/E_autoraise_settings.png -%%DATADIR%%/E-docs/E_backgrounds_menu.png -%%DATADIR%%/E-docs/E_backgrounds_menu_view.png -%%DATADIR%%/E-docs/E_backgrounds_settings.pl.png -%%DATADIR%%/E-docs/E_backgrounds_settings.png -%%DATADIR%%/E-docs/E_border_selector.png -%%DATADIR%%/E-docs/E_deskarray.png -%%DATADIR%%/E-docs/E_deskimg.png -%%DATADIR%%/E-docs/E_deskstack.png -%%DATADIR%%/E-docs/E_dragbar.png -%%DATADIR%%/E-docs/E_dragging_desktops.png -%%DATADIR%%/E-docs/E_enlightenment_menu.png -%%DATADIR%%/E-docs/E_focus_settings.png -%%DATADIR%%/E-docs/E_group_settings.png -%%DATADIR%%/E-docs/E_groups_menu.png -%%DATADIR%%/E-docs/E_iconbox.png -%%DATADIR%%/E-docs/E_iconbox_menu.png -%%DATADIR%%/E-docs/E_iconbox_settings.png -%%DATADIR%%/E-docs/E_kde_settings.png -%%DATADIR%%/E-docs/E_keyboard.png -%%DATADIR%%/E-docs/E_logo.png -%%DATADIR%%/E-docs/E_maint_menu.png -%%DATADIR%%/E-docs/E_mouse.png -%%DATADIR%%/E-docs/E_mousewheel.png -%%DATADIR%%/E-docs/E_move_resize_settings.png -%%DATADIR%%/E-docs/E_pager.png -%%DATADIR%%/E-docs/E_pager_settings.png -%%DATADIR%%/E-docs/E_pager_settings_menu.png -%%DATADIR%%/E-docs/E_placement_settings.png -%%DATADIR%%/E-docs/E_remember_settings.png -%%DATADIR%%/E-docs/E_screen_start.png -%%DATADIR%%/E-docs/E_settings_menu.png -%%DATADIR%%/E-docs/E_special_fx_settings.png -%%DATADIR%%/E-docs/E_tooltip_settings.png -%%DATADIR%%/E-docs/E_tooltips.png -%%DATADIR%%/E-docs/E_virtual_desk_settings.png -%%DATADIR%%/E-docs/E_website.png -%%DATADIR%%/E-docs/E_window.png -%%DATADIR%%/E-docs/E_window_diagram.pl.png -%%DATADIR%%/E-docs/E_window_diagram.png -%%DATADIR%%/E-docs/Edoc_bg.png -%%DATADIR%%/E-docs/FIRST_0.16 -%%DATADIR%%/E-docs/MAIN -%%DATADIR%%/E-docs/MAIN.ja -%%DATADIR%%/E-docs/MAIN.pl -%%DATADIR%%/E-docs/Verah___.ttf -%%DATADIR%%/E-docs/aircut3.ttf -%%DATADIR%%/E-docs/rothwell.ttf %%DATADIR%%/config/actionclasses.cfg %%DATADIR%%/config/actionclasses.cfg.ja +%%DATADIR%%/config/actionclasses.cfg.ko %%DATADIR%%/config/actionclasses.cfg.pl %%DATADIR%%/config/backup-borders.cfg %%DATADIR%%/config/backup-colormodifiers.cfg @@ -68,14 +17,18 @@ bin/epp %%DATADIR%%/config/icondefs.cfg %%DATADIR%%/config/keybindings.cfg %%DATADIR%%/config/keybindings.cfg.ja +%%DATADIR%%/config/keybindings.cfg.ko %%DATADIR%%/config/keybindings.cfg.pl %%DATADIR%%/config/keybindings.gmc.cfg.ja +%%DATADIR%%/config/keybindings.gmc.cfg.ko %%DATADIR%%/config/keybindings.gmc.cfg.pl %%DATADIR%%/config/keybindings.nogmc.cfg.ja +%%DATADIR%%/config/keybindings.nogmc.cfg.ko %%DATADIR%%/config/keybindings.nogmc.cfg.pl %%DATADIR%%/config/keybindings.rh.cfg.pl %%DATADIR%%/config/menus.cfg %%DATADIR%%/config/menus.cfg.ja +%%DATADIR%%/config/menus.cfg.ko %%DATADIR%%/config/menus.cfg.pl %%DATADIR%%/config/pix/about.png %%DATADIR%%/config/pix/apple.png @@ -130,6 +83,16 @@ bin/epp %%DATADIR%%/config/pix/wait8.png %%DATADIR%%/config/pix/wait9.png %%DATADIR%%/config/pix/world.png +%%DATADIR%%/misc/E-GNOME +%%DATADIR%%/misc/E-KDE +%%DATADIR%%/misc/E16 +%%DATADIR%%/misc/starte16 +%%DATADIR%%/misc/Xclients.e-gnome +%%DATADIR%%/misc/Xclients.e-kde +%%DATADIR%%/misc/Xclients.enlightenment +%%DATADIR%%/misc/e-gnome.desktop +%%DATADIR%%/misc/e-kde.desktop +%%DATADIR%%/misc/enlightenment.desktop %%DATADIR%%/scripts/e_cache_clean %%DATADIR%%/scripts/e_cache_clean.pl %%DATADIR%%/scripts/e_cache_query @@ -140,2482 +103,310 @@ bin/epp %%DATADIR%%/scripts/e_gen_menu.e16_5 %%DATADIR%%/scripts/e_gen_menu.pl %%DATADIR%%/scripts/enlightenment.install -%%DATADIR%%/themes/BlueSteel/ABOUT/MAIN -%%DATADIR%%/themes/BlueSteel/ABOUT/bg.png -%%DATADIR%%/themes/BlueSteel/ABOUT/logo.png -%%DATADIR%%/themes/BlueSteel/ABOUT/vixar.ttf -%%DATADIR%%/themes/BlueSteel/Eterm/Eterm.cfg -%%DATADIR%%/themes/BlueSteel/Eterm/images/anchor_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/anchor_hl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/bg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/downarrow_cl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/downarrow_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/downarrow_hl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/leftarrow_cl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/leftarrow_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/leftarrow_hl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/menu_selected.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/menubg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/rightarrow_cl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/rightarrow_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/rightarrow_hl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/submenu.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/submenu_selected.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/trough.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/uparrow_cl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/uparrow_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/uparrow_hl.png -%%DATADIR%%/themes/BlueSteel/README -%%DATADIR%%/themes/BlueSteel/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/BlueSteel/backgrounds/images/All-Good-People-4.jpg -%%DATADIR%%/themes/BlueSteel/backgrounds/images/Enigmas-Oven-2.jpg -%%DATADIR%%/themes/BlueSteel/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images/maximize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images/maximize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images/maximize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/FIXEDSIZE/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/border.cfg.ja -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/border.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/resize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/resize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/resize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/right_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/right_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/rightbottomtrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/rightbottomtrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/shade_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/shade_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/shade_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/title_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/title_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/toptrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/toptrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/unshade_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/unshade_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/unshade_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottom_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottom_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottomresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottomresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/left_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/left_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_hl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_hl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/right_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/right_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/rightresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/rightresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/righttrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/righttrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_bg_st.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_fg_st.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_bg_st.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_fg_st.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/top_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/top_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/toptrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/toptrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/left_bg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/left_fg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/resize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/resize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/resize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/shade_bg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/shade_cl.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/shade_fg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/unshade_bg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/unshade_cl.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/unshade_fg.png -%%DATADIR%%/themes/BlueSteel/borders/SMALL/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/SMALLFIXED/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/top_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/top_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/topright_bg.png -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/topright_fg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/leftresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/leftresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/rightresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/rightresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALLFIXED/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/borders.cfg -%%DATADIR%%/themes/BlueSteel/borders/borders.cfg.ja -%%DATADIR%%/themes/BlueSteel/borders/borders.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/borders/common/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/common/border.cfg.ja -%%DATADIR%%/themes/BlueSteel/borders/common/border.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/borders/common/images/bottomresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/bottomresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_sh_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottom_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottom_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottomtrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottomtrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_title_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_title_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_top_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_top_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/fixed_bottom_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/fixed_bottom_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/left_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/left_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_bottomtrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_bottomtrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_title_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_title_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttoptrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttoptrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/minimize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/minimize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/minimize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/right_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/right_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/righttrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/righttrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_bg_st.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_fg_st.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_bg_st.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_fg_st.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/toprighttrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/toprighttrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/transient_title_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/transient_title_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders.cfg -%%DATADIR%%/themes/BlueSteel/borders.cfg.ja -%%DATADIR%%/themes/BlueSteel/borders.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/buttons/buttons.cfg -%%DATADIR%%/themes/BlueSteel/buttons.cfg -%%DATADIR%%/themes/BlueSteel/colormodifiers.cfg -%%DATADIR%%/themes/BlueSteel/common/images/bg.png -%%DATADIR%%/themes/BlueSteel/common/images/blank.png -%%DATADIR%%/themes/BlueSteel/common/images/dragbar_horiz.png -%%DATADIR%%/themes/BlueSteel/common/images/selected.png -%%DATADIR%%/themes/BlueSteel/coords/coords.cfg -%%DATADIR%%/themes/BlueSteel/coords/coords.cfg.ja -%%DATADIR%%/themes/BlueSteel/coords/coords.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_left.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_left.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_right.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_right.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/cursor.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/cursor.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/iconify.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/iconify.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/kill.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/kill.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/max.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/max.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/move.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/move.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_bl.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_bl.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_br.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_br.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_h.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_h.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_v.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_v.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/stick.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/stick.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/cursors.cfg -%%DATADIR%%/themes/BlueSteel/cursors.cfg -%%DATADIR%%/themes/BlueSteel/desktops.cfg -%%DATADIR%%/themes/BlueSteel/dialogs/dialogs.cfg -%%DATADIR%%/themes/BlueSteel/dialogs/dialogs.cfg.ja -%%DATADIR%%/themes/BlueSteel/dialogs/dialogs.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/dialogs/images/button_down.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/button_up.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/check_off.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/check_on.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/darkbg.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/lightbg.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/radio_off.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/radio_on.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/separator.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/slider_horiz.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/slider_vert.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/window.png -%%DATADIR%%/themes/BlueSteel/dock/dock.cfg -%%DATADIR%%/themes/BlueSteel/dock/images/icon.png -%%DATADIR%%/themes/BlueSteel/dragbar/dragbar.cfg -%%DATADIR%%/themes/BlueSteel/dragbar/images/downarrow.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/downarrow_cl.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/dragbar_vert.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/leftarrow.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/leftarrow_cl.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/rightarrow.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/rightarrow_cl.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/uparrow.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/uparrow_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/epplets.cfg -%%DATADIR%%/themes/BlueSteel/epplets/epplets.cfg.ja -%%DATADIR%%/themes/BlueSteel/epplets/epplets.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_down_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_down_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_left_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_left_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_right_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_right_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_up_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_up_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/bar.png -%%DATADIR%%/themes/BlueSteel/epplets/images/bg_h.png -%%DATADIR%%/themes/BlueSteel/epplets/images/bg_v.png -%%DATADIR%%/themes/BlueSteel/epplets/images/button_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/button_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/close_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/close_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/config_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/config_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/drawingarea.png -%%DATADIR%%/themes/BlueSteel/epplets/images/eject_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/eject_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/ff_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/ff_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/help_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/help_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/next_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/next_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/pause_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/pause_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/play_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/play_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/prev_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/prev_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/repeat_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/repeat_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/rw_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/rw_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/skip_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/skip_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/slider_base_h.png -%%DATADIR%%/themes/BlueSteel/epplets/images/slider_base_v.png -%%DATADIR%%/themes/BlueSteel/epplets/images/slider_knob_h.png -%%DATADIR%%/themes/BlueSteel/epplets/images/slider_knob_v.png -%%DATADIR%%/themes/BlueSteel/epplets/images/stop_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/stop_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/togglebutton_down.png -%%DATADIR%%/themes/BlueSteel/epplets/images/togglebutton_up.png -%%DATADIR%%/themes/BlueSteel/focuslist/focuslist.cfg -%%DATADIR%%/themes/BlueSteel/focuslist/focuslist.cfg.ja -%%DATADIR%%/themes/BlueSteel/focuslist/focuslist.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/focuslist/images/lightbg.png -%%DATADIR%%/themes/BlueSteel/focuslist/images/lightbg_hl.png -%%DATADIR%%/themes/BlueSteel/iconbox/iconbox.cfg -%%DATADIR%%/themes/BlueSteel/iconbox/iconbox.cfg.ja -%%DATADIR%%/themes/BlueSteel/iconbox/iconbox.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_down.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_down_cl.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_left.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_left_cl.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_right.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_right_cl.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_up.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_up_cl.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/bar_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/bar_v.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/base_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/base_v.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/bg_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/bg_v.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/cover_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/cover_v.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/icon.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/knob_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/knob_v.png -%%DATADIR%%/themes/BlueSteel/imageclasses.cfg -%%DATADIR%%/themes/BlueSteel/imageclasses.cfg.ja -%%DATADIR%%/themes/BlueSteel/imageclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/init/images/bar.png -%%DATADIR%%/themes/BlueSteel/init/images/bg.jpg -%%DATADIR%%/themes/BlueSteel/init/images/logo.png -%%DATADIR%%/themes/BlueSteel/init/init.cfg -%%DATADIR%%/themes/BlueSteel/init/init.cfg.ja -%%DATADIR%%/themes/BlueSteel/init/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/init.cfg -%%DATADIR%%/themes/BlueSteel/init.cfg.ja -%%DATADIR%%/themes/BlueSteel/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/menustyles/images/submenu.png -%%DATADIR%%/themes/BlueSteel/menustyles/images/submenu_selected.png -%%DATADIR%%/themes/BlueSteel/menustyles/menustyles.cfg -%%DATADIR%%/themes/BlueSteel/menustyles/menustyles.cfg.ja -%%DATADIR%%/themes/BlueSteel/menustyles/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/menustyles.cfg -%%DATADIR%%/themes/BlueSteel/menustyles.cfg.ja -%%DATADIR%%/themes/BlueSteel/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/pager/images/selected.png -%%DATADIR%%/themes/BlueSteel/pager/images/window.png -%%DATADIR%%/themes/BlueSteel/pager/pager.cfg -%%DATADIR%%/themes/BlueSteel/pager/pager.cfg.ja -%%DATADIR%%/themes/BlueSteel/pager/pager.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/slideouts/slideouts.cfg -%%DATADIR%%/themes/BlueSteel/slideouts.cfg -%%DATADIR%%/themes/BlueSteel/sound/sound.cfg -%%DATADIR%%/themes/BlueSteel/sound.cfg -%%DATADIR%%/themes/BlueSteel/tooltips/images/cloud_large.png -%%DATADIR%%/themes/BlueSteel/tooltips/images/cloud_small.png -%%DATADIR%%/themes/BlueSteel/tooltips/tooltips.cfg -%%DATADIR%%/themes/BlueSteel/tooltips/tooltips.cfg.ja -%%DATADIR%%/themes/BlueSteel/tooltips/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/tooltips.cfg -%%DATADIR%%/themes/BlueSteel/tooltips.cfg.ja -%%DATADIR%%/themes/BlueSteel/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/ttfonts/vixar.ttf -%%DATADIR%%/themes/BlueSteel/windowmatches.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/Edoc_bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/MAIN -%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/aircut3.ttf -%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/title.png -%%DATADIR%%/themes/BrushedMetal-Tigert/README -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/dark_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/dark_vertical_gradient_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/light_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/light_vertical_gradient_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/small_turquoise_pebbles.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turqouise_bg.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_garage_floor.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_leather.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_tiles.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_treemoon.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_wrinkles.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDER_ONLY/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/FIXED_SIZE/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb6.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb8.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb9.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb6.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb8.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb9.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/SHAPED/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b0-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b0.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b2-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b3-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b4-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b5-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b6-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b6.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b7-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b7.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b8-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b8.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb4-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb5-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb6-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb6.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb8-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb8.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/black.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/blank.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2s-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2s.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2s-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2s.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/buttons/buttons.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/buttons.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/colormodifiers.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/common/images/blank.png -%%DATADIR%%/themes/BrushedMetal-Tigert/common/images/light_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/images/coord.png -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/cursor.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/cursor.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/iconify.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/iconify.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/kill.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/kill.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/move.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/move.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_br.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_br.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_h.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_h.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_tr.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_tr.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_v.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_v.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/cursors.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/desktops.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/bt2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/button1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/button2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/button3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/indent.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/r1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/r1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl1b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl2b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/slh.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/slv.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w0-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w0.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dock/dock.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/dock/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dock/images/bt2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/dragbar.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a1b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a2b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/bt2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_d1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_d2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_d3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_l1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_l2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_l3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_r1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_r2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_r3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_u1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_u2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_u3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/b1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/b2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/b3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bg_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/close1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/close2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/close3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/config1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/config2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/config3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/da.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/eject1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/eject2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/eject3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ff1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ff2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ff3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/help1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/help2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/help3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/next1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/next2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/next3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pause1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pause2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pause3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pb_h.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pb_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/play1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/play2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/play3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/prev1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/prev2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/prev3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/repeat1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/repeat2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/repeat3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/rw1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/rw2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/rw3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_h.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_k1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_k2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/skip1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/skip2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/skip3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/stop1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/stop2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/stop3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/eterm.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_d_1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_d_2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_l_1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_l_2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_r_1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_r_2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_u_1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_u_2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/bg.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/bt.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/mb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/mb3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/sb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/sb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/t.png -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/images/mb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/images/mb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_d1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_d2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_l1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_l2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_r1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_r2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_u1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_u2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_cover_h.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_cover_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_h.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/mb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/sl1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/sl2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/slh.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/slv.png -%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/light_vetical_gradient_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/progress_bar.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/text_bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/turquoise_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images/mb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images/mb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images/mb3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/mb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/p_bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/p_sel.png -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/p_win.png -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/slideouts/slideouts.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/slideouts.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_already_active.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_error_ipc.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_goodbye.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_logout.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_scanning.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_areas.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_audio.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_autoraise.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_bg.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_desktops.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_focus.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_fx.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_moveresize.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_pager.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_placement.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_tooltips.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_wait.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_warning.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_welcome.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_DEICONIFY.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_DESKTOP_SHUT.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_FOCUS_SET.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_ICONIFY.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_MENU_SHOW.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_MOVE_AREA_DOWN.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_MOVE_RESIST.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_NEW_ICONBOX.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_SHADE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_UNSHADE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_BORDER_CHANGE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_CHANGE_LAYER_DOWN.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_CLOSE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_SLIDE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_STICK.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_UNSTICK.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/sound.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/sound.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/imageclasses.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images/cloud1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images/cloud2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images/cloud_logo.png -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/windowmatches.cfg -%%DATADIR%%/themes/DEFAULT -%%DATADIR%%/themes/Ganymede/ABOUT/MAIN -%%DATADIR%%/themes/Ganymede/ABOUT/background.png -%%DATADIR%%/themes/Ganymede/ABOUT/bullet.gif -%%DATADIR%%/themes/Ganymede/ABOUT/econtrol.png -%%DATADIR%%/themes/Ganymede/ABOUT/ganymede.png -%%DATADIR%%/themes/Ganymede/ABOUT/ganymede.ttf -%%DATADIR%%/themes/Ganymede/ABOUT/pulldowns.png -%%DATADIR%%/themes/Ganymede/ACTIVATE_BUTTONS -%%DATADIR%%/themes/Ganymede/BUTTON_CONFIG_HOWTO -%%DATADIR%%/themes/Ganymede/ChangeLog -%%DATADIR%%/themes/Ganymede/Eterm/imageclasses.cfg -%%DATADIR%%/themes/Ganymede/Ganymede/MAIN -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_down1.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_down2.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_down3.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_up1.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_up2.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_up3.png -%%DATADIR%%/themes/Ganymede/Ganymede/background_vert.png -%%DATADIR%%/themes/Ganymede/Ganymede/blue.ppm -%%DATADIR%%/themes/Ganymede/Ganymede/blue_dark.ppm -%%DATADIR%%/themes/Ganymede/Ganymede/green.ppm -%%DATADIR%%/themes/Ganymede/Ganymede/red.ppm -%%DATADIR%%/themes/Ganymede/Ganymede/scrollbar_vert.png -%%DATADIR%%/themes/Ganymede/Ganymede/theme.cfg -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_bordered.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_chart.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_panel.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_spacer.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_timer.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/chart_grid.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/chart_labels.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/digits.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/frame_horizontal.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/frame_side.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/gkrellmrc -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/krell_meter.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/krell_panel.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/meter_labels.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/net_leds.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/numbers.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/ppp_button.xpm -%%DATADIR%%/themes/Ganymede/Makefile -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.editors.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.graphics.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.mailers.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.net.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.other.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.terminals.menu -%%DATADIR%%/themes/Ganymede/README -%%DATADIR%%/themes/Ganymede/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/Ganymede/backgrounds/images/French-Products-for-Ganymede.png -%%DATADIR%%/themes/Ganymede/backgrounds/images/enlightenment.png -%%DATADIR%%/themes/Ganymede/backgrounds/images/logo_small.png -%%DATADIR%%/themes/Ganymede/backgrounds/images/logo_tiny.png -%%DATADIR%%/themes/Ganymede/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD/border.cfg -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/GREEN/border.cfg -%%DATADIR%%/themes/Ganymede/borders/GREEN/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/border.cfg -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_flat_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_flat_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_NOTITLE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_b_bottom_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_b_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_b_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_l_left_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_l_left_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_l_left_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_left_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_left_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_r_right_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_r_right_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_r_right_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_right_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_right_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_t_top_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_t_top_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_t_top_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_top_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_top_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_left_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_left_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_right_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_right_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_top_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_top_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/RED/border.cfg -%%DATADIR%%/themes/Ganymede/borders/RED/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/border.cfg -%%DATADIR%%/themes/Ganymede/borders/ROTATED/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_left_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_left_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_right_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_right_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_top_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_top_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/borders.cfg -%%DATADIR%%/themes/Ganymede/borders/borders.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/common/border.cfg -%%DATADIR%%/themes/Ganymede/borders/common/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders.cfg -%%DATADIR%%/themes/Ganymede/borders.cfg.ja -%%DATADIR%%/themes/Ganymede/buttons/buttons.cfg -%%DATADIR%%/themes/Ganymede/buttons/buttons.cfg.ja -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_cleanup_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_deskray_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_exit_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_help_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_restart_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_autosave_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_cleanslide_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_deskslide_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_dragdir_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_dragorder_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_focus_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_mapslide_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_move_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_resize_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_slidemode_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_sound_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/right_tab_template_clicked.png -%%DATADIR%%/themes/Ganymede/buttons/images/right_tab_template_sel.png -%%DATADIR%%/themes/Ganymede/buttons/images/right_tab_template_unsel.png -%%DATADIR%%/themes/Ganymede/buttons/images/tab_template_clicked.png -%%DATADIR%%/themes/Ganymede/buttons/images/tab_template_sel.png -%%DATADIR%%/themes/Ganymede/buttons/images/tab_template_unsel.png -%%DATADIR%%/themes/Ganymede/colormodifiers.cfg -%%DATADIR%%/themes/Ganymede/common/button_c.png -%%DATADIR%%/themes/Ganymede/common/button_f.png -%%DATADIR%%/themes/Ganymede/common/button_s.png -%%DATADIR%%/themes/Ganymede/common/button_u.png -%%DATADIR%%/themes/Ganymede/common/dock_c.png -%%DATADIR%%/themes/Ganymede/common/dock_s.png -%%DATADIR%%/themes/Ganymede/common/dock_u.png -%%DATADIR%%/themes/Ganymede/common/empty.png -%%DATADIR%%/themes/Ganymede/coords/coords.cfg -%%DATADIR%%/themes/Ganymede/coords/coords.cfg.ja -%%DATADIR%%/themes/Ganymede/cursors/bw_images/cursor.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/cursor.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/iconify.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/iconify.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/kill.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/kill.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/move.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/move.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/new.gif -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_br.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_br.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_h.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_h.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_tr.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_tr.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_v.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_v.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout_rotated.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout_rotated.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/sticky.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/sticky.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/cursors.cfg -%%DATADIR%%/themes/Ganymede/cursors.cfg -%%DATADIR%%/themes/Ganymede/desktops.cfg -%%DATADIR%%/themes/Ganymede/dialogs/dialogs.cfg -%%DATADIR%%/themes/Ganymede/dialogs/dialogs.cfg.ja -%%DATADIR%%/themes/Ganymede/dialogs/images/checkbox_f.png -%%DATADIR%%/themes/Ganymede/dialogs/images/checkbox_s.png -%%DATADIR%%/themes/Ganymede/dialogs/images/checkbox_u.png -%%DATADIR%%/themes/Ganymede/dialogs/images/knob_clicked.png -%%DATADIR%%/themes/Ganymede/dialogs/images/knob_normal.png -%%DATADIR%%/themes/Ganymede/dialogs/images/radio_focused.png -%%DATADIR%%/themes/Ganymede/dialogs/images/radio_sel.png -%%DATADIR%%/themes/Ganymede/dialogs/images/radio_unsel.png -%%DATADIR%%/themes/Ganymede/dialogs/images/separator.png -%%DATADIR%%/themes/Ganymede/dialogs/images/slider_back_horiz.png -%%DATADIR%%/themes/Ganymede/dialogs/images/slider_back_vert.png -%%DATADIR%%/themes/Ganymede/dock/dock.cfg -%%DATADIR%%/themes/Ganymede/dragbar/dragbar.cfg -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_vert_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_vert_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_vert_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_lower_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_lower_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_lower_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_raise_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_raise_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_raise_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_vert_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_vert_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_vert_normal.png -%%DATADIR%%/themes/Ganymede/epplets/epplets.cfg -%%DATADIR%%/themes/Ganymede/epplets/epplets.cfg.ja -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_down_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_down_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_down_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_left_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_left_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_left_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_right_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_right_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_right_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_up_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_up_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_up_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/button_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/button_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/button_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/close_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/close_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/close_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/configure_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/configure_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/configure_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/eject_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/eject_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/eject_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/ff_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/ff_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/ff_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/help_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/help_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/help_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/hslider_normal.png -%%DATADIR%%/themes/Ganymede/epplets/images/knob_clicked.png -%%DATADIR%%/themes/Ganymede/epplets/images/knob_normal.png -%%DATADIR%%/themes/Ganymede/epplets/images/next_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/next_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/next_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/pause_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/pause_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/pause_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/play_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/play_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/play_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/prev_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/prev_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/prev_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/repeat_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/repeat_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/repeat_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/rew_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/rew_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/rew_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/skip_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/skip_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/skip_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/stop_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/stop_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/stop_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/vslider_normal.png -%%DATADIR%%/themes/Ganymede/iconbox/iconbox.cfg -%%DATADIR%%/themes/Ganymede/iconbox/iconbox.cfg.ja -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_down1.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_down2.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_down3.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_left1.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_left2.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_left3.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_right1.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_right2.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_right3.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_up1.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_up2.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_up3.png -%%DATADIR%%/themes/Ganymede/iconbox/images/back.png -%%DATADIR%%/themes/Ganymede/iconbox/images/cover.png -%%DATADIR%%/themes/Ganymede/iconbox/images/knob_clicked.png -%%DATADIR%%/themes/Ganymede/iconbox/images/knob_normal.png -%%DATADIR%%/themes/Ganymede/iconbox/images/scrollbar_horiz.png -%%DATADIR%%/themes/Ganymede/iconbox/images/scrollbar_vert.png -%%DATADIR%%/themes/Ganymede/imageclasses.cfg -%%DATADIR%%/themes/Ganymede/imageclasses.cfg.ja -%%DATADIR%%/themes/Ganymede/init/images/background_left.png -%%DATADIR%%/themes/Ganymede/init/images/background_left_rot.png -%%DATADIR%%/themes/Ganymede/init/images/background_right.png -%%DATADIR%%/themes/Ganymede/init/images/empty.png -%%DATADIR%%/themes/Ganymede/init/images/ganymede.png -%%DATADIR%%/themes/Ganymede/init/images/progressbar.png -%%DATADIR%%/themes/Ganymede/init/init.cfg -%%DATADIR%%/themes/Ganymede/init/init.cfg.ja -%%DATADIR%%/themes/Ganymede/init.cfg -%%DATADIR%%/themes/Ganymede/init.cfg.ja -%%DATADIR%%/themes/Ganymede/menustyles/images/back.png -%%DATADIR%%/themes/Ganymede/menustyles/images/clicked_more.png -%%DATADIR%%/themes/Ganymede/menustyles/images/editor.png -%%DATADIR%%/themes/Ganymede/menustyles/images/ee.png -%%DATADIR%%/themes/Ganymede/menustyles/images/focus.png -%%DATADIR%%/themes/Ganymede/menustyles/images/focus.png.back -%%DATADIR%%/themes/Ganymede/menustyles/images/focused_more.png -%%DATADIR%%/themes/Ganymede/menustyles/images/gimp.png -%%DATADIR%%/themes/Ganymede/menustyles/images/mail.png -%%DATADIR%%/themes/Ganymede/menustyles/images/net.png -%%DATADIR%%/themes/Ganymede/menustyles/images/normal_more.png -%%DATADIR%%/themes/Ganymede/menustyles/images/painting.png -%%DATADIR%%/themes/Ganymede/menustyles/images/terminal.png -%%DATADIR%%/themes/Ganymede/menustyles/images/tool.png -%%DATADIR%%/themes/Ganymede/menustyles/menustyles.cfg -%%DATADIR%%/themes/Ganymede/menustyles/menustyles.cfg.ja -%%DATADIR%%/themes/Ganymede/menustyles.cfg -%%DATADIR%%/themes/Ganymede/menustyles.cfg.ja -%%DATADIR%%/themes/Ganymede/pager/images/pager_current.png -%%DATADIR%%/themes/Ganymede/pager/images/pager_current_blue.png -%%DATADIR%%/themes/Ganymede/pager/pager.cfg -%%DATADIR%%/themes/Ganymede/pager/pager.cfg.ja -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/template_button_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/template_button_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/template_button_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/template_button_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/template_button_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/template_button_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/template_button_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/template_button_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/template_button_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/template_button_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/template_button_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/template_button_s.png -%%DATADIR%%/themes/Ganymede/slideouts/slideouts.cfg -%%DATADIR%%/themes/Ganymede/slideouts/slideouts.cfg.ja -%%DATADIR%%/themes/Ganymede/slideouts.cfg -%%DATADIR%%/themes/Ganymede/slideouts.cfg.ja -%%DATADIR%%/themes/Ganymede/sound/samples/conlink.wav -%%DATADIR%%/themes/Ganymede/sound/samples/missile.wav -%%DATADIR%%/themes/Ganymede/sound/samples/service.wav -%%DATADIR%%/themes/Ganymede/sound/samples/whoosh.wav -%%DATADIR%%/themes/Ganymede/sound/sound.cfg -%%DATADIR%%/themes/Ganymede/sound.cfg -%%DATADIR%%/themes/Ganymede/tooltips/images/bubble_large.png -%%DATADIR%%/themes/Ganymede/tooltips/images/bubble_small.png -%%DATADIR%%/themes/Ganymede/tooltips/tooltips.cfg -%%DATADIR%%/themes/Ganymede/tooltips.cfg -%%DATADIR%%/themes/Ganymede/ttfonts/ganymede.ttf -%%DATADIR%%/themes/Ganymede/ttfonts/ganymede_italic.ttf -%%DATADIR%%/themes/Ganymede/windowmatches.cfg -%%DATADIR%%/themes/Marble/ABOUT/MAIN -%%DATADIR%%/themes/Marble/ABOUT/benjamingothic.ttf -%%DATADIR%%/themes/Marble/ChangeLog -%%DATADIR%%/themes/Marble/TODO -%%DATADIR%%/themes/Marble/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/Marble/backgrounds/images/tolk-rivendell.jpg -%%DATADIR%%/themes/Marble/backgrounds/images/tolk-tirith.jpg -%%DATADIR%%/themes/Marble/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/Marble/borders/BORDER_ONLY/border.cfg -%%DATADIR%%/themes/Marble/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/Marble/borders/FIXED_SIZE/border.cfg -%%DATADIR%%/themes/Marble/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/Marble/borders/MENU/border.cfg -%%DATADIR%%/themes/Marble/borders/MENU_BORDER_ONLY/border.cfg -%%DATADIR%%/themes/Marble/borders/PAGER/border.cfg -%%DATADIR%%/themes/Marble/borders/SHAPED/border.cfg -%%DATADIR%%/themes/Marble/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/Marble/borders/borders.cfg -%%DATADIR%%/themes/Marble/borders/common/border.cfg -%%DATADIR%%/themes/Marble/borders/common/images/b0-.png -%%DATADIR%%/themes/Marble/borders/common/images/b0.png -%%DATADIR%%/themes/Marble/borders/common/images/b1.png -%%DATADIR%%/themes/Marble/borders/common/images/b2.png -%%DATADIR%%/themes/Marble/borders/common/images/b3.png -%%DATADIR%%/themes/Marble/borders/common/images/b4.png -%%DATADIR%%/themes/Marble/borders/common/images/b5.png -%%DATADIR%%/themes/Marble/borders/common/images/b6.png -%%DATADIR%%/themes/Marble/borders/common/images/b7.png -%%DATADIR%%/themes/Marble/borders/common/images/b8.png -%%DATADIR%%/themes/Marble/borders/common/images/black.png -%%DATADIR%%/themes/Marble/borders/common/images/t1-.png -%%DATADIR%%/themes/Marble/borders/common/images/t1-b.png -%%DATADIR%%/themes/Marble/borders/common/images/t1.png -%%DATADIR%%/themes/Marble/borders/common/images/t1b.png -%%DATADIR%%/themes/Marble/borders/common/images/t1s.png -%%DATADIR%%/themes/Marble/borders/common/images/t1sb.png -%%DATADIR%%/themes/Marble/borders/common/images/t2-.png -%%DATADIR%%/themes/Marble/borders/common/images/t2.png -%%DATADIR%%/themes/Marble/borders/common/images/t2s.png -%%DATADIR%%/themes/Marble/borders/common/images/t3.png -%%DATADIR%%/themes/Marble/borders/common/images/t3b.png -%%DATADIR%%/themes/Marble/borders/common/images/t4.png -%%DATADIR%%/themes/Marble/borders/common/images/t4b.png -%%DATADIR%%/themes/Marble/borders/common/images/t5.png -%%DATADIR%%/themes/Marble/borders/common/images/t5b.png -%%DATADIR%%/themes/Marble/borders.cfg -%%DATADIR%%/themes/Marble/colormodifiers.cfg -%%DATADIR%%/themes/Marble/common/images/bg.png -%%DATADIR%%/themes/Marble/common/images/bg.png_bak -%%DATADIR%%/themes/Marble/common/images/blank.png -%%DATADIR%%/themes/Marble/common/images/gnomepanel.png -%%DATADIR%%/themes/Marble/common/images/notebook1.png -%%DATADIR%%/themes/Marble/coords/coords.cfg -%%DATADIR%%/themes/Marble/coords/coords.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/coords/images/mb1.png -%%DATADIR%%/themes/Marble/cursors/bw_images/cursor.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/cursor.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/iconify.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/iconify.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/kill.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/kill.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/move.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/move.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_br.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_br.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_h.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_h.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_tr.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_tr.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_v.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_v.xbm.mask -%%DATADIR%%/themes/Marble/cursors/cursors.cfg -%%DATADIR%%/themes/Marble/cursors.cfg -%%DATADIR%%/themes/Marble/desktops.cfg -%%DATADIR%%/themes/Marble/dialogs/dialogs.cfg -%%DATADIR%%/themes/Marble/dialogs/dialogs.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/dialogs/images/bt1.png -%%DATADIR%%/themes/Marble/dialogs/images/bt2.png -%%DATADIR%%/themes/Marble/dialogs/images/p_sel.png -%%DATADIR%%/themes/Marble/dialogs/images/r0-.png -%%DATADIR%%/themes/Marble/dialogs/images/r0.png -%%DATADIR%%/themes/Marble/dialogs/images/r1-.png -%%DATADIR%%/themes/Marble/dialogs/images/r1.png -%%DATADIR%%/themes/Marble/dialogs/images/sl1.png -%%DATADIR%%/themes/Marble/dialogs/images/sl2.png -%%DATADIR%%/themes/Marble/dialogs/images/slh.png -%%DATADIR%%/themes/Marble/dialogs/images/slv.png -%%DATADIR%%/themes/Marble/dialogs/images/w0-.png -%%DATADIR%%/themes/Marble/dialogs/images/w0.png -%%DATADIR%%/themes/Marble/dialogs/images/w1-.png -%%DATADIR%%/themes/Marble/dialogs/images/w1.png -%%DATADIR%%/themes/Marble/dock/dock.cfg -%%DATADIR%%/themes/Marble/dock/images/bt1.png -%%DATADIR%%/themes/Marble/dock/images/bt2.png -%%DATADIR%%/themes/Marble/dock/images/bt3.png -%%DATADIR%%/themes/Marble/dragbar/dragbar.cfg -%%DATADIR%%/themes/Marble/dragbar/images/a1.png -%%DATADIR%%/themes/Marble/dragbar/images/a1b.png -%%DATADIR%%/themes/Marble/dragbar/images/a2.png -%%DATADIR%%/themes/Marble/dragbar/images/a2b.png -%%DATADIR%%/themes/Marble/dragbar/images/blank.png -%%DATADIR%%/themes/Marble/dragbar/images/bt1.png -%%DATADIR%%/themes/Marble/dragbar/images/bt2.png -%%DATADIR%%/themes/Marble/epplets/epplets.cfg -%%DATADIR%%/themes/Marble/epplets/epplets.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/epplets/images/ar_d1.png -%%DATADIR%%/themes/Marble/epplets/images/ar_d2.png -%%DATADIR%%/themes/Marble/epplets/images/ar_d3.png -%%DATADIR%%/themes/Marble/epplets/images/ar_l1.png -%%DATADIR%%/themes/Marble/epplets/images/ar_l2.png -%%DATADIR%%/themes/Marble/epplets/images/ar_l3.png -%%DATADIR%%/themes/Marble/epplets/images/ar_r1.png -%%DATADIR%%/themes/Marble/epplets/images/ar_r2.png -%%DATADIR%%/themes/Marble/epplets/images/ar_r3.png -%%DATADIR%%/themes/Marble/epplets/images/ar_u1.png -%%DATADIR%%/themes/Marble/epplets/images/ar_u2.png -%%DATADIR%%/themes/Marble/epplets/images/ar_u3.png -%%DATADIR%%/themes/Marble/epplets/images/b1.png -%%DATADIR%%/themes/Marble/epplets/images/b2.png -%%DATADIR%%/themes/Marble/epplets/images/b3.png -%%DATADIR%%/themes/Marble/epplets/images/bb1.png -%%DATADIR%%/themes/Marble/epplets/images/bb2.png -%%DATADIR%%/themes/Marble/epplets/images/bg_h.png -%%DATADIR%%/themes/Marble/epplets/images/bg_v.png -%%DATADIR%%/themes/Marble/epplets/images/bt1.png -%%DATADIR%%/themes/Marble/epplets/images/bt2.png -%%DATADIR%%/themes/Marble/epplets/images/bt3.png -%%DATADIR%%/themes/Marble/epplets/images/close1.png -%%DATADIR%%/themes/Marble/epplets/images/close2.png -%%DATADIR%%/themes/Marble/epplets/images/close3.png -%%DATADIR%%/themes/Marble/epplets/images/config1.png -%%DATADIR%%/themes/Marble/epplets/images/config2.png -%%DATADIR%%/themes/Marble/epplets/images/config3.png -%%DATADIR%%/themes/Marble/epplets/images/da.png -%%DATADIR%%/themes/Marble/epplets/images/dock2.png -%%DATADIR%%/themes/Marble/epplets/images/eject1.png -%%DATADIR%%/themes/Marble/epplets/images/eject2.png -%%DATADIR%%/themes/Marble/epplets/images/eject3.png -%%DATADIR%%/themes/Marble/epplets/images/ff1.png -%%DATADIR%%/themes/Marble/epplets/images/ff2.png -%%DATADIR%%/themes/Marble/epplets/images/ff3.png -%%DATADIR%%/themes/Marble/epplets/images/help1.png -%%DATADIR%%/themes/Marble/epplets/images/help2.png -%%DATADIR%%/themes/Marble/epplets/images/help3.png -%%DATADIR%%/themes/Marble/epplets/images/next1.png -%%DATADIR%%/themes/Marble/epplets/images/next2.png -%%DATADIR%%/themes/Marble/epplets/images/next3.png -%%DATADIR%%/themes/Marble/epplets/images/pause1.png -%%DATADIR%%/themes/Marble/epplets/images/pause2.png -%%DATADIR%%/themes/Marble/epplets/images/pause3.png -%%DATADIR%%/themes/Marble/epplets/images/pb_h.png -%%DATADIR%%/themes/Marble/epplets/images/pb_v.png -%%DATADIR%%/themes/Marble/epplets/images/play1.png -%%DATADIR%%/themes/Marble/epplets/images/play2.png -%%DATADIR%%/themes/Marble/epplets/images/play3.png -%%DATADIR%%/themes/Marble/epplets/images/prev1.png -%%DATADIR%%/themes/Marble/epplets/images/prev2.png -%%DATADIR%%/themes/Marble/epplets/images/prev3.png -%%DATADIR%%/themes/Marble/epplets/images/repeat1.png -%%DATADIR%%/themes/Marble/epplets/images/repeat2.png -%%DATADIR%%/themes/Marble/epplets/images/repeat3.png -%%DATADIR%%/themes/Marble/epplets/images/rw1.png -%%DATADIR%%/themes/Marble/epplets/images/rw2.png -%%DATADIR%%/themes/Marble/epplets/images/rw3.png -%%DATADIR%%/themes/Marble/epplets/images/s_h.png -%%DATADIR%%/themes/Marble/epplets/images/s_k1.png -%%DATADIR%%/themes/Marble/epplets/images/s_k2.png -%%DATADIR%%/themes/Marble/epplets/images/s_v.png -%%DATADIR%%/themes/Marble/epplets/images/skip1.png -%%DATADIR%%/themes/Marble/epplets/images/skip2.png -%%DATADIR%%/themes/Marble/epplets/images/skip3.png -%%DATADIR%%/themes/Marble/epplets/images/slh.png -%%DATADIR%%/themes/Marble/epplets/images/slv.png -%%DATADIR%%/themes/Marble/epplets/images/stop1.png -%%DATADIR%%/themes/Marble/epplets/images/stop2.png -%%DATADIR%%/themes/Marble/epplets/images/stop3.png -%%DATADIR%%/themes/Marble/eterm/eterm.cfg -%%DATADIR%%/themes/Marble/eterm/images/a_d_1.png -%%DATADIR%%/themes/Marble/eterm/images/a_d_2.png -%%DATADIR%%/themes/Marble/eterm/images/a_l_1.png -%%DATADIR%%/themes/Marble/eterm/images/a_l_2.png -%%DATADIR%%/themes/Marble/eterm/images/a_r_1.png -%%DATADIR%%/themes/Marble/eterm/images/a_r_2.png -%%DATADIR%%/themes/Marble/eterm/images/a_u_1.png -%%DATADIR%%/themes/Marble/eterm/images/a_u_2.png -%%DATADIR%%/themes/Marble/eterm/images/bg.png -%%DATADIR%%/themes/Marble/eterm/images/bt.png -%%DATADIR%%/themes/Marble/eterm/images/mb1.png -%%DATADIR%%/themes/Marble/eterm/images/mb2.png -%%DATADIR%%/themes/Marble/eterm/images/mb3.png -%%DATADIR%%/themes/Marble/eterm/images/mbg.png -%%DATADIR%%/themes/Marble/eterm/images/sb1.png -%%DATADIR%%/themes/Marble/eterm/images/tr.png -%%DATADIR%%/themes/Marble/focuslist/focuslist.cfg -%%DATADIR%%/themes/Marble/focuslist/focuslist.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/focuslist/images/mb1.png -%%DATADIR%%/themes/Marble/focuslist/images/mb2.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/bg_bordered.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/bg_chart.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/bg_spacer.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/chart_grid.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/frame_horizontal.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/frame_side.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/gkrellmrc -%%DATADIR%%/themes/Marble/gkrellm/Marble/krell_meter.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/krell_meter_mem.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/net_leds.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/ppp_button.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/bg_bordered.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/bg_chart.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/bg_spacer.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/chart_grid.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/frame_horizontal.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/frame_side.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/gkrellmrc -%%DATADIR%%/themes/Marble/gkrellm/Marble2/krell_meter.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/krell_meter_mem.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/net_leds.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/ppp_button.png -%%DATADIR%%/themes/Marble/gkrellm/README -%%DATADIR%%/themes/Marble/iconbox/iconbox.cfg -%%DATADIR%%/themes/Marble/iconbox/iconbox.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/iconbox/images/ar_d1.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_d2.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_l1.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_l2.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_r1.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_r2.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_u1.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_u2.png -%%DATADIR%%/themes/Marble/iconbox/images/bt1.png -%%DATADIR%%/themes/Marble/iconbox/images/ib_cover_h.png -%%DATADIR%%/themes/Marble/iconbox/images/ib_cover_v.png -%%DATADIR%%/themes/Marble/iconbox/images/ib_h.png -%%DATADIR%%/themes/Marble/iconbox/images/ib_v.png -%%DATADIR%%/themes/Marble/iconbox/images/mb1.png -%%DATADIR%%/themes/Marble/iconbox/images/sl1.png -%%DATADIR%%/themes/Marble/iconbox/images/sl2.png -%%DATADIR%%/themes/Marble/iconbox/images/slh.png -%%DATADIR%%/themes/Marble/iconbox/images/slv.png -%%DATADIR%%/themes/Marble/imageclasses.cfg -%%DATADIR%%/themes/Marble/imageclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/init/images/bg2.png -%%DATADIR%%/themes/Marble/init/images/bgo.png -%%DATADIR%%/themes/Marble/init/images/bt1.png -%%DATADIR%%/themes/Marble/init/images/mb1.png -%%DATADIR%%/themes/Marble/init/images/pb.png -%%DATADIR%%/themes/Marble/init/init.cfg -%%DATADIR%%/themes/Marble/init/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/init.cfg -%%DATADIR%%/themes/Marble/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/menustyles/images/mb1.png -%%DATADIR%%/themes/Marble/menustyles/images/mb2.png -%%DATADIR%%/themes/Marble/menustyles/images/mb3.png -%%DATADIR%%/themes/Marble/menustyles/menustyles.cfg -%%DATADIR%%/themes/Marble/menustyles/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/menustyles.cfg -%%DATADIR%%/themes/Marble/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/pager/images/bt1.png -%%DATADIR%%/themes/Marble/pager/images/bt2.png -%%DATADIR%%/themes/Marble/pager/images/mb1.png -%%DATADIR%%/themes/Marble/pager/images/p_sel.png -%%DATADIR%%/themes/Marble/pager/pager.cfg -%%DATADIR%%/themes/Marble/pager/pager.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/slideouts.cfg -%%DATADIR%%/themes/Marble/sound/samples/pop2.wav -%%DATADIR%%/themes/Marble/sound/samples/pop5.wav -%%DATADIR%%/themes/Marble/sound/samples/splat.wav -%%DATADIR%%/themes/Marble/sound/samples/stretch.wav -%%DATADIR%%/themes/Marble/sound/samples/zap.wav -%%DATADIR%%/themes/Marble/sound/samples/zing.wav -%%DATADIR%%/themes/Marble/sound/samples/zipperup.wav -%%DATADIR%%/themes/Marble/sound/sound.cfg -%%DATADIR%%/themes/Marble/sound.cfg -%%DATADIR%%/themes/Marble/tooltips/images/cloud1.png -%%DATADIR%%/themes/Marble/tooltips/images/cloud2.png -%%DATADIR%%/themes/Marble/tooltips/images/cloud_logo.png -%%DATADIR%%/themes/Marble/tooltips/tooltips.cfg -%%DATADIR%%/themes/Marble/tooltips/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/tooltips.cfg -%%DATADIR%%/themes/Marble/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/ttfonts/runeng1.ttf -%%DATADIR%%/themes/Marble/ttfonts/runeng2.ttf -%%DATADIR%%/themes/Marble/windowmatches.cfg -%%DATADIR%%/themes/ShinyMetal/ABOUT/Edoc_bg.png -%%DATADIR%%/themes/ShinyMetal/ABOUT/MAIN -%%DATADIR%%/themes/ShinyMetal/ABOUT/aircut3.ttf -%%DATADIR%%/themes/ShinyMetal/README -%%DATADIR%%/themes/ShinyMetal/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/ShinyMetal/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/BOTTOM/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/FIXEDSIZE/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/MENU_BORDER/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/PAGER/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/SHAPED/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/SIDE/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/borders.cfg -%%DATADIR%%/themes/ShinyMetal/borders/images.cfg -%%DATADIR%%/themes/ShinyMetal/borders/slideouts.cfg -%%DATADIR%%/themes/ShinyMetal/borders.cfg -%%DATADIR%%/themes/ShinyMetal/coords/coord.cfg.pl -%%DATADIR%%/themes/ShinyMetal/coords/coords.cfg -%%DATADIR%%/themes/ShinyMetal/coords/coords.cfg.ja -%%DATADIR%%/themes/ShinyMetal/coords/coords.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/cursors/cursors.cfg -%%DATADIR%%/themes/ShinyMetal/cursors/images/cursor.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/cursor.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/iconify.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/iconify.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/kill.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/kill.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/move.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/move.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_br.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_br.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_h.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_h.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_tr.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_tr.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_v.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_v.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors.cfg -%%DATADIR%%/themes/ShinyMetal/desktops.cfg -%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg -%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg.ja -%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg.pl -%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/dialogs/images/bg.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/bt1.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/bt2.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/button1.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/button2.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/button3.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/indent.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/r1-.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/r1.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/rule.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/sl1.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/sl2.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/slh.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/slv.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/w0-.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/w0.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/w1-.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/w1.png -%%DATADIR%%/themes/ShinyMetal/dock/dock.cfg -%%DATADIR%%/themes/ShinyMetal/dragbar/dragbar.cfg -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_lower_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_lower_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_lower_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_0.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_vert_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_vert_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_vert_normal.png -%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg -%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg.ja -%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg.pl -%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_d1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_d2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_d3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_l1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_l2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_l3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_r1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_r2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_r3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_u1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_u2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_u3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/b1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/b2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/b3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bb1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bb2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bg_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bg_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/close1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/close2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/close3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/config1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/config2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/config3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/da.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/eject1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/eject2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/eject3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ff1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ff2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ff3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/help1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/help2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/help3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/next1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/next2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/next3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pause1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pause2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pause3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pb_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pb_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/play1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/play2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/play3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/prev1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/prev2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/prev3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/repeat1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/repeat2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/repeat3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/rw1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/rw2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/rw3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_k1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_k2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/skip1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/skip2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/skip3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/stop1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/stop2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/stop3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_d1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_d2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_d3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_l1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_l2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_l3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_r1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_r2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_r3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_u1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_u2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_u3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/b1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/b2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/b3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/bb1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/bb2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/bg_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/bg_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/close1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/close2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/close3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/config1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/config2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/config3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/da.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/eject1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/eject2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/eject3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ff1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ff2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ff3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/help1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/help2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/help3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/next1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/next2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/next3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pause1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pause2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pause3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pb_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pb_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/play1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/play2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/play3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/prev1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/prev2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/prev3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/repeat1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/repeat2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/repeat3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/rw1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/rw2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/rw3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/s_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/s_k1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/s_k2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/s_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/skip1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/skip2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/skip3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/stop1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/stop2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/stop3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/tmp/bg_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/tmp/bg_v.png -%%DATADIR%%/themes/ShinyMetal/eterm/eterm.cfg -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_d_1.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_d_2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_l_1.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_l_2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_r_1.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_r_2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_u_1.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_u_2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/bg.jpg -%%DATADIR%%/themes/ShinyMetal/eterm/images/bt.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/mb2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/mb3.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/sb1.png -%%DATADIR%%/themes/ShinyMetal/focuslist/focuslist.cfg -%%DATADIR%%/themes/ShinyMetal/focuslist/focuslist.cfg.ja -%%DATADIR%%/themes/ShinyMetal/focuslist/focuslist.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/iconbox/iconbox.cfg -%%DATADIR%%/themes/ShinyMetal/iconbox/iconbox.cfg.ja -%%DATADIR%%/themes/ShinyMetal/iconbox/iconbox.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg -%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg.ja -%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg.pl -%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_horizontal_1.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_horizontal_2.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_horizontal_3.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_vertical_1.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_vertical_2.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_vertical_3.png -%%DATADIR%%/themes/ShinyMetal/images/bar_horizontal_1.png -%%DATADIR%%/themes/ShinyMetal/images/bar_horizontal_2.png -%%DATADIR%%/themes/ShinyMetal/images/bar_horizontal_3.png -%%DATADIR%%/themes/ShinyMetal/images/bar_vertical_1.png -%%DATADIR%%/themes/ShinyMetal/images/bar_vertical_2.png -%%DATADIR%%/themes/ShinyMetal/images/bar_vertical_3.png -%%DATADIR%%/themes/ShinyMetal/images/black.png -%%DATADIR%%/themes/ShinyMetal/images/blank.png -%%DATADIR%%/themes/ShinyMetal/images/button_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_down_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_down_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_down_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_left_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_left_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_left_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_right_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_right_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_right_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_up_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_up_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_up_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_iconify_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_iconify_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_iconify_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_kill_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_kill_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_kill_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_horizontal_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_horizontal_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_horizontal_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_vertical_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_vertical_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_vertical_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_slideout_right_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_slideout_right_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_slideout_right_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_stick_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_stick_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_stick_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_swirl_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_swirl_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_swirl_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_up_bar_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_up_bar_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_up_bar_3.png -%%DATADIR%%/themes/ShinyMetal/images/dock1.png -%%DATADIR%%/themes/ShinyMetal/images/dock2.png -%%DATADIR%%/themes/ShinyMetal/images/dock3.png -%%DATADIR%%/themes/ShinyMetal/images/icon.png -%%DATADIR%%/themes/ShinyMetal/init/images/progress_bar.png -%%DATADIR%%/themes/ShinyMetal/init/images/progress_bar_number.png -%%DATADIR%%/themes/ShinyMetal/init/images/progress_bar_text.png -%%DATADIR%%/themes/ShinyMetal/init/images/startup_background.jpg -%%DATADIR%%/themes/ShinyMetal/init/images/startup_logo.png -%%DATADIR%%/themes/ShinyMetal/init/init.cfg -%%DATADIR%%/themes/ShinyMetal/init/init.cfg.ja -%%DATADIR%%/themes/ShinyMetal/init/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/init.cfg -%%DATADIR%%/themes/ShinyMetal/init.cfg.ja -%%DATADIR%%/themes/ShinyMetal/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/menustyles/images/menu1.png -%%DATADIR%%/themes/ShinyMetal/menustyles/images/menu2.png -%%DATADIR%%/themes/ShinyMetal/menustyles/images/menu3.png -%%DATADIR%%/themes/ShinyMetal/menustyles/menustyles.cfg -%%DATADIR%%/themes/ShinyMetal/menustyles.cfg -%%DATADIR%%/themes/ShinyMetal/pager/images/p_sel.png -%%DATADIR%%/themes/ShinyMetal/pager/pager.cfg -%%DATADIR%%/themes/ShinyMetal/pager/pager.cfg.ja -%%DATADIR%%/themes/ShinyMetal/pager/pager.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/slideouts.cfg -%%DATADIR%%/themes/ShinyMetal/sound/samples/Beep.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Boing.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Boom.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Bubbles.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Bweep.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Doink.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/DoorClose.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Eeeooop.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/FingerSnap.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Machine.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/MechFootstep.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Shutdown.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Troll_Grumble.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Wooeep.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/beethoven.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/boingiggig.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/drip.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/estart.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/rubberband.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/tink.wav -%%DATADIR%%/themes/ShinyMetal/sound/sound.cfg -%%DATADIR%%/themes/ShinyMetal/sound.cfg -%%DATADIR%%/themes/ShinyMetal/textclasses.cfg -%%DATADIR%%/themes/ShinyMetal/textclasses.cfg.ja -%%DATADIR%%/themes/ShinyMetal/textclasses.cfg.pl -%%DATADIR%%/themes/ShinyMetal/textclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/tooltips/images/ttip_cloud_big.png -%%DATADIR%%/themes/ShinyMetal/tooltips/images/ttip_cloud_small.png -%%DATADIR%%/themes/ShinyMetal/tooltips/images/ttip_help.png -%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg -%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg.ja -%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg.pl -%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/tooltips.cfg -%%DATADIR%%/themes/ShinyMetal/tooltips.cfg.ja -%%DATADIR%%/themes/ShinyMetal/tooltips.cfg.pl -%%DATADIR%%/themes/ShinyMetal/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/ttfonts/rothwell.ttf -%%DATADIR%%/themes/ShinyMetal/ttfonts/zirkle.ttf -%%DATADIR%%/themes/ShinyMetal/windowmatches.cfg +%%DATADIR%%/themes/winter/ABOUT/MAIN +%%DATADIR%%/themes/winter/ABOUT/MAIN.ko +%%DATADIR%%/themes/winter/ABOUT/bg.png +%%DATADIR%%/themes/winter/ABOUT/vixar.ttf +%%DATADIR%%/themes/winter/README +%%DATADIR%%/themes/winter/README.ko +%%DATADIR%%/themes/winter/backgrounds/backgrounds.cfg +%%DATADIR%%/themes/winter/backgrounds/images/startup-bg.png +%%DATADIR%%/themes/winter/backgrounds/images/winter_logo.png +%%DATADIR%%/themes/winter/backgrounds/images/winter_ui.png +%%DATADIR%%/themes/winter/backgrounds/images/winter_ui_blue.png +%%DATADIR%%/themes/winter/backgrounds/images/winter_ui_green.png +%%DATADIR%%/themes/winter/borders/BORDERLESS/border.cfg +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/border.cfg +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/bl.png +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/br.png +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/horiz.png +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/tl.png +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/tr.png +%%DATADIR%%/themes/winter/borders/DEFAULT/border.cfg +%%DATADIR%%/themes/winter/borders/DIALOG/border.cfg +%%DATADIR%%/themes/winter/borders/DIALOG/border.cfg~ +%%DATADIR%%/themes/winter/borders/FIXED_SIZE/border.cfg +%%DATADIR%%/themes/winter/borders/ICONBOX/border.cfg +%%DATADIR%%/themes/winter/borders/MENU/border.cfg +%%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY/border.cfg +%%DATADIR%%/themes/winter/borders/PAGER/border.cfg +%%DATADIR%%/themes/winter/borders/PAGER/images/pb1.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb2.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb3.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb4.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb5.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb6.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb8.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb9l.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb9r.png +%%DATADIR%%/themes/winter/borders/PAGER_SHADE_RIGHT/border.cfg +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/border.cfg +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb1.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb2.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb3.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb4.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb5.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb6.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb8.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb9l.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb9r.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER_SHADE_LEFT/border.cfg +%%DATADIR%%/themes/winter/borders/SHAPED/border.cfg +%%DATADIR%%/themes/winter/borders/TRANSIENT/border.cfg +%%DATADIR%%/themes/winter/borders/borders.cfg +%%DATADIR%%/themes/winter/borders/borders.cfg.ko +%%DATADIR%%/themes/winter/borders/common/Winter.Changelog +%%DATADIR%%/themes/winter/borders/common/border.cfg +%%DATADIR%%/themes/winter/borders/common/border.cfg.ko +%%DATADIR%%/themes/winter/borders/common/images/border-bl-blue.png +%%DATADIR%%/themes/winter/borders/common/images/border-bl.png +%%DATADIR%%/themes/winter/borders/common/images/border-bottom-blue_alternative.png +%%DATADIR%%/themes/winter/borders/common/images/border-bottom.png +%%DATADIR%%/themes/winter/borders/common/images/border-bottom_alternative.png +%%DATADIR%%/themes/winter/borders/common/images/border-br-blue.png +%%DATADIR%%/themes/winter/borders/common/images/border-br.png +%%DATADIR%%/themes/winter/borders/common/images/border-button.png +%%DATADIR%%/themes/winter/borders/common/images/border-close1.png +%%DATADIR%%/themes/winter/borders/common/images/border-close1_hilited.png +%%DATADIR%%/themes/winter/borders/common/images/border-close2.png +%%DATADIR%%/themes/winter/borders/common/images/border-dot1.png +%%DATADIR%%/themes/winter/borders/common/images/border-dot2.png +%%DATADIR%%/themes/winter/borders/common/images/border-iconify1.png +%%DATADIR%%/themes/winter/borders/common/images/border-iconify1_hilited.png +%%DATADIR%%/themes/winter/borders/common/images/border-iconify2.png +%%DATADIR%%/themes/winter/borders/common/images/border-lr.png +%%DATADIR%%/themes/winter/borders/common/images/border-max1.png +%%DATADIR%%/themes/winter/borders/common/images/border-max1_hilited.png +%%DATADIR%%/themes/winter/borders/common/images/border-max2.png +%%DATADIR%%/themes/winter/borders/common/images/border-minus.png +%%DATADIR%%/themes/winter/borders/common/images/border-minus2.png +%%DATADIR%%/themes/winter/borders/common/images/border-plus1.png +%%DATADIR%%/themes/winter/borders/common/images/border-plus2.png +%%DATADIR%%/themes/winter/borders/common/images/border-top-blue.png +%%DATADIR%%/themes/winter/borders/common/images/border-top-blue_alternative.png +%%DATADIR%%/themes/winter/borders/common/images/border-top-blue_text.png +%%DATADIR%%/themes/winter/borders/common/images/border-top.png +%%DATADIR%%/themes/winter/borders/common/images/border-top_alternative.png +%%DATADIR%%/themes/winter/borders/common/images/border-top_iconbox.png +%%DATADIR%%/themes/winter/borders/common/images/border-top_iconbox_blue.png +%%DATADIR%%/themes/winter/borders/common/images/border-top_text.png +%%DATADIR%%/themes/winter/borders/common/images/border-topmiddle.png +%%DATADIR%%/themes/winter/borders/common/images/ic_border-l.png +%%DATADIR%%/themes/winter/borders/common/images/ic_border-r.png +%%DATADIR%%/themes/winter/borders/common/images/menu-border-bottom.png +%%DATADIR%%/themes/winter/borders/common/images/menu-border-top.png +%%DATADIR%%/themes/winter/borders.cfg +%%DATADIR%%/themes/winter/borders.cfg.ko +%%DATADIR%%/themes/winter/buttons/buttons.cfg +%%DATADIR%%/themes/winter/buttons.cfg +%%DATADIR%%/themes/winter/buttons.cfg.ko +%%DATADIR%%/themes/winter/colormodifiers.cfg +%%DATADIR%%/themes/winter/common/images/blank.png +%%DATADIR%%/themes/winter/common/images/blue_bar.png +%%DATADIR%%/themes/winter/common/images/light_brushed.png +%%DATADIR%%/themes/winter/coords/coords.cfg +%%DATADIR%%/themes/winter/coords/coords.cfg.ko +%%DATADIR%%/themes/winter/cursors/cursors.cfg +%%DATADIR%%/themes/winter/cursors.cfg +%%DATADIR%%/themes/winter/desktops.cfg +%%DATADIR%%/themes/winter/dialogs/dialogs.cfg +%%DATADIR%%/themes/winter/dialogs/dialogs.cfg.ko +%%DATADIR%%/themes/winter/dialogs/images/arrow-down.png +%%DATADIR%%/themes/winter/dialogs/images/arrow-left.png +%%DATADIR%%/themes/winter/dialogs/images/arrow-right.png +%%DATADIR%%/themes/winter/dialogs/images/arrow-up.png +%%DATADIR%%/themes/winter/dialogs/images/bg.png +%%DATADIR%%/themes/winter/dialogs/images/button-clicked.png +%%DATADIR%%/themes/winter/dialogs/images/button-over.png +%%DATADIR%%/themes/winter/dialogs/images/button-up.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/indent.png +%%DATADIR%%/themes/winter/dialogs/images/ondent.png +%%DATADIR%%/themes/winter/dialogs/images/radio-on.png +%%DATADIR%%/themes/winter/dialogs/images/radio-on_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/radio-on_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/radio.png +%%DATADIR%%/themes/winter/dialogs/images/radio_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/radio_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-bar-vert.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-down.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-left.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-right.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-trough-horiz.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-trough-vert.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-up.png +%%DATADIR%%/themes/winter/dialogs/images/scrollbar-horiz-deco.png +%%DATADIR%%/themes/winter/dialogs/images/scrollbar-horiz.png +%%DATADIR%%/themes/winter/dialogs/images/scrollbar-vert-deco.png +%%DATADIR%%/themes/winter/dialogs/images/separator.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_on.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_on.png +%%DATADIR%%/themes/winter/dialogs/images/slider-trough-h.png +%%DATADIR%%/themes/winter/dialogs/images/slider-trough-v.png +%%DATADIR%%/themes/winter/dialogs/images/slider-trough.png +%%DATADIR%%/themes/winter/dialogs/images/trough.png +%%DATADIR%%/themes/winter/dialogs/images/window-base.png +%%DATADIR%%/themes/winter/dock/dock.cfg +%%DATADIR%%/themes/winter/dragbar/dragbar.cfg +%%DATADIR%%/themes/winter/dragbar/images/a1.png +%%DATADIR%%/themes/winter/dragbar/images/a1b.png +%%DATADIR%%/themes/winter/dragbar/images/a2.png +%%DATADIR%%/themes/winter/dragbar/images/a2b.png +%%DATADIR%%/themes/winter/dragbar/images/dragbar_horiz.png +%%DATADIR%%/themes/winter/dragbar/images/dragbar_vert.png +%%DATADIR%%/themes/winter/epplets/epplets.cfg +%%DATADIR%%/themes/winter/epplets/epplets.cfg.ko +%%DATADIR%%/themes/winter/epplets/images/ar_d1.png +%%DATADIR%%/themes/winter/epplets/images/ar_d2.png +%%DATADIR%%/themes/winter/epplets/images/ar_d3.png +%%DATADIR%%/themes/winter/epplets/images/ar_l1.png +%%DATADIR%%/themes/winter/epplets/images/ar_l2.png +%%DATADIR%%/themes/winter/epplets/images/ar_l3.png +%%DATADIR%%/themes/winter/epplets/images/ar_r1.png +%%DATADIR%%/themes/winter/epplets/images/ar_r2.png +%%DATADIR%%/themes/winter/epplets/images/ar_r3.png +%%DATADIR%%/themes/winter/epplets/images/ar_u1.png +%%DATADIR%%/themes/winter/epplets/images/ar_u2.png +%%DATADIR%%/themes/winter/epplets/images/ar_u3.png +%%DATADIR%%/themes/winter/epplets/images/b1.png +%%DATADIR%%/themes/winter/epplets/images/b2.png +%%DATADIR%%/themes/winter/epplets/images/b3.png +%%DATADIR%%/themes/winter/epplets/images/bb1.png +%%DATADIR%%/themes/winter/epplets/images/bb2.png +%%DATADIR%%/themes/winter/epplets/images/bg.png +%%DATADIR%%/themes/winter/epplets/images/bg_v.png +%%DATADIR%%/themes/winter/epplets/images/blank1.png +%%DATADIR%%/themes/winter/epplets/images/blank2.png +%%DATADIR%%/themes/winter/epplets/images/blank3.png +%%DATADIR%%/themes/winter/epplets/images/close1.png +%%DATADIR%%/themes/winter/epplets/images/close2.png +%%DATADIR%%/themes/winter/epplets/images/close3.png +%%DATADIR%%/themes/winter/epplets/images/config1.png +%%DATADIR%%/themes/winter/epplets/images/config2.png +%%DATADIR%%/themes/winter/epplets/images/config3.png +%%DATADIR%%/themes/winter/epplets/images/da.png +%%DATADIR%%/themes/winter/epplets/images/eject1.png +%%DATADIR%%/themes/winter/epplets/images/eject2.png +%%DATADIR%%/themes/winter/epplets/images/eject3.png +%%DATADIR%%/themes/winter/epplets/images/ff1.png +%%DATADIR%%/themes/winter/epplets/images/ff2.png +%%DATADIR%%/themes/winter/epplets/images/ff3.png +%%DATADIR%%/themes/winter/epplets/images/help1.png +%%DATADIR%%/themes/winter/epplets/images/help2.png +%%DATADIR%%/themes/winter/epplets/images/help3.png +%%DATADIR%%/themes/winter/epplets/images/next1.png +%%DATADIR%%/themes/winter/epplets/images/next2.png +%%DATADIR%%/themes/winter/epplets/images/next3.png +%%DATADIR%%/themes/winter/epplets/images/pause1.png +%%DATADIR%%/themes/winter/epplets/images/pause2.png +%%DATADIR%%/themes/winter/epplets/images/pause3.png +%%DATADIR%%/themes/winter/epplets/images/pb_h.png +%%DATADIR%%/themes/winter/epplets/images/pb_v.png +%%DATADIR%%/themes/winter/epplets/images/play1.png +%%DATADIR%%/themes/winter/epplets/images/play2.png +%%DATADIR%%/themes/winter/epplets/images/play3.png +%%DATADIR%%/themes/winter/epplets/images/prev1.png +%%DATADIR%%/themes/winter/epplets/images/prev2.png +%%DATADIR%%/themes/winter/epplets/images/prev3.png +%%DATADIR%%/themes/winter/epplets/images/repeat1.png +%%DATADIR%%/themes/winter/epplets/images/repeat2.png +%%DATADIR%%/themes/winter/epplets/images/repeat3.png +%%DATADIR%%/themes/winter/epplets/images/rw1.png +%%DATADIR%%/themes/winter/epplets/images/rw2.png +%%DATADIR%%/themes/winter/epplets/images/rw3.png +%%DATADIR%%/themes/winter/epplets/images/s_h.png +%%DATADIR%%/themes/winter/epplets/images/s_k1.png +%%DATADIR%%/themes/winter/epplets/images/s_k2.png +%%DATADIR%%/themes/winter/epplets/images/s_k3.png +%%DATADIR%%/themes/winter/epplets/images/s_v.png +%%DATADIR%%/themes/winter/epplets/images/skip1.png +%%DATADIR%%/themes/winter/epplets/images/skip2.png +%%DATADIR%%/themes/winter/epplets/images/skip3.png +%%DATADIR%%/themes/winter/epplets/images/stop1.png +%%DATADIR%%/themes/winter/epplets/images/stop2.png +%%DATADIR%%/themes/winter/epplets/images/stop3.png +%%DATADIR%%/themes/winter/eterm/eterm.cfg +%%DATADIR%%/themes/winter/eterm/images/a_d_1.png +%%DATADIR%%/themes/winter/eterm/images/a_d_2.png +%%DATADIR%%/themes/winter/eterm/images/a_l_1.png +%%DATADIR%%/themes/winter/eterm/images/a_l_2.png +%%DATADIR%%/themes/winter/eterm/images/a_r_1.png +%%DATADIR%%/themes/winter/eterm/images/a_r_2.png +%%DATADIR%%/themes/winter/eterm/images/a_u_1.png +%%DATADIR%%/themes/winter/eterm/images/a_u_2.png +%%DATADIR%%/themes/winter/eterm/images/bg.jpg +%%DATADIR%%/themes/winter/eterm/images/bt.png +%%DATADIR%%/themes/winter/eterm/images/mb2.png +%%DATADIR%%/themes/winter/eterm/images/mb3.png +%%DATADIR%%/themes/winter/eterm/images/sb1.png +%%DATADIR%%/themes/winter/eterm/images/sb2.png +%%DATADIR%%/themes/winter/eterm/images/t.png +%%DATADIR%%/themes/winter/focuslist/focuslist.cfg +%%DATADIR%%/themes/winter/focuslist/focuslist.cfg.ko +%%DATADIR%%/themes/winter/focuslist/images/hbar.png +%%DATADIR%%/themes/winter/focuslist/images/hbar2.png +%%DATADIR%%/themes/winter/iconbox/iconbox.cfg +%%DATADIR%%/themes/winter/iconbox/iconbox.cfg.ko +%%DATADIR%%/themes/winter/iconbox/images/base_.png +%%DATADIR%%/themes/winter/iconbox/images/bg.png +%%DATADIR%%/themes/winter/iconbox/images/blank.png +%%DATADIR%%/themes/winter/iconbox/images/button-h.png +%%DATADIR%%/themes/winter/iconbox/images/cover.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-base_h.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-base_v.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-knob.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-knob_active.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-knob_clicked.png +%%DATADIR%%/themes/winter/iconbox/images/unused.png +%%DATADIR%%/themes/winter/imageclasses.cfg +%%DATADIR%%/themes/winter/imageclasses.cfg.ko +%%DATADIR%%/themes/winter/init/images/btn3.png +%%DATADIR%%/themes/winter/init/images/progress_bar.png +%%DATADIR%%/themes/winter/init/images/text_bg.png +%%DATADIR%%/themes/winter/init/init.cfg +%%DATADIR%%/themes/winter/init/init.cfg.ko +%%DATADIR%%/themes/winter/init.cfg +%%DATADIR%%/themes/winter/init.cfg.ko +%%DATADIR%%/themes/winter/menustyles/images/menu-arrow-sel.png +%%DATADIR%%/themes/winter/menustyles/images/menu-arrow.png +%%DATADIR%%/themes/winter/menustyles/images/menu-sel.png +%%DATADIR%%/themes/winter/menustyles/menustyles.cfg +%%DATADIR%%/themes/winter/menustyles/menustyles.cfg.ko +%%DATADIR%%/themes/winter/menustyles.cfg +%%DATADIR%%/themes/winter/menustyles.cfg.ko +%%DATADIR%%/themes/winter/pager/images/p_bg.png +%%DATADIR%%/themes/winter/pager/images/p_sel.png +%%DATADIR%%/themes/winter/pager/images/p_win.png +%%DATADIR%%/themes/winter/pager/pager.cfg +%%DATADIR%%/themes/winter/pager/pager.cfg.ko +%%DATADIR%%/themes/winter/slideouts/slideouts.cfg +%%DATADIR%%/themes/winter/slideouts.cfg +%%DATADIR%%/themes/winter/sound/sound.cfg +%%DATADIR%%/themes/winter/sound.cfg +%%DATADIR%%/themes/winter/tooltips/images/clear.png +%%DATADIR%%/themes/winter/tooltips/images/tooltipbg.png +%%DATADIR%%/themes/winter/tooltips/tooltips.cfg +%%DATADIR%%/themes/winter/tooltips/tooltips.cfg.ko +%%DATADIR%%/themes/winter/tooltips.cfg +%%DATADIR%%/themes/winter/tooltips.cfg.ko +%%DATADIR%%/themes/winter/ttfonts/COPYRIGHT.Vera +%%DATADIR%%/themes/winter/ttfonts/LICENSE.Vera +%%DATADIR%%/themes/winter/ttfonts/Vera.ttf +%%DATADIR%%/themes/winter/ttfonts/VeraBd.ttf +%%DATADIR%%/themes/winter/windowmatches.cfg +share/locale/da/LC_MESSAGES/enlightenment.mo share/locale/de/LC_MESSAGES/enlightenment.mo -share/locale/dk/LC_MESSAGES/enlightenment.mo share/locale/en_US/LC_MESSAGES/enlightenment.mo share/locale/es/LC_MESSAGES/enlightenment.mo share/locale/fr/LC_MESSAGES/enlightenment.mo @@ -2630,322 +421,76 @@ share/locale/pt_BR/LC_MESSAGES/enlightenment.mo share/locale/ru/LC_MESSAGES/enlightenment.mo share/locale/sv/LC_MESSAGES/enlightenment.mo share/locale/tr/LC_MESSAGES/enlightenment.mo -@dirrm %%DATADIR%%/themes/ShinyMetal/ttfonts -@dirrm %%DATADIR%%/themes/ShinyMetal/tooltips/images -@dirrm %%DATADIR%%/themes/ShinyMetal/tooltips -@dirrm %%DATADIR%%/themes/ShinyMetal/sound/samples -@dirrm %%DATADIR%%/themes/ShinyMetal/sound -@dirrm %%DATADIR%%/themes/ShinyMetal/slideouts -@dirrm %%DATADIR%%/themes/ShinyMetal/pager/images -@dirrm %%DATADIR%%/themes/ShinyMetal/pager -@dirrm %%DATADIR%%/themes/ShinyMetal/menustyles/images -@dirrm %%DATADIR%%/themes/ShinyMetal/menustyles -@dirrm %%DATADIR%%/themes/ShinyMetal/init/images -@dirrm %%DATADIR%%/themes/ShinyMetal/init -@dirrm %%DATADIR%%/themes/ShinyMetal/images -@dirrm %%DATADIR%%/themes/ShinyMetal/iconbox -@dirrm %%DATADIR%%/themes/ShinyMetal/focuslist -@dirrm %%DATADIR%%/themes/ShinyMetal/eterm/images -@dirrm %%DATADIR%%/themes/ShinyMetal/eterm -@dirrm %%DATADIR%%/themes/ShinyMetal/epplets/images/tmp -@dirrm %%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics -@dirrm %%DATADIR%%/themes/ShinyMetal/epplets/images -@dirrm %%DATADIR%%/themes/ShinyMetal/epplets -@dirrm %%DATADIR%%/themes/ShinyMetal/dragbar/images -@dirrm %%DATADIR%%/themes/ShinyMetal/dragbar -@dirrm %%DATADIR%%/themes/ShinyMetal/dock -@dirrm %%DATADIR%%/themes/ShinyMetal/dialogs/images -@dirrm %%DATADIR%%/themes/ShinyMetal/dialogs -@dirrm %%DATADIR%%/themes/ShinyMetal/cursors/images -@dirrm %%DATADIR%%/themes/ShinyMetal/cursors -@dirrm %%DATADIR%%/themes/ShinyMetal/coords -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/images -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/SIDE -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/SHAPED -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/PAGER -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/MENU_BORDER -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/ICONBOX -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/FIXEDSIZE -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/DEFAULT -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/BOTTOM -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/ShinyMetal/borders -@dirrm %%DATADIR%%/themes/ShinyMetal/backgrounds -@dirrm %%DATADIR%%/themes/ShinyMetal/ABOUT -@dirrm %%DATADIR%%/themes/ShinyMetal -@dirrm %%DATADIR%%/themes/Marble/ttfonts -@dirrm %%DATADIR%%/themes/Marble/tooltips/images -@dirrm %%DATADIR%%/themes/Marble/tooltips -@dirrm %%DATADIR%%/themes/Marble/sound/samples -@dirrm %%DATADIR%%/themes/Marble/sound -@dirrm %%DATADIR%%/themes/Marble/pager/images -@dirrm %%DATADIR%%/themes/Marble/pager -@dirrm %%DATADIR%%/themes/Marble/menustyles/images -@dirrm %%DATADIR%%/themes/Marble/menustyles -@dirrm %%DATADIR%%/themes/Marble/init/images -@dirrm %%DATADIR%%/themes/Marble/init -@dirrm %%DATADIR%%/themes/Marble/iconbox/images -@dirrm %%DATADIR%%/themes/Marble/iconbox -@dirrm %%DATADIR%%/themes/Marble/gkrellm/Marble2 -@dirrm %%DATADIR%%/themes/Marble/gkrellm/Marble -@dirrm %%DATADIR%%/themes/Marble/gkrellm -@dirrm %%DATADIR%%/themes/Marble/focuslist/images -@dirrm %%DATADIR%%/themes/Marble/focuslist -@dirrm %%DATADIR%%/themes/Marble/eterm/images -@dirrm %%DATADIR%%/themes/Marble/eterm -@dirrm %%DATADIR%%/themes/Marble/epplets/images -@dirrm %%DATADIR%%/themes/Marble/epplets -@dirrm %%DATADIR%%/themes/Marble/dragbar/images -@dirrm %%DATADIR%%/themes/Marble/dragbar -@dirrm %%DATADIR%%/themes/Marble/dock/images -@dirrm %%DATADIR%%/themes/Marble/dock -@dirrm %%DATADIR%%/themes/Marble/dialogs/images -@dirrm %%DATADIR%%/themes/Marble/dialogs -@dirrm %%DATADIR%%/themes/Marble/cursors/bw_images -@dirrm %%DATADIR%%/themes/Marble/cursors -@dirrm %%DATADIR%%/themes/Marble/coords/images -@dirrm %%DATADIR%%/themes/Marble/coords -@dirrm %%DATADIR%%/themes/Marble/common/images -@dirrm %%DATADIR%%/themes/Marble/common -@dirrm %%DATADIR%%/themes/Marble/borders/common/images -@dirrm %%DATADIR%%/themes/Marble/borders/common -@dirrm %%DATADIR%%/themes/Marble/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/Marble/borders/SHAPED -@dirrm %%DATADIR%%/themes/Marble/borders/PAGER -@dirrm %%DATADIR%%/themes/Marble/borders/MENU_BORDER_ONLY -@dirrm %%DATADIR%%/themes/Marble/borders/MENU -@dirrm %%DATADIR%%/themes/Marble/borders/ICONBOX -@dirrm %%DATADIR%%/themes/Marble/borders/FIXED_SIZE -@dirrm %%DATADIR%%/themes/Marble/borders/DEFAULT -@dirrm %%DATADIR%%/themes/Marble/borders/BORDER_ONLY -@dirrm %%DATADIR%%/themes/Marble/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/Marble/borders -@dirrm %%DATADIR%%/themes/Marble/backgrounds/images -@dirrm %%DATADIR%%/themes/Marble/backgrounds -@dirrm %%DATADIR%%/themes/Marble/ABOUT -@dirrm %%DATADIR%%/themes/Marble -@dirrm %%DATADIR%%/themes/Ganymede/ttfonts -@dirrm %%DATADIR%%/themes/Ganymede/tooltips/images -@dirrm %%DATADIR%%/themes/Ganymede/tooltips -@dirrm %%DATADIR%%/themes/Ganymede/sound/samples -@dirrm %%DATADIR%%/themes/Ganymede/sound -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/rotated -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/RED -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/GREEN -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/BLUE -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images -@dirrm %%DATADIR%%/themes/Ganymede/slideouts -@dirrm %%DATADIR%%/themes/Ganymede/pager/images -@dirrm %%DATADIR%%/themes/Ganymede/pager -@dirrm %%DATADIR%%/themes/Ganymede/menustyles/images -@dirrm %%DATADIR%%/themes/Ganymede/menustyles -@dirrm %%DATADIR%%/themes/Ganymede/init/images -@dirrm %%DATADIR%%/themes/Ganymede/init -@dirrm %%DATADIR%%/themes/Ganymede/iconbox/images -@dirrm %%DATADIR%%/themes/Ganymede/iconbox -@dirrm %%DATADIR%%/themes/Ganymede/focuslist -@dirrm %%DATADIR%%/themes/Ganymede/epplets/images -@dirrm %%DATADIR%%/themes/Ganymede/epplets -@dirrm %%DATADIR%%/themes/Ganymede/dragbar/images -@dirrm %%DATADIR%%/themes/Ganymede/dragbar -@dirrm %%DATADIR%%/themes/Ganymede/dock -@dirrm %%DATADIR%%/themes/Ganymede/dialogs/images -@dirrm %%DATADIR%%/themes/Ganymede/dialogs -@dirrm %%DATADIR%%/themes/Ganymede/cursors/images -@dirrm %%DATADIR%%/themes/Ganymede/cursors/bw_images -@dirrm %%DATADIR%%/themes/Ganymede/cursors -@dirrm %%DATADIR%%/themes/Ganymede/coords -@dirrm %%DATADIR%%/themes/Ganymede/common -@dirrm %%DATADIR%%/themes/Ganymede/buttons/images -@dirrm %%DATADIR%%/themes/Ganymede/buttons -@dirrm %%DATADIR%%/themes/Ganymede/borders/common -@dirrm %%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED -@dirrm %%DATADIR%%/themes/Ganymede/borders/RED/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/RED -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER -@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_NOTITLE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_NOTITLE -@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_BORDER -@dirrm %%DATADIR%%/themes/Ganymede/borders/ICONBOX -@dirrm %%DATADIR%%/themes/Ganymede/borders/GREEN/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/GREEN -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT -@dirrm %%DATADIR%%/themes/Ganymede/borders/BORDERLESS/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/Ganymede/borders -@dirrm %%DATADIR%%/themes/Ganymede/backgrounds/images -@dirrm %%DATADIR%%/themes/Ganymede/backgrounds -@dirrm %%DATADIR%%/themes/Ganymede/Pulldowns -@dirrm %%DATADIR%%/themes/Ganymede/Ganymede_gkrellm -@dirrm %%DATADIR%%/themes/Ganymede/Ganymede -@dirrm %%DATADIR%%/themes/Ganymede/Eterm -@dirrm %%DATADIR%%/themes/Ganymede/ABOUT -@dirrm %%DATADIR%%/themes/Ganymede -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/ttfonts -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/tooltips -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/sound -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/slideouts/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/slideouts -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/pager/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/pager -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/menustyles -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/init/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/init -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/iconbox -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/focuslist -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/eterm -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/epplets -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dragbar -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dock/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dock -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dialogs -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/cursors/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/cursors -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/coords/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/coords -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/common/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/common -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/buttons/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/buttons -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/common -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/TRANSIENT/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/SHAPED/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/SHAPED -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/ICONBOX/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/ICONBOX -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/FIXED_SIZE/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/FIXED_SIZE -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/DEFAULT/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/DEFAULT -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDER_ONLY/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDER_ONLY -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDERLESS/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert -@dirrm %%DATADIR%%/themes/BlueSteel/ttfonts -@dirrm %%DATADIR%%/themes/BlueSteel/tooltips/images -@dirrm %%DATADIR%%/themes/BlueSteel/tooltips -@dirrm %%DATADIR%%/themes/BlueSteel/sound/samples -@dirrm %%DATADIR%%/themes/BlueSteel/sound -@dirrm %%DATADIR%%/themes/BlueSteel/slideouts/images -@dirrm %%DATADIR%%/themes/BlueSteel/slideouts -@dirrm %%DATADIR%%/themes/BlueSteel/pager/images -@dirrm %%DATADIR%%/themes/BlueSteel/pager -@dirrm %%DATADIR%%/themes/BlueSteel/menustyles/images -@dirrm %%DATADIR%%/themes/BlueSteel/menustyles -@dirrm %%DATADIR%%/themes/BlueSteel/init/images -@dirrm %%DATADIR%%/themes/BlueSteel/init -@dirrm %%DATADIR%%/themes/BlueSteel/iconbox/images -@dirrm %%DATADIR%%/themes/BlueSteel/iconbox -@dirrm %%DATADIR%%/themes/BlueSteel/focuslist/images -@dirrm %%DATADIR%%/themes/BlueSteel/focuslist -@dirrm %%DATADIR%%/themes/BlueSteel/epplets/images -@dirrm %%DATADIR%%/themes/BlueSteel/epplets -@dirrm %%DATADIR%%/themes/BlueSteel/dragbar/images -@dirrm %%DATADIR%%/themes/BlueSteel/dragbar -@dirrm %%DATADIR%%/themes/BlueSteel/dock/images -@dirrm %%DATADIR%%/themes/BlueSteel/dock -@dirrm %%DATADIR%%/themes/BlueSteel/dialogs/images -@dirrm %%DATADIR%%/themes/BlueSteel/dialogs -@dirrm %%DATADIR%%/themes/BlueSteel/cursors/bw_images -@dirrm %%DATADIR%%/themes/BlueSteel/cursors -@dirrm %%DATADIR%%/themes/BlueSteel/coords/images -@dirrm %%DATADIR%%/themes/BlueSteel/coords -@dirrm %%DATADIR%%/themes/BlueSteel/common/images -@dirrm %%DATADIR%%/themes/BlueSteel/common -@dirrm %%DATADIR%%/themes/BlueSteel/buttons/images -@dirrm %%DATADIR%%/themes/BlueSteel/buttons -@dirrm %%DATADIR%%/themes/BlueSteel/borders/common/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/common -@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALLFIXED/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALLFIXED -@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALL -@dirrm %%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALLFIXED/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALLFIXED -@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALL/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALL -@dirrm %%DATADIR%%/themes/BlueSteel/borders/PAGER/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/PAGER -@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE -@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER -@dirrm %%DATADIR%%/themes/BlueSteel/borders/ICONBOX/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/ICONBOX -@dirrm %%DATADIR%%/themes/BlueSteel/borders/FIXEDSIZE/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/FIXEDSIZE -@dirrm %%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/DEFAULT -@dirrm %%DATADIR%%/themes/BlueSteel/borders/BORDERLESS/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/BlueSteel/borders -@dirrm %%DATADIR%%/themes/BlueSteel/backgrounds/images -@dirrm %%DATADIR%%/themes/BlueSteel/backgrounds -@dirrm %%DATADIR%%/themes/BlueSteel/Eterm/images -@dirrm %%DATADIR%%/themes/BlueSteel/Eterm -@dirrm %%DATADIR%%/themes/BlueSteel/ABOUT -@dirrm %%DATADIR%%/themes/BlueSteel +@dirrm %%DATADIR%%/themes/winter/ABOUT +@dirrm %%DATADIR%%/themes/winter/backgrounds/images +@dirrm %%DATADIR%%/themes/winter/backgrounds +@dirrm %%DATADIR%%/themes/winter/borders/BORDERLESS/images +@dirrm %%DATADIR%%/themes/winter/borders/BORDERLESS +@dirrm %%DATADIR%%/themes/winter/borders/BORDER_ONLY/images +@dirrm %%DATADIR%%/themes/winter/borders/BORDER_ONLY +@dirrm %%DATADIR%%/themes/winter/borders/DEFAULT/images +@dirrm %%DATADIR%%/themes/winter/borders/DEFAULT +@dirrm %%DATADIR%%/themes/winter/borders/DIALOG/images +@dirrm %%DATADIR%%/themes/winter/borders/DIALOG +@dirrm %%DATADIR%%/themes/winter/borders/FIXED_SIZE/images +@dirrm %%DATADIR%%/themes/winter/borders/FIXED_SIZE +@dirrm %%DATADIR%%/themes/winter/borders/ICONBOX/images +@dirrm %%DATADIR%%/themes/winter/borders/ICONBOX +@dirrm %%DATADIR%%/themes/winter/borders/MENU/images +@dirrm %%DATADIR%%/themes/winter/borders/MENU +@dirrm %%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY/images +@dirrm %%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY +@dirrm %%DATADIR%%/themes/winter/borders/PAGER/images +@dirrm %%DATADIR%%/themes/winter/borders/PAGER +@dirrm %%DATADIR%%/themes/winter/borders/PAGER_SHADE_RIGHT +@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images +@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER +@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER_SHADE_LEFT +@dirrm %%DATADIR%%/themes/winter/borders/SHAPED/images +@dirrm %%DATADIR%%/themes/winter/borders/SHAPED +@dirrm %%DATADIR%%/themes/winter/borders/TRANSIENT/images +@dirrm %%DATADIR%%/themes/winter/borders/TRANSIENT +@dirrm %%DATADIR%%/themes/winter/borders/common/images +@dirrm %%DATADIR%%/themes/winter/borders/common +@dirrm %%DATADIR%%/themes/winter/borders +@dirrm %%DATADIR%%/themes/winter/buttons/images +@dirrm %%DATADIR%%/themes/winter/buttons +@dirrm %%DATADIR%%/themes/winter/common/images +@dirrm %%DATADIR%%/themes/winter/common +@dirrm %%DATADIR%%/themes/winter/coords/images +@dirrm %%DATADIR%%/themes/winter/coords +@dirrm %%DATADIR%%/themes/winter/cursors +@dirrm %%DATADIR%%/themes/winter/dialogs/images +@dirrm %%DATADIR%%/themes/winter/dialogs +@dirrm %%DATADIR%%/themes/winter/dock/images +@dirrm %%DATADIR%%/themes/winter/dock +@dirrm %%DATADIR%%/themes/winter/dragbar/images +@dirrm %%DATADIR%%/themes/winter/dragbar +@dirrm %%DATADIR%%/themes/winter/epplets/images +@dirrm %%DATADIR%%/themes/winter/epplets +@dirrm %%DATADIR%%/themes/winter/eterm/images +@dirrm %%DATADIR%%/themes/winter/eterm +@dirrm %%DATADIR%%/themes/winter/focuslist/images +@dirrm %%DATADIR%%/themes/winter/focuslist +@dirrm %%DATADIR%%/themes/winter/iconbox/images +@dirrm %%DATADIR%%/themes/winter/iconbox +@dirrm %%DATADIR%%/themes/winter/init/images +@dirrm %%DATADIR%%/themes/winter/init +@dirrm %%DATADIR%%/themes/winter/menustyles/images +@dirrm %%DATADIR%%/themes/winter/menustyles +@dirrm %%DATADIR%%/themes/winter/pager/images +@dirrm %%DATADIR%%/themes/winter/pager +@dirrm %%DATADIR%%/themes/winter/slideouts/images +@dirrm %%DATADIR%%/themes/winter/slideouts +@dirrm %%DATADIR%%/themes/winter/sound/samples +@dirrm %%DATADIR%%/themes/winter/sound +@dirrm %%DATADIR%%/themes/winter/tooltips/images +@dirrm %%DATADIR%%/themes/winter/tooltips +@dirrm %%DATADIR%%/themes/winter/ttfonts +@dirrm %%DATADIR%%/themes/winter @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/misc @dirrm %%DATADIR%%/config/pix -@dirrm %%DATADIR%%/config/backup @dirrm %%DATADIR%%/config -@dirrm %%DATADIR%%/E-docs @dirrm %%DATADIR%% diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index e75ca936ad3d..9ad1003b8e35 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -6,59 +6,39 @@ # PORTNAME= enlightenment -PORTVERSION= 0.16.6 -PORTREVISION= 1 +PORTVERSION= 0.16.7.1 +PORTREVISION= 0 CATEGORIES= x11-wm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:enlightenment/} \ - ftp://freebsd.sinica.edu.tw/pub/clive/:ethemes -MASTER_SITE_SUBDIR= ${PORTNAME}/:enlightenment -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:enlightenment \ - Marble.etheme:ethemes \ - BlueSteel.etheme.zh_TW.Big5:ethemes \ - BrushedMetal-Tigert.etheme.zh_TW.Big5:ethemes \ - ShinyMetal.etheme.zh_TW.Big5:ethemes -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= vanilla@FreeBSD.org COMMENT= A very artistic X window manager -LIB_DEPENDS= Fnlib.0:${PORTSDIR}/graphics/fnlib \ - ghttp.1:${PORTSDIR}/www/libghttp +LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GNOME= esound imlib -USE_FREETYPE= yes +USE_GNOME= esound +USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fsstd --disable-hints-gnome --disable-hints-kde -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \ - -I${LOCALBASE}/include -I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" MAN1= enlightenment.1 .include <bsd.port.pre.mk> -.if (${MACHINE} == "alpha") && ${X_WINDOW_SYSTEM:L} == xfree86-3 +.if (${MACHINE} == "alpha") && (${XFREE86_VERSION} == 3) CONFIGURE_ARGS+= --disable-zoom .endif post-patch: @${REINPLACE_CMD} -e 's| wctype.h||g ; \ s|-ldl||g' ${WRKSRC}/configure - -post-install: - ${MKDIR} ${DATADIR}/themes/Marble - ${TAR} -C ${DATADIR}/themes/Marble \ - -xzf ${DISTDIR}/Marble.etheme - ${TAR} -C ${DATADIR}/themes/BlueSteel \ - -xzf ${DISTDIR}/BlueSteel.etheme.zh_TW.Big5 - ${TAR} -C ${DATADIR}/themes/BrushedMetal-Tigert \ - -xzf ${DISTDIR}/BrushedMetal-Tigert.etheme.zh_TW.Big5 - ${TAR} -C ${DATADIR}/themes/ShinyMetal \ - -xzf ${DISTDIR}/ShinyMetal.etheme.zh_TW.Big5 - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/themes - ${CHMOD} -R a+rX ${DATADIR}/themes + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ + ${WRKSRC}/scripts/e_gen_menu .include <bsd.port.post.mk> diff --git a/x11-wm/enlightenment/distinfo b/x11-wm/enlightenment/distinfo index f4ad8b669f29..c03cd4108e47 100644 --- a/x11-wm/enlightenment/distinfo +++ b/x11-wm/enlightenment/distinfo @@ -1,10 +1,2 @@ -MD5 (enlightenment-0.16.6.tar.gz) = fa1b5f062cd2ba005eb555c358450deb -SIZE (enlightenment-0.16.6.tar.gz) = 11924484 -MD5 (Marble.etheme) = 94c593f1f5ad6572b9f72a8040ac3c83 -SIZE (Marble.etheme) = 930404 -MD5 (BlueSteel.etheme.zh_TW.Big5) = 5544b76db10324deeacde0399f63c792 -SIZE (BlueSteel.etheme.zh_TW.Big5) = 6048 -MD5 (BrushedMetal-Tigert.etheme.zh_TW.Big5) = d29aad171b1a020e66d20d33cf9794f8 -SIZE (BrushedMetal-Tigert.etheme.zh_TW.Big5) = 4272 -MD5 (ShinyMetal.etheme.zh_TW.Big5) = 661291ffd6672feb3c961a54a8a2a940 -SIZE (ShinyMetal.etheme.zh_TW.Big5) = 2962 +MD5 (enlightenment-0.16.7.1.tar.gz) = 1439839c3023914a62f8254cc31085fc +SIZE (enlightenment-0.16.7.1.tar.gz) = 1791137 diff --git a/x11-wm/enlightenment/files/patch-e_gen_menu b/x11-wm/enlightenment/files/patch-e_gen_menu new file mode 100644 index 000000000000..49ebc4992408 --- /dev/null +++ b/x11-wm/enlightenment/files/patch-e_gen_menu @@ -0,0 +1,29 @@ +--- scripts/e_gen_menu.orig Mon Jun 14 04:44:03 2004 ++++ scripts/e_gen_menu Wed Jun 30 12:00:37 2004 +@@ -25,7 +25,7 @@ + ############################################################################## + + # Likely prefixes +-$Prefixes = "/usr/local:/usr:/opt"; ++$Prefixes = "/usr/local:/usr/X11R6"; + + # Where to look for GNOME2/KDE2,3 stuff + $AppDirs = MkDirList($Prefixes, "/share/applications"); +@@ -51,7 +51,7 @@ + $loc1 = "" if ($loc1 eq $loc2); + + $EdirUser = "$ENV{'HOME'}/.enlightenment" unless $EdirUser; +-$EdirRoot = "/usr/share/enlightenment" unless $EdirRoot; ++$EdirRoot = "%%PREFIX%%/share/enlightenment" unless $EdirRoot; + $EdirBin = "/usr/bin" unless $EdirBin; + + $dbg = "$ENV{'E_MENUGEN_DBG'}"; +@@ -96,7 +96,7 @@ + "x:Firefox:firefox", + "x:Galeon:galeon", + "x:Opera:opera", +- "x:Electric Eyes:ee", ++ "x:Electric Eyes:ElectricEyes", + "x:Gmplayer:gmplayer", + "x:Xine:xine", + "x:The GIMP:gimp", diff --git a/x11-wm/enlightenment/files/patch-scripts::e_gen_menu b/x11-wm/enlightenment/files/patch-scripts::e_gen_menu deleted file mode 100644 index 3bad84d12c34..000000000000 --- a/x11-wm/enlightenment/files/patch-scripts::e_gen_menu +++ /dev/null @@ -1,11 +0,0 @@ ---- scripts/e_gen_menu.orig Sun Sep 7 03:12:42 2003 -+++ scripts/e_gen_menu Mon Oct 6 01:17:48 2003 -@@ -84,7 +84,7 @@ - "x:XTerm:xterm", - "x:RXVT:rxvt", - "x:Mozilla:mozilla", -- "x:Electric Eyes:ee", -+ "x:Electric Eyes:ElectricEyes", - "x:The GIMP:gimp", - "x:XV:xv", - "x:GQView:gqview", diff --git a/x11-wm/enlightenment/files/patch-src::Makefile.in b/x11-wm/enlightenment/files/patch-src::Makefile.in deleted file mode 100644 index c0d1bc7a1f27..000000000000 --- a/x11-wm/enlightenment/files/patch-src::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Sun Sep 7 05:00:33 2003 -+++ src/Makefile.in Mon Oct 6 01:21:24 2003 -@@ -691,7 +691,7 @@ - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes; \ - rm -f $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes/DEFAULT; \ - $(LN_S) \ -- BrushedMetal-Tigert \ -+ Marble \ - $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes/DEFAULT; - - uninstall-local: diff --git a/x11-wm/enlightenment/pkg-plist b/x11-wm/enlightenment/pkg-plist index f67ade3c58e1..cefdc7e06206 100644 --- a/x11-wm/enlightenment/pkg-plist +++ b/x11-wm/enlightenment/pkg-plist @@ -1,61 +1,10 @@ -bin/dox +bin/edox bin/eesh bin/enlightenment bin/epp -%%DATADIR%%/E-docs/E_app_menu.png -%%DATADIR%%/E-docs/E_app_rightmouse_menu.png -%%DATADIR%%/E-docs/E_area_settings.png -%%DATADIR%%/E-docs/E_audio_settings.png -%%DATADIR%%/E-docs/E_autoraise_settings.png -%%DATADIR%%/E-docs/E_backgrounds_menu.png -%%DATADIR%%/E-docs/E_backgrounds_menu_view.png -%%DATADIR%%/E-docs/E_backgrounds_settings.pl.png -%%DATADIR%%/E-docs/E_backgrounds_settings.png -%%DATADIR%%/E-docs/E_border_selector.png -%%DATADIR%%/E-docs/E_deskarray.png -%%DATADIR%%/E-docs/E_deskimg.png -%%DATADIR%%/E-docs/E_deskstack.png -%%DATADIR%%/E-docs/E_dragbar.png -%%DATADIR%%/E-docs/E_dragging_desktops.png -%%DATADIR%%/E-docs/E_enlightenment_menu.png -%%DATADIR%%/E-docs/E_focus_settings.png -%%DATADIR%%/E-docs/E_group_settings.png -%%DATADIR%%/E-docs/E_groups_menu.png -%%DATADIR%%/E-docs/E_iconbox.png -%%DATADIR%%/E-docs/E_iconbox_menu.png -%%DATADIR%%/E-docs/E_iconbox_settings.png -%%DATADIR%%/E-docs/E_kde_settings.png -%%DATADIR%%/E-docs/E_keyboard.png -%%DATADIR%%/E-docs/E_logo.png -%%DATADIR%%/E-docs/E_maint_menu.png -%%DATADIR%%/E-docs/E_mouse.png -%%DATADIR%%/E-docs/E_mousewheel.png -%%DATADIR%%/E-docs/E_move_resize_settings.png -%%DATADIR%%/E-docs/E_pager.png -%%DATADIR%%/E-docs/E_pager_settings.png -%%DATADIR%%/E-docs/E_pager_settings_menu.png -%%DATADIR%%/E-docs/E_placement_settings.png -%%DATADIR%%/E-docs/E_remember_settings.png -%%DATADIR%%/E-docs/E_screen_start.png -%%DATADIR%%/E-docs/E_settings_menu.png -%%DATADIR%%/E-docs/E_special_fx_settings.png -%%DATADIR%%/E-docs/E_tooltip_settings.png -%%DATADIR%%/E-docs/E_tooltips.png -%%DATADIR%%/E-docs/E_virtual_desk_settings.png -%%DATADIR%%/E-docs/E_website.png -%%DATADIR%%/E-docs/E_window.png -%%DATADIR%%/E-docs/E_window_diagram.pl.png -%%DATADIR%%/E-docs/E_window_diagram.png -%%DATADIR%%/E-docs/Edoc_bg.png -%%DATADIR%%/E-docs/FIRST_0.16 -%%DATADIR%%/E-docs/MAIN -%%DATADIR%%/E-docs/MAIN.ja -%%DATADIR%%/E-docs/MAIN.pl -%%DATADIR%%/E-docs/Verah___.ttf -%%DATADIR%%/E-docs/aircut3.ttf -%%DATADIR%%/E-docs/rothwell.ttf %%DATADIR%%/config/actionclasses.cfg %%DATADIR%%/config/actionclasses.cfg.ja +%%DATADIR%%/config/actionclasses.cfg.ko %%DATADIR%%/config/actionclasses.cfg.pl %%DATADIR%%/config/backup-borders.cfg %%DATADIR%%/config/backup-colormodifiers.cfg @@ -68,14 +17,18 @@ bin/epp %%DATADIR%%/config/icondefs.cfg %%DATADIR%%/config/keybindings.cfg %%DATADIR%%/config/keybindings.cfg.ja +%%DATADIR%%/config/keybindings.cfg.ko %%DATADIR%%/config/keybindings.cfg.pl %%DATADIR%%/config/keybindings.gmc.cfg.ja +%%DATADIR%%/config/keybindings.gmc.cfg.ko %%DATADIR%%/config/keybindings.gmc.cfg.pl %%DATADIR%%/config/keybindings.nogmc.cfg.ja +%%DATADIR%%/config/keybindings.nogmc.cfg.ko %%DATADIR%%/config/keybindings.nogmc.cfg.pl %%DATADIR%%/config/keybindings.rh.cfg.pl %%DATADIR%%/config/menus.cfg %%DATADIR%%/config/menus.cfg.ja +%%DATADIR%%/config/menus.cfg.ko %%DATADIR%%/config/menus.cfg.pl %%DATADIR%%/config/pix/about.png %%DATADIR%%/config/pix/apple.png @@ -130,6 +83,16 @@ bin/epp %%DATADIR%%/config/pix/wait8.png %%DATADIR%%/config/pix/wait9.png %%DATADIR%%/config/pix/world.png +%%DATADIR%%/misc/E-GNOME +%%DATADIR%%/misc/E-KDE +%%DATADIR%%/misc/E16 +%%DATADIR%%/misc/starte16 +%%DATADIR%%/misc/Xclients.e-gnome +%%DATADIR%%/misc/Xclients.e-kde +%%DATADIR%%/misc/Xclients.enlightenment +%%DATADIR%%/misc/e-gnome.desktop +%%DATADIR%%/misc/e-kde.desktop +%%DATADIR%%/misc/enlightenment.desktop %%DATADIR%%/scripts/e_cache_clean %%DATADIR%%/scripts/e_cache_clean.pl %%DATADIR%%/scripts/e_cache_query @@ -140,2482 +103,310 @@ bin/epp %%DATADIR%%/scripts/e_gen_menu.e16_5 %%DATADIR%%/scripts/e_gen_menu.pl %%DATADIR%%/scripts/enlightenment.install -%%DATADIR%%/themes/BlueSteel/ABOUT/MAIN -%%DATADIR%%/themes/BlueSteel/ABOUT/bg.png -%%DATADIR%%/themes/BlueSteel/ABOUT/logo.png -%%DATADIR%%/themes/BlueSteel/ABOUT/vixar.ttf -%%DATADIR%%/themes/BlueSteel/Eterm/Eterm.cfg -%%DATADIR%%/themes/BlueSteel/Eterm/images/anchor_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/anchor_hl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/bg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/downarrow_cl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/downarrow_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/downarrow_hl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/leftarrow_cl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/leftarrow_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/leftarrow_hl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/menu_selected.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/menubg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/rightarrow_cl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/rightarrow_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/rightarrow_hl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/submenu.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/submenu_selected.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/trough.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/uparrow_cl.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/uparrow_fg.png -%%DATADIR%%/themes/BlueSteel/Eterm/images/uparrow_hl.png -%%DATADIR%%/themes/BlueSteel/README -%%DATADIR%%/themes/BlueSteel/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/BlueSteel/backgrounds/images/All-Good-People-4.jpg -%%DATADIR%%/themes/BlueSteel/backgrounds/images/Enigmas-Oven-2.jpg -%%DATADIR%%/themes/BlueSteel/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images/maximize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images/maximize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images/maximize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/FIXEDSIZE/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/border.cfg.ja -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/border.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/resize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/resize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/resize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/right_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/right_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/rightbottomtrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/rightbottomtrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/shade_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/shade_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/shade_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/title_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/title_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/toptrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/toptrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/unshade_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/unshade_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/unshade_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottom_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottom_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottomresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottomresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/left_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/left_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_hl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_hl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/right_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/right_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/rightresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/rightresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/righttrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/righttrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_bg_st.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_fg_st.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_bg_st.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_cl.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_fg_st.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/top_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/top_fg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/toptrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/toptrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/left_bg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/left_fg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/resize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/resize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/resize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/shade_bg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/shade_cl.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/shade_fg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/unshade_bg.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/unshade_cl.png -%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/unshade_fg.png -%%DATADIR%%/themes/BlueSteel/borders/SMALL/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/SMALLFIXED/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/top_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/top_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/topright_bg.png -%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/topright_fg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/leftresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/leftresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/rightresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/rightresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/VERYSMALLFIXED/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/borders.cfg -%%DATADIR%%/themes/BlueSteel/borders/borders.cfg.ja -%%DATADIR%%/themes/BlueSteel/borders/borders.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/borders/common/border.cfg -%%DATADIR%%/themes/BlueSteel/borders/common/border.cfg.ja -%%DATADIR%%/themes/BlueSteel/borders/common/border.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/borders/common/images/bottomresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/bottomresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_sh_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/close_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottom_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottom_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottomtrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottomtrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_title_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_title_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_top_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/default_top_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/fixed_bottom_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/fixed_bottom_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/left_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/left_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftresize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftresize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_bottomtrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_bottomtrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_title_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_title_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttoptrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttoptrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/minimize_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/minimize_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/minimize_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/right_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/right_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/righttrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/righttrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_bg_st.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_fg_st.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_bg_st.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_cl.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_fg_st.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/toprighttrim_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/toprighttrim_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/transient_title_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/transient_title_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_fg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_sh_bg.png -%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_sh_fg.png -%%DATADIR%%/themes/BlueSteel/borders.cfg -%%DATADIR%%/themes/BlueSteel/borders.cfg.ja -%%DATADIR%%/themes/BlueSteel/borders.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/buttons/buttons.cfg -%%DATADIR%%/themes/BlueSteel/buttons.cfg -%%DATADIR%%/themes/BlueSteel/colormodifiers.cfg -%%DATADIR%%/themes/BlueSteel/common/images/bg.png -%%DATADIR%%/themes/BlueSteel/common/images/blank.png -%%DATADIR%%/themes/BlueSteel/common/images/dragbar_horiz.png -%%DATADIR%%/themes/BlueSteel/common/images/selected.png -%%DATADIR%%/themes/BlueSteel/coords/coords.cfg -%%DATADIR%%/themes/BlueSteel/coords/coords.cfg.ja -%%DATADIR%%/themes/BlueSteel/coords/coords.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_left.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_left.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_right.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_right.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/cursor.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/cursor.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/iconify.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/iconify.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/kill.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/kill.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/max.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/max.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/move.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/move.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_bl.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_bl.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_br.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_br.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_h.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_h.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_v.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_v.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/stick.xbm -%%DATADIR%%/themes/BlueSteel/cursors/bw_images/stick.xbm.mask -%%DATADIR%%/themes/BlueSteel/cursors/cursors.cfg -%%DATADIR%%/themes/BlueSteel/cursors.cfg -%%DATADIR%%/themes/BlueSteel/desktops.cfg -%%DATADIR%%/themes/BlueSteel/dialogs/dialogs.cfg -%%DATADIR%%/themes/BlueSteel/dialogs/dialogs.cfg.ja -%%DATADIR%%/themes/BlueSteel/dialogs/dialogs.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/dialogs/images/button_down.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/button_up.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/check_off.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/check_on.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/darkbg.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/lightbg.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/radio_off.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/radio_on.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/separator.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/slider_horiz.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/slider_vert.png -%%DATADIR%%/themes/BlueSteel/dialogs/images/window.png -%%DATADIR%%/themes/BlueSteel/dock/dock.cfg -%%DATADIR%%/themes/BlueSteel/dock/images/icon.png -%%DATADIR%%/themes/BlueSteel/dragbar/dragbar.cfg -%%DATADIR%%/themes/BlueSteel/dragbar/images/downarrow.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/downarrow_cl.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/dragbar_vert.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/leftarrow.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/leftarrow_cl.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/rightarrow.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/rightarrow_cl.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/uparrow.png -%%DATADIR%%/themes/BlueSteel/dragbar/images/uparrow_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/epplets.cfg -%%DATADIR%%/themes/BlueSteel/epplets/epplets.cfg.ja -%%DATADIR%%/themes/BlueSteel/epplets/epplets.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_down_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_down_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_left_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_left_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_right_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_right_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_up_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_up_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/bar.png -%%DATADIR%%/themes/BlueSteel/epplets/images/bg_h.png -%%DATADIR%%/themes/BlueSteel/epplets/images/bg_v.png -%%DATADIR%%/themes/BlueSteel/epplets/images/button_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/button_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/close_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/close_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/config_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/config_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/drawingarea.png -%%DATADIR%%/themes/BlueSteel/epplets/images/eject_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/eject_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/ff_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/ff_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/help_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/help_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/next_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/next_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/pause_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/pause_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/play_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/play_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/prev_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/prev_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/repeat_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/repeat_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/rw_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/rw_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/skip_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/skip_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/slider_base_h.png -%%DATADIR%%/themes/BlueSteel/epplets/images/slider_base_v.png -%%DATADIR%%/themes/BlueSteel/epplets/images/slider_knob_h.png -%%DATADIR%%/themes/BlueSteel/epplets/images/slider_knob_v.png -%%DATADIR%%/themes/BlueSteel/epplets/images/stop_cl.png -%%DATADIR%%/themes/BlueSteel/epplets/images/stop_fg.png -%%DATADIR%%/themes/BlueSteel/epplets/images/togglebutton_down.png -%%DATADIR%%/themes/BlueSteel/epplets/images/togglebutton_up.png -%%DATADIR%%/themes/BlueSteel/focuslist/focuslist.cfg -%%DATADIR%%/themes/BlueSteel/focuslist/focuslist.cfg.ja -%%DATADIR%%/themes/BlueSteel/focuslist/focuslist.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/focuslist/images/lightbg.png -%%DATADIR%%/themes/BlueSteel/focuslist/images/lightbg_hl.png -%%DATADIR%%/themes/BlueSteel/iconbox/iconbox.cfg -%%DATADIR%%/themes/BlueSteel/iconbox/iconbox.cfg.ja -%%DATADIR%%/themes/BlueSteel/iconbox/iconbox.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_down.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_down_cl.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_left.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_left_cl.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_right.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_right_cl.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_up.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_up_cl.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/bar_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/bar_v.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/base_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/base_v.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/bg_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/bg_v.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/cover_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/cover_v.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/icon.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/knob_h.png -%%DATADIR%%/themes/BlueSteel/iconbox/images/knob_v.png -%%DATADIR%%/themes/BlueSteel/imageclasses.cfg -%%DATADIR%%/themes/BlueSteel/imageclasses.cfg.ja -%%DATADIR%%/themes/BlueSteel/imageclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/init/images/bar.png -%%DATADIR%%/themes/BlueSteel/init/images/bg.jpg -%%DATADIR%%/themes/BlueSteel/init/images/logo.png -%%DATADIR%%/themes/BlueSteel/init/init.cfg -%%DATADIR%%/themes/BlueSteel/init/init.cfg.ja -%%DATADIR%%/themes/BlueSteel/init/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/init.cfg -%%DATADIR%%/themes/BlueSteel/init.cfg.ja -%%DATADIR%%/themes/BlueSteel/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/menustyles/images/submenu.png -%%DATADIR%%/themes/BlueSteel/menustyles/images/submenu_selected.png -%%DATADIR%%/themes/BlueSteel/menustyles/menustyles.cfg -%%DATADIR%%/themes/BlueSteel/menustyles/menustyles.cfg.ja -%%DATADIR%%/themes/BlueSteel/menustyles/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/menustyles.cfg -%%DATADIR%%/themes/BlueSteel/menustyles.cfg.ja -%%DATADIR%%/themes/BlueSteel/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/pager/images/selected.png -%%DATADIR%%/themes/BlueSteel/pager/images/window.png -%%DATADIR%%/themes/BlueSteel/pager/pager.cfg -%%DATADIR%%/themes/BlueSteel/pager/pager.cfg.ja -%%DATADIR%%/themes/BlueSteel/pager/pager.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/slideouts/slideouts.cfg -%%DATADIR%%/themes/BlueSteel/slideouts.cfg -%%DATADIR%%/themes/BlueSteel/sound/sound.cfg -%%DATADIR%%/themes/BlueSteel/sound.cfg -%%DATADIR%%/themes/BlueSteel/tooltips/images/cloud_large.png -%%DATADIR%%/themes/BlueSteel/tooltips/images/cloud_small.png -%%DATADIR%%/themes/BlueSteel/tooltips/tooltips.cfg -%%DATADIR%%/themes/BlueSteel/tooltips/tooltips.cfg.ja -%%DATADIR%%/themes/BlueSteel/tooltips/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/tooltips.cfg -%%DATADIR%%/themes/BlueSteel/tooltips.cfg.ja -%%DATADIR%%/themes/BlueSteel/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BlueSteel/ttfonts/vixar.ttf -%%DATADIR%%/themes/BlueSteel/windowmatches.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/Edoc_bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/MAIN -%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/aircut3.ttf -%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/title.png -%%DATADIR%%/themes/BrushedMetal-Tigert/README -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/dark_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/dark_vertical_gradient_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/light_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/light_vertical_gradient_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/small_turquoise_pebbles.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turqouise_bg.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_garage_floor.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_leather.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_tiles.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_treemoon.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_wrinkles.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDER_ONLY/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/FIXED_SIZE/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb6.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb8.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb9.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb6.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb8.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb9.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/SHAPED/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b0-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b0.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b2-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b3-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b4-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b5-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b6-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b6.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b7-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b7.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b8-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b8.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb4-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb5-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb6-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb6.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb8-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb8.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/black.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/blank.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2s-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2s.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2s-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2s.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5-b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/buttons/buttons.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/buttons.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/colormodifiers.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/common/images/blank.png -%%DATADIR%%/themes/BrushedMetal-Tigert/common/images/light_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/coords/images/coord.png -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/cursor.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/cursor.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/iconify.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/iconify.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/kill.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/kill.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/move.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/move.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_br.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_br.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_h.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_h.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_tr.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_tr.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_v.xbm -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_v.xbm.mask -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/cursors.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/cursors.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/desktops.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/bt2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/button1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/button2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/button3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/indent.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/r1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/r1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl1b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl2b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/slh.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/slv.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w0-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w0.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w1-.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dock/dock.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/dock/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dock/images/bt2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/dragbar.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a1b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a2b.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/bt2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_d1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_d2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_d3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_l1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_l2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_l3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_r1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_r2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_r3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_u1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_u2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_u3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/b1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/b2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/b3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bg_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/close1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/close2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/close3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/config1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/config2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/config3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/da.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/eject1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/eject2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/eject3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ff1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ff2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ff3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/help1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/help2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/help3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/next1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/next2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/next3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pause1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pause2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pause3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pb_h.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pb_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/play1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/play2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/play3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/prev1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/prev2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/prev3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/repeat1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/repeat2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/repeat3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/rw1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/rw2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/rw3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_h.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_k1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_k2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/skip1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/skip2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/skip3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/stop1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/stop2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/stop3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/eterm.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_d_1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_d_2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_l_1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_l_2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_r_1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_r_2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_u_1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_u_2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/bg.jpg -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/bt.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/mb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/mb3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/sb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/sb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/t.png -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/images/mb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/images/mb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_d1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_d2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_l1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_l2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_r1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_r2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_u1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_u2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_cover_h.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_cover_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_h.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_v.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/mb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/sl1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/sl2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/slh.png -%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/slv.png -%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/bt1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/light_vetical_gradient_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/progress_bar.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/text_bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/turquoise_brushed.png -%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images/mb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images/mb2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images/mb3.png -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/mb1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/p_bg.png -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/p_sel.png -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/p_win.png -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/slideouts/slideouts.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/slideouts.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_already_active.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_error_ipc.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_goodbye.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_logout.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_scanning.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_areas.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_audio.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_autoraise.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_bg.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_desktops.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_focus.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_fx.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_moveresize.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_pager.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_placement.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_tooltips.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_wait.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_warning.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_welcome.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_DEICONIFY.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_DESKTOP_SHUT.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_FOCUS_SET.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_ICONIFY.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_MENU_SHOW.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_MOVE_AREA_DOWN.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_MOVE_RESIST.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_NEW_ICONBOX.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_SHADE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_UNSHADE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_BORDER_CHANGE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_CHANGE_LAYER_DOWN.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_CLOSE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_SLIDE.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_STICK.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_UNSTICK.wav -%%DATADIR%%/themes/BrushedMetal-Tigert/sound/sound.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/sound.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/imageclasses.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images/cloud1.png -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images/cloud2.png -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images/cloud_logo.png -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg.ja -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg.pl -%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/BrushedMetal-Tigert/windowmatches.cfg -%%DATADIR%%/themes/DEFAULT -%%DATADIR%%/themes/Ganymede/ABOUT/MAIN -%%DATADIR%%/themes/Ganymede/ABOUT/background.png -%%DATADIR%%/themes/Ganymede/ABOUT/bullet.gif -%%DATADIR%%/themes/Ganymede/ABOUT/econtrol.png -%%DATADIR%%/themes/Ganymede/ABOUT/ganymede.png -%%DATADIR%%/themes/Ganymede/ABOUT/ganymede.ttf -%%DATADIR%%/themes/Ganymede/ABOUT/pulldowns.png -%%DATADIR%%/themes/Ganymede/ACTIVATE_BUTTONS -%%DATADIR%%/themes/Ganymede/BUTTON_CONFIG_HOWTO -%%DATADIR%%/themes/Ganymede/ChangeLog -%%DATADIR%%/themes/Ganymede/Eterm/imageclasses.cfg -%%DATADIR%%/themes/Ganymede/Ganymede/MAIN -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_down1.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_down2.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_down3.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_up1.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_up2.png -%%DATADIR%%/themes/Ganymede/Ganymede/arrow_up3.png -%%DATADIR%%/themes/Ganymede/Ganymede/background_vert.png -%%DATADIR%%/themes/Ganymede/Ganymede/blue.ppm -%%DATADIR%%/themes/Ganymede/Ganymede/blue_dark.ppm -%%DATADIR%%/themes/Ganymede/Ganymede/green.ppm -%%DATADIR%%/themes/Ganymede/Ganymede/red.ppm -%%DATADIR%%/themes/Ganymede/Ganymede/scrollbar_vert.png -%%DATADIR%%/themes/Ganymede/Ganymede/theme.cfg -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_bordered.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_chart.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_panel.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_spacer.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_timer.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/chart_grid.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/chart_labels.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/digits.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/frame_horizontal.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/frame_side.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/gkrellmrc -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/krell_meter.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/krell_panel.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/meter_labels.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/net_leds.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/numbers.xpm -%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/ppp_button.xpm -%%DATADIR%%/themes/Ganymede/Makefile -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.editors.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.graphics.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.mailers.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.net.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.other.menu -%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.terminals.menu -%%DATADIR%%/themes/Ganymede/README -%%DATADIR%%/themes/Ganymede/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/Ganymede/backgrounds/images/French-Products-for-Ganymede.png -%%DATADIR%%/themes/Ganymede/backgrounds/images/enlightenment.png -%%DATADIR%%/themes/Ganymede/backgrounds/images/logo_small.png -%%DATADIR%%/themes/Ganymede/backgrounds/images/logo_tiny.png -%%DATADIR%%/themes/Ganymede/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD/border.cfg -%%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/GREEN/border.cfg -%%DATADIR%%/themes/Ganymede/borders/GREEN/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/border.cfg -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_flat_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_flat_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/MENU_NOTITLE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_b_bottom_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_b_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_b_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_l_left_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_l_left_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_l_left_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_left_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_left_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_r_right_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_r_right_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_r_right_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_right_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_right_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_t_top_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_t_top_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_t_top_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_top_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_top_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_left_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_left_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_right_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_right_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_c.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_top_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_top_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT/border.cfg -%%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/RED/border.cfg -%%DATADIR%%/themes/Ganymede/borders/RED/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/border.cfg -%%DATADIR%%/themes/Ganymede/borders/ROTATED/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/border.cfg -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/right_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/right_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_bar_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_bar_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_c.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_f.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_u.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_s.png -%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_left_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_left_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_right_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_right_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottleft_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottleft_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottom_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottom_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_c.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_f.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_left_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_left_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_right_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_right_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_top_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_top_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_top_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_top_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topleft_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topleft_u.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topright_s.png -%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topright_u.png -%%DATADIR%%/themes/Ganymede/borders/borders.cfg -%%DATADIR%%/themes/Ganymede/borders/borders.cfg.ja -%%DATADIR%%/themes/Ganymede/borders/common/border.cfg -%%DATADIR%%/themes/Ganymede/borders/common/border.cfg.ja -%%DATADIR%%/themes/Ganymede/borders.cfg -%%DATADIR%%/themes/Ganymede/borders.cfg.ja -%%DATADIR%%/themes/Ganymede/buttons/buttons.cfg -%%DATADIR%%/themes/Ganymede/buttons/buttons.cfg.ja -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_cleanup_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_deskray_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_exit_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_help_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_restart_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_autosave_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_cleanslide_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_deskslide_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_dragdir_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_dragorder_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_focus_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_mapslide_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_move_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_resize_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_slidemode_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/btn_sound_normal.png -%%DATADIR%%/themes/Ganymede/buttons/images/right_tab_template_clicked.png -%%DATADIR%%/themes/Ganymede/buttons/images/right_tab_template_sel.png -%%DATADIR%%/themes/Ganymede/buttons/images/right_tab_template_unsel.png -%%DATADIR%%/themes/Ganymede/buttons/images/tab_template_clicked.png -%%DATADIR%%/themes/Ganymede/buttons/images/tab_template_sel.png -%%DATADIR%%/themes/Ganymede/buttons/images/tab_template_unsel.png -%%DATADIR%%/themes/Ganymede/colormodifiers.cfg -%%DATADIR%%/themes/Ganymede/common/button_c.png -%%DATADIR%%/themes/Ganymede/common/button_f.png -%%DATADIR%%/themes/Ganymede/common/button_s.png -%%DATADIR%%/themes/Ganymede/common/button_u.png -%%DATADIR%%/themes/Ganymede/common/dock_c.png -%%DATADIR%%/themes/Ganymede/common/dock_s.png -%%DATADIR%%/themes/Ganymede/common/dock_u.png -%%DATADIR%%/themes/Ganymede/common/empty.png -%%DATADIR%%/themes/Ganymede/coords/coords.cfg -%%DATADIR%%/themes/Ganymede/coords/coords.cfg.ja -%%DATADIR%%/themes/Ganymede/cursors/bw_images/cursor.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/cursor.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/iconify.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/iconify.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/kill.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/kill.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/move.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/move.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/new.gif -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_br.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_br.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_h.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_h.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_tr.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_tr.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_v.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_v.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout_rotated.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout_rotated.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/bw_images/sticky.xbm -%%DATADIR%%/themes/Ganymede/cursors/bw_images/sticky.xbm.mask -%%DATADIR%%/themes/Ganymede/cursors/cursors.cfg -%%DATADIR%%/themes/Ganymede/cursors.cfg -%%DATADIR%%/themes/Ganymede/desktops.cfg -%%DATADIR%%/themes/Ganymede/dialogs/dialogs.cfg -%%DATADIR%%/themes/Ganymede/dialogs/dialogs.cfg.ja -%%DATADIR%%/themes/Ganymede/dialogs/images/checkbox_f.png -%%DATADIR%%/themes/Ganymede/dialogs/images/checkbox_s.png -%%DATADIR%%/themes/Ganymede/dialogs/images/checkbox_u.png -%%DATADIR%%/themes/Ganymede/dialogs/images/knob_clicked.png -%%DATADIR%%/themes/Ganymede/dialogs/images/knob_normal.png -%%DATADIR%%/themes/Ganymede/dialogs/images/radio_focused.png -%%DATADIR%%/themes/Ganymede/dialogs/images/radio_sel.png -%%DATADIR%%/themes/Ganymede/dialogs/images/radio_unsel.png -%%DATADIR%%/themes/Ganymede/dialogs/images/separator.png -%%DATADIR%%/themes/Ganymede/dialogs/images/slider_back_horiz.png -%%DATADIR%%/themes/Ganymede/dialogs/images/slider_back_vert.png -%%DATADIR%%/themes/Ganymede/dock/dock.cfg -%%DATADIR%%/themes/Ganymede/dragbar/dragbar.cfg -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_vert_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_vert_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_vert_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_lower_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_lower_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_lower_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_raise_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_raise_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_raise_normal.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_vert_clicked.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_vert_hilited.png -%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_vert_normal.png -%%DATADIR%%/themes/Ganymede/epplets/epplets.cfg -%%DATADIR%%/themes/Ganymede/epplets/epplets.cfg.ja -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_down_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_down_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_down_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_left_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_left_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_left_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_right_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_right_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_right_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_up_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_up_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/arrow_up_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/button_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/button_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/button_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/close_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/close_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/close_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/configure_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/configure_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/configure_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/eject_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/eject_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/eject_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/ff_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/ff_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/ff_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/help_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/help_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/help_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/hslider_normal.png -%%DATADIR%%/themes/Ganymede/epplets/images/knob_clicked.png -%%DATADIR%%/themes/Ganymede/epplets/images/knob_normal.png -%%DATADIR%%/themes/Ganymede/epplets/images/next_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/next_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/next_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/pause_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/pause_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/pause_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/play_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/play_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/play_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/prev_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/prev_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/prev_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/repeat_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/repeat_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/repeat_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/rew_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/rew_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/rew_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/skip_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/skip_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/skip_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/stop_c.png -%%DATADIR%%/themes/Ganymede/epplets/images/stop_s.png -%%DATADIR%%/themes/Ganymede/epplets/images/stop_u.png -%%DATADIR%%/themes/Ganymede/epplets/images/vslider_normal.png -%%DATADIR%%/themes/Ganymede/iconbox/iconbox.cfg -%%DATADIR%%/themes/Ganymede/iconbox/iconbox.cfg.ja -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_down1.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_down2.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_down3.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_left1.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_left2.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_left3.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_right1.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_right2.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_right3.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_up1.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_up2.png -%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_up3.png -%%DATADIR%%/themes/Ganymede/iconbox/images/back.png -%%DATADIR%%/themes/Ganymede/iconbox/images/cover.png -%%DATADIR%%/themes/Ganymede/iconbox/images/knob_clicked.png -%%DATADIR%%/themes/Ganymede/iconbox/images/knob_normal.png -%%DATADIR%%/themes/Ganymede/iconbox/images/scrollbar_horiz.png -%%DATADIR%%/themes/Ganymede/iconbox/images/scrollbar_vert.png -%%DATADIR%%/themes/Ganymede/imageclasses.cfg -%%DATADIR%%/themes/Ganymede/imageclasses.cfg.ja -%%DATADIR%%/themes/Ganymede/init/images/background_left.png -%%DATADIR%%/themes/Ganymede/init/images/background_left_rot.png -%%DATADIR%%/themes/Ganymede/init/images/background_right.png -%%DATADIR%%/themes/Ganymede/init/images/empty.png -%%DATADIR%%/themes/Ganymede/init/images/ganymede.png -%%DATADIR%%/themes/Ganymede/init/images/progressbar.png -%%DATADIR%%/themes/Ganymede/init/init.cfg -%%DATADIR%%/themes/Ganymede/init/init.cfg.ja -%%DATADIR%%/themes/Ganymede/init.cfg -%%DATADIR%%/themes/Ganymede/init.cfg.ja -%%DATADIR%%/themes/Ganymede/menustyles/images/back.png -%%DATADIR%%/themes/Ganymede/menustyles/images/clicked_more.png -%%DATADIR%%/themes/Ganymede/menustyles/images/editor.png -%%DATADIR%%/themes/Ganymede/menustyles/images/ee.png -%%DATADIR%%/themes/Ganymede/menustyles/images/focus.png -%%DATADIR%%/themes/Ganymede/menustyles/images/focus.png.back -%%DATADIR%%/themes/Ganymede/menustyles/images/focused_more.png -%%DATADIR%%/themes/Ganymede/menustyles/images/gimp.png -%%DATADIR%%/themes/Ganymede/menustyles/images/mail.png -%%DATADIR%%/themes/Ganymede/menustyles/images/net.png -%%DATADIR%%/themes/Ganymede/menustyles/images/normal_more.png -%%DATADIR%%/themes/Ganymede/menustyles/images/painting.png -%%DATADIR%%/themes/Ganymede/menustyles/images/terminal.png -%%DATADIR%%/themes/Ganymede/menustyles/images/tool.png -%%DATADIR%%/themes/Ganymede/menustyles/menustyles.cfg -%%DATADIR%%/themes/Ganymede/menustyles/menustyles.cfg.ja -%%DATADIR%%/themes/Ganymede/menustyles.cfg -%%DATADIR%%/themes/Ganymede/menustyles.cfg.ja -%%DATADIR%%/themes/Ganymede/pager/images/pager_current.png -%%DATADIR%%/themes/Ganymede/pager/images/pager_current_blue.png -%%DATADIR%%/themes/Ganymede/pager/pager.cfg -%%DATADIR%%/themes/Ganymede/pager/pager.cfg.ja -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/template_button_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/template_button_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/template_button_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/template_button_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/template_button_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/template_button_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/template_button_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/template_button_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/RED/template_button_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/stick_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/stick_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/stick_s.png -%%DATADIR%%/themes/Ganymede/slideouts/images/stick_u.png -%%DATADIR%%/themes/Ganymede/slideouts/images/template_button_c.png -%%DATADIR%%/themes/Ganymede/slideouts/images/template_button_f.png -%%DATADIR%%/themes/Ganymede/slideouts/images/template_button_s.png -%%DATADIR%%/themes/Ganymede/slideouts/slideouts.cfg -%%DATADIR%%/themes/Ganymede/slideouts/slideouts.cfg.ja -%%DATADIR%%/themes/Ganymede/slideouts.cfg -%%DATADIR%%/themes/Ganymede/slideouts.cfg.ja -%%DATADIR%%/themes/Ganymede/sound/samples/conlink.wav -%%DATADIR%%/themes/Ganymede/sound/samples/missile.wav -%%DATADIR%%/themes/Ganymede/sound/samples/service.wav -%%DATADIR%%/themes/Ganymede/sound/samples/whoosh.wav -%%DATADIR%%/themes/Ganymede/sound/sound.cfg -%%DATADIR%%/themes/Ganymede/sound.cfg -%%DATADIR%%/themes/Ganymede/tooltips/images/bubble_large.png -%%DATADIR%%/themes/Ganymede/tooltips/images/bubble_small.png -%%DATADIR%%/themes/Ganymede/tooltips/tooltips.cfg -%%DATADIR%%/themes/Ganymede/tooltips.cfg -%%DATADIR%%/themes/Ganymede/ttfonts/ganymede.ttf -%%DATADIR%%/themes/Ganymede/ttfonts/ganymede_italic.ttf -%%DATADIR%%/themes/Ganymede/windowmatches.cfg -%%DATADIR%%/themes/Marble/ABOUT/MAIN -%%DATADIR%%/themes/Marble/ABOUT/benjamingothic.ttf -%%DATADIR%%/themes/Marble/ChangeLog -%%DATADIR%%/themes/Marble/TODO -%%DATADIR%%/themes/Marble/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/Marble/backgrounds/images/tolk-rivendell.jpg -%%DATADIR%%/themes/Marble/backgrounds/images/tolk-tirith.jpg -%%DATADIR%%/themes/Marble/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/Marble/borders/BORDER_ONLY/border.cfg -%%DATADIR%%/themes/Marble/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/Marble/borders/FIXED_SIZE/border.cfg -%%DATADIR%%/themes/Marble/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/Marble/borders/MENU/border.cfg -%%DATADIR%%/themes/Marble/borders/MENU_BORDER_ONLY/border.cfg -%%DATADIR%%/themes/Marble/borders/PAGER/border.cfg -%%DATADIR%%/themes/Marble/borders/SHAPED/border.cfg -%%DATADIR%%/themes/Marble/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/Marble/borders/borders.cfg -%%DATADIR%%/themes/Marble/borders/common/border.cfg -%%DATADIR%%/themes/Marble/borders/common/images/b0-.png -%%DATADIR%%/themes/Marble/borders/common/images/b0.png -%%DATADIR%%/themes/Marble/borders/common/images/b1.png -%%DATADIR%%/themes/Marble/borders/common/images/b2.png -%%DATADIR%%/themes/Marble/borders/common/images/b3.png -%%DATADIR%%/themes/Marble/borders/common/images/b4.png -%%DATADIR%%/themes/Marble/borders/common/images/b5.png -%%DATADIR%%/themes/Marble/borders/common/images/b6.png -%%DATADIR%%/themes/Marble/borders/common/images/b7.png -%%DATADIR%%/themes/Marble/borders/common/images/b8.png -%%DATADIR%%/themes/Marble/borders/common/images/black.png -%%DATADIR%%/themes/Marble/borders/common/images/t1-.png -%%DATADIR%%/themes/Marble/borders/common/images/t1-b.png -%%DATADIR%%/themes/Marble/borders/common/images/t1.png -%%DATADIR%%/themes/Marble/borders/common/images/t1b.png -%%DATADIR%%/themes/Marble/borders/common/images/t1s.png -%%DATADIR%%/themes/Marble/borders/common/images/t1sb.png -%%DATADIR%%/themes/Marble/borders/common/images/t2-.png -%%DATADIR%%/themes/Marble/borders/common/images/t2.png -%%DATADIR%%/themes/Marble/borders/common/images/t2s.png -%%DATADIR%%/themes/Marble/borders/common/images/t3.png -%%DATADIR%%/themes/Marble/borders/common/images/t3b.png -%%DATADIR%%/themes/Marble/borders/common/images/t4.png -%%DATADIR%%/themes/Marble/borders/common/images/t4b.png -%%DATADIR%%/themes/Marble/borders/common/images/t5.png -%%DATADIR%%/themes/Marble/borders/common/images/t5b.png -%%DATADIR%%/themes/Marble/borders.cfg -%%DATADIR%%/themes/Marble/colormodifiers.cfg -%%DATADIR%%/themes/Marble/common/images/bg.png -%%DATADIR%%/themes/Marble/common/images/bg.png_bak -%%DATADIR%%/themes/Marble/common/images/blank.png -%%DATADIR%%/themes/Marble/common/images/gnomepanel.png -%%DATADIR%%/themes/Marble/common/images/notebook1.png -%%DATADIR%%/themes/Marble/coords/coords.cfg -%%DATADIR%%/themes/Marble/coords/coords.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/coords/images/mb1.png -%%DATADIR%%/themes/Marble/cursors/bw_images/cursor.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/cursor.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/iconify.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/iconify.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/kill.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/kill.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/move.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/move.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_br.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_br.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_h.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_h.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_tr.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_tr.xbm.mask -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_v.xbm -%%DATADIR%%/themes/Marble/cursors/bw_images/resize_v.xbm.mask -%%DATADIR%%/themes/Marble/cursors/cursors.cfg -%%DATADIR%%/themes/Marble/cursors.cfg -%%DATADIR%%/themes/Marble/desktops.cfg -%%DATADIR%%/themes/Marble/dialogs/dialogs.cfg -%%DATADIR%%/themes/Marble/dialogs/dialogs.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/dialogs/images/bt1.png -%%DATADIR%%/themes/Marble/dialogs/images/bt2.png -%%DATADIR%%/themes/Marble/dialogs/images/p_sel.png -%%DATADIR%%/themes/Marble/dialogs/images/r0-.png -%%DATADIR%%/themes/Marble/dialogs/images/r0.png -%%DATADIR%%/themes/Marble/dialogs/images/r1-.png -%%DATADIR%%/themes/Marble/dialogs/images/r1.png -%%DATADIR%%/themes/Marble/dialogs/images/sl1.png -%%DATADIR%%/themes/Marble/dialogs/images/sl2.png -%%DATADIR%%/themes/Marble/dialogs/images/slh.png -%%DATADIR%%/themes/Marble/dialogs/images/slv.png -%%DATADIR%%/themes/Marble/dialogs/images/w0-.png -%%DATADIR%%/themes/Marble/dialogs/images/w0.png -%%DATADIR%%/themes/Marble/dialogs/images/w1-.png -%%DATADIR%%/themes/Marble/dialogs/images/w1.png -%%DATADIR%%/themes/Marble/dock/dock.cfg -%%DATADIR%%/themes/Marble/dock/images/bt1.png -%%DATADIR%%/themes/Marble/dock/images/bt2.png -%%DATADIR%%/themes/Marble/dock/images/bt3.png -%%DATADIR%%/themes/Marble/dragbar/dragbar.cfg -%%DATADIR%%/themes/Marble/dragbar/images/a1.png -%%DATADIR%%/themes/Marble/dragbar/images/a1b.png -%%DATADIR%%/themes/Marble/dragbar/images/a2.png -%%DATADIR%%/themes/Marble/dragbar/images/a2b.png -%%DATADIR%%/themes/Marble/dragbar/images/blank.png -%%DATADIR%%/themes/Marble/dragbar/images/bt1.png -%%DATADIR%%/themes/Marble/dragbar/images/bt2.png -%%DATADIR%%/themes/Marble/epplets/epplets.cfg -%%DATADIR%%/themes/Marble/epplets/epplets.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/epplets/images/ar_d1.png -%%DATADIR%%/themes/Marble/epplets/images/ar_d2.png -%%DATADIR%%/themes/Marble/epplets/images/ar_d3.png -%%DATADIR%%/themes/Marble/epplets/images/ar_l1.png -%%DATADIR%%/themes/Marble/epplets/images/ar_l2.png -%%DATADIR%%/themes/Marble/epplets/images/ar_l3.png -%%DATADIR%%/themes/Marble/epplets/images/ar_r1.png -%%DATADIR%%/themes/Marble/epplets/images/ar_r2.png -%%DATADIR%%/themes/Marble/epplets/images/ar_r3.png -%%DATADIR%%/themes/Marble/epplets/images/ar_u1.png -%%DATADIR%%/themes/Marble/epplets/images/ar_u2.png -%%DATADIR%%/themes/Marble/epplets/images/ar_u3.png -%%DATADIR%%/themes/Marble/epplets/images/b1.png -%%DATADIR%%/themes/Marble/epplets/images/b2.png -%%DATADIR%%/themes/Marble/epplets/images/b3.png -%%DATADIR%%/themes/Marble/epplets/images/bb1.png -%%DATADIR%%/themes/Marble/epplets/images/bb2.png -%%DATADIR%%/themes/Marble/epplets/images/bg_h.png -%%DATADIR%%/themes/Marble/epplets/images/bg_v.png -%%DATADIR%%/themes/Marble/epplets/images/bt1.png -%%DATADIR%%/themes/Marble/epplets/images/bt2.png -%%DATADIR%%/themes/Marble/epplets/images/bt3.png -%%DATADIR%%/themes/Marble/epplets/images/close1.png -%%DATADIR%%/themes/Marble/epplets/images/close2.png -%%DATADIR%%/themes/Marble/epplets/images/close3.png -%%DATADIR%%/themes/Marble/epplets/images/config1.png -%%DATADIR%%/themes/Marble/epplets/images/config2.png -%%DATADIR%%/themes/Marble/epplets/images/config3.png -%%DATADIR%%/themes/Marble/epplets/images/da.png -%%DATADIR%%/themes/Marble/epplets/images/dock2.png -%%DATADIR%%/themes/Marble/epplets/images/eject1.png -%%DATADIR%%/themes/Marble/epplets/images/eject2.png -%%DATADIR%%/themes/Marble/epplets/images/eject3.png -%%DATADIR%%/themes/Marble/epplets/images/ff1.png -%%DATADIR%%/themes/Marble/epplets/images/ff2.png -%%DATADIR%%/themes/Marble/epplets/images/ff3.png -%%DATADIR%%/themes/Marble/epplets/images/help1.png -%%DATADIR%%/themes/Marble/epplets/images/help2.png -%%DATADIR%%/themes/Marble/epplets/images/help3.png -%%DATADIR%%/themes/Marble/epplets/images/next1.png -%%DATADIR%%/themes/Marble/epplets/images/next2.png -%%DATADIR%%/themes/Marble/epplets/images/next3.png -%%DATADIR%%/themes/Marble/epplets/images/pause1.png -%%DATADIR%%/themes/Marble/epplets/images/pause2.png -%%DATADIR%%/themes/Marble/epplets/images/pause3.png -%%DATADIR%%/themes/Marble/epplets/images/pb_h.png -%%DATADIR%%/themes/Marble/epplets/images/pb_v.png -%%DATADIR%%/themes/Marble/epplets/images/play1.png -%%DATADIR%%/themes/Marble/epplets/images/play2.png -%%DATADIR%%/themes/Marble/epplets/images/play3.png -%%DATADIR%%/themes/Marble/epplets/images/prev1.png -%%DATADIR%%/themes/Marble/epplets/images/prev2.png -%%DATADIR%%/themes/Marble/epplets/images/prev3.png -%%DATADIR%%/themes/Marble/epplets/images/repeat1.png -%%DATADIR%%/themes/Marble/epplets/images/repeat2.png -%%DATADIR%%/themes/Marble/epplets/images/repeat3.png -%%DATADIR%%/themes/Marble/epplets/images/rw1.png -%%DATADIR%%/themes/Marble/epplets/images/rw2.png -%%DATADIR%%/themes/Marble/epplets/images/rw3.png -%%DATADIR%%/themes/Marble/epplets/images/s_h.png -%%DATADIR%%/themes/Marble/epplets/images/s_k1.png -%%DATADIR%%/themes/Marble/epplets/images/s_k2.png -%%DATADIR%%/themes/Marble/epplets/images/s_v.png -%%DATADIR%%/themes/Marble/epplets/images/skip1.png -%%DATADIR%%/themes/Marble/epplets/images/skip2.png -%%DATADIR%%/themes/Marble/epplets/images/skip3.png -%%DATADIR%%/themes/Marble/epplets/images/slh.png -%%DATADIR%%/themes/Marble/epplets/images/slv.png -%%DATADIR%%/themes/Marble/epplets/images/stop1.png -%%DATADIR%%/themes/Marble/epplets/images/stop2.png -%%DATADIR%%/themes/Marble/epplets/images/stop3.png -%%DATADIR%%/themes/Marble/eterm/eterm.cfg -%%DATADIR%%/themes/Marble/eterm/images/a_d_1.png -%%DATADIR%%/themes/Marble/eterm/images/a_d_2.png -%%DATADIR%%/themes/Marble/eterm/images/a_l_1.png -%%DATADIR%%/themes/Marble/eterm/images/a_l_2.png -%%DATADIR%%/themes/Marble/eterm/images/a_r_1.png -%%DATADIR%%/themes/Marble/eterm/images/a_r_2.png -%%DATADIR%%/themes/Marble/eterm/images/a_u_1.png -%%DATADIR%%/themes/Marble/eterm/images/a_u_2.png -%%DATADIR%%/themes/Marble/eterm/images/bg.png -%%DATADIR%%/themes/Marble/eterm/images/bt.png -%%DATADIR%%/themes/Marble/eterm/images/mb1.png -%%DATADIR%%/themes/Marble/eterm/images/mb2.png -%%DATADIR%%/themes/Marble/eterm/images/mb3.png -%%DATADIR%%/themes/Marble/eterm/images/mbg.png -%%DATADIR%%/themes/Marble/eterm/images/sb1.png -%%DATADIR%%/themes/Marble/eterm/images/tr.png -%%DATADIR%%/themes/Marble/focuslist/focuslist.cfg -%%DATADIR%%/themes/Marble/focuslist/focuslist.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/focuslist/images/mb1.png -%%DATADIR%%/themes/Marble/focuslist/images/mb2.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/bg_bordered.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/bg_chart.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/bg_spacer.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/chart_grid.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/frame_horizontal.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/frame_side.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble/gkrellmrc -%%DATADIR%%/themes/Marble/gkrellm/Marble/krell_meter.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/krell_meter_mem.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/net_leds.png -%%DATADIR%%/themes/Marble/gkrellm/Marble/ppp_button.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/bg_bordered.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/bg_chart.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/bg_spacer.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/chart_grid.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/frame_horizontal.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/frame_side.xpm -%%DATADIR%%/themes/Marble/gkrellm/Marble2/gkrellmrc -%%DATADIR%%/themes/Marble/gkrellm/Marble2/krell_meter.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/krell_meter_mem.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/net_leds.png -%%DATADIR%%/themes/Marble/gkrellm/Marble2/ppp_button.png -%%DATADIR%%/themes/Marble/gkrellm/README -%%DATADIR%%/themes/Marble/iconbox/iconbox.cfg -%%DATADIR%%/themes/Marble/iconbox/iconbox.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/iconbox/images/ar_d1.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_d2.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_l1.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_l2.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_r1.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_r2.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_u1.png -%%DATADIR%%/themes/Marble/iconbox/images/ar_u2.png -%%DATADIR%%/themes/Marble/iconbox/images/bt1.png -%%DATADIR%%/themes/Marble/iconbox/images/ib_cover_h.png -%%DATADIR%%/themes/Marble/iconbox/images/ib_cover_v.png -%%DATADIR%%/themes/Marble/iconbox/images/ib_h.png -%%DATADIR%%/themes/Marble/iconbox/images/ib_v.png -%%DATADIR%%/themes/Marble/iconbox/images/mb1.png -%%DATADIR%%/themes/Marble/iconbox/images/sl1.png -%%DATADIR%%/themes/Marble/iconbox/images/sl2.png -%%DATADIR%%/themes/Marble/iconbox/images/slh.png -%%DATADIR%%/themes/Marble/iconbox/images/slv.png -%%DATADIR%%/themes/Marble/imageclasses.cfg -%%DATADIR%%/themes/Marble/imageclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/init/images/bg2.png -%%DATADIR%%/themes/Marble/init/images/bgo.png -%%DATADIR%%/themes/Marble/init/images/bt1.png -%%DATADIR%%/themes/Marble/init/images/mb1.png -%%DATADIR%%/themes/Marble/init/images/pb.png -%%DATADIR%%/themes/Marble/init/init.cfg -%%DATADIR%%/themes/Marble/init/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/init.cfg -%%DATADIR%%/themes/Marble/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/menustyles/images/mb1.png -%%DATADIR%%/themes/Marble/menustyles/images/mb2.png -%%DATADIR%%/themes/Marble/menustyles/images/mb3.png -%%DATADIR%%/themes/Marble/menustyles/menustyles.cfg -%%DATADIR%%/themes/Marble/menustyles/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/menustyles.cfg -%%DATADIR%%/themes/Marble/menustyles.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/pager/images/bt1.png -%%DATADIR%%/themes/Marble/pager/images/bt2.png -%%DATADIR%%/themes/Marble/pager/images/mb1.png -%%DATADIR%%/themes/Marble/pager/images/p_sel.png -%%DATADIR%%/themes/Marble/pager/pager.cfg -%%DATADIR%%/themes/Marble/pager/pager.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/slideouts.cfg -%%DATADIR%%/themes/Marble/sound/samples/pop2.wav -%%DATADIR%%/themes/Marble/sound/samples/pop5.wav -%%DATADIR%%/themes/Marble/sound/samples/splat.wav -%%DATADIR%%/themes/Marble/sound/samples/stretch.wav -%%DATADIR%%/themes/Marble/sound/samples/zap.wav -%%DATADIR%%/themes/Marble/sound/samples/zing.wav -%%DATADIR%%/themes/Marble/sound/samples/zipperup.wav -%%DATADIR%%/themes/Marble/sound/sound.cfg -%%DATADIR%%/themes/Marble/sound.cfg -%%DATADIR%%/themes/Marble/tooltips/images/cloud1.png -%%DATADIR%%/themes/Marble/tooltips/images/cloud2.png -%%DATADIR%%/themes/Marble/tooltips/images/cloud_logo.png -%%DATADIR%%/themes/Marble/tooltips/tooltips.cfg -%%DATADIR%%/themes/Marble/tooltips/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/tooltips.cfg -%%DATADIR%%/themes/Marble/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/Marble/ttfonts/runeng1.ttf -%%DATADIR%%/themes/Marble/ttfonts/runeng2.ttf -%%DATADIR%%/themes/Marble/windowmatches.cfg -%%DATADIR%%/themes/ShinyMetal/ABOUT/Edoc_bg.png -%%DATADIR%%/themes/ShinyMetal/ABOUT/MAIN -%%DATADIR%%/themes/ShinyMetal/ABOUT/aircut3.ttf -%%DATADIR%%/themes/ShinyMetal/README -%%DATADIR%%/themes/ShinyMetal/backgrounds/backgrounds.cfg -%%DATADIR%%/themes/ShinyMetal/borders/BORDERLESS/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/BOTTOM/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/DEFAULT/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/FIXEDSIZE/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/ICONBOX/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/MENU_BORDER/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/PAGER/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/SHAPED/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/SIDE/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/TRANSIENT/border.cfg -%%DATADIR%%/themes/ShinyMetal/borders/borders.cfg -%%DATADIR%%/themes/ShinyMetal/borders/images.cfg -%%DATADIR%%/themes/ShinyMetal/borders/slideouts.cfg -%%DATADIR%%/themes/ShinyMetal/borders.cfg -%%DATADIR%%/themes/ShinyMetal/coords/coord.cfg.pl -%%DATADIR%%/themes/ShinyMetal/coords/coords.cfg -%%DATADIR%%/themes/ShinyMetal/coords/coords.cfg.ja -%%DATADIR%%/themes/ShinyMetal/coords/coords.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/cursors/cursors.cfg -%%DATADIR%%/themes/ShinyMetal/cursors/images/cursor.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/cursor.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/iconify.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/iconify.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/kill.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/kill.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/move.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/move.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_br.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_br.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_h.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_h.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_tr.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_tr.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_v.xbm -%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_v.xbm.mask -%%DATADIR%%/themes/ShinyMetal/cursors.cfg -%%DATADIR%%/themes/ShinyMetal/desktops.cfg -%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg -%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg.ja -%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg.pl -%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/dialogs/images/bg.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/bt1.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/bt2.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/button1.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/button2.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/button3.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/indent.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/r1-.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/r1.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/rule.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/sl1.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/sl2.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/slh.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/slv.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/w0-.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/w0.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/w1-.png -%%DATADIR%%/themes/ShinyMetal/dialogs/images/w1.png -%%DATADIR%%/themes/ShinyMetal/dock/dock.cfg -%%DATADIR%%/themes/ShinyMetal/dragbar/dragbar.cfg -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_lower_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_lower_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_lower_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_0.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_normal.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_vert_clicked.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_vert_hilited.png -%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_vert_normal.png -%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg -%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg.ja -%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg.pl -%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_d1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_d2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_d3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_l1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_l2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_l3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_r1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_r2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_r3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_u1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_u2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_u3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/b1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/b2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/b3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bb1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bb2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bg_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bg_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/close1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/close2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/close3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/config1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/config2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/config3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/da.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/eject1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/eject2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/eject3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ff1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ff2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ff3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/help1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/help2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/help3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/next1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/next2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/next3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pause1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pause2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pause3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pb_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pb_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/play1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/play2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/play3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/prev1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/prev2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/prev3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/repeat1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/repeat2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/repeat3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/rw1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/rw2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/rw3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_k1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_k2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/skip1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/skip2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/skip3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/stop1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/stop2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/stop3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_d1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_d2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_d3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_l1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_l2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_l3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_r1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_r2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_r3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_u1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_u2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_u3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/b1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/b2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/b3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/bb1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/bb2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/bg_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/bg_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/close1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/close2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/close3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/config1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/config2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/config3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/da.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/eject1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/eject2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/eject3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ff1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ff2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/ff3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/help1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/help2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/help3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/next1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/next2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/next3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pause1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pause2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pause3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pb_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/pb_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/play1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/play2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/play3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/prev1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/prev2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/prev3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/repeat1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/repeat2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/repeat3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/rw1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/rw2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/rw3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/s_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/s_k1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/s_k2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/s_v.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/skip1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/skip2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/skip3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/stop1.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/stop2.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/stop3.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/tmp/bg_h.png -%%DATADIR%%/themes/ShinyMetal/epplets/images/tmp/bg_v.png -%%DATADIR%%/themes/ShinyMetal/eterm/eterm.cfg -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_d_1.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_d_2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_l_1.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_l_2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_r_1.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_r_2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_u_1.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/a_u_2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/bg.jpg -%%DATADIR%%/themes/ShinyMetal/eterm/images/bt.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/mb2.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/mb3.png -%%DATADIR%%/themes/ShinyMetal/eterm/images/sb1.png -%%DATADIR%%/themes/ShinyMetal/focuslist/focuslist.cfg -%%DATADIR%%/themes/ShinyMetal/focuslist/focuslist.cfg.ja -%%DATADIR%%/themes/ShinyMetal/focuslist/focuslist.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/iconbox/iconbox.cfg -%%DATADIR%%/themes/ShinyMetal/iconbox/iconbox.cfg.ja -%%DATADIR%%/themes/ShinyMetal/iconbox/iconbox.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg -%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg.ja -%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg.pl -%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_horizontal_1.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_horizontal_2.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_horizontal_3.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_vertical_1.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_vertical_2.png -%%DATADIR%%/themes/ShinyMetal/images/bar_amber_vertical_3.png -%%DATADIR%%/themes/ShinyMetal/images/bar_horizontal_1.png -%%DATADIR%%/themes/ShinyMetal/images/bar_horizontal_2.png -%%DATADIR%%/themes/ShinyMetal/images/bar_horizontal_3.png -%%DATADIR%%/themes/ShinyMetal/images/bar_vertical_1.png -%%DATADIR%%/themes/ShinyMetal/images/bar_vertical_2.png -%%DATADIR%%/themes/ShinyMetal/images/bar_vertical_3.png -%%DATADIR%%/themes/ShinyMetal/images/black.png -%%DATADIR%%/themes/ShinyMetal/images/blank.png -%%DATADIR%%/themes/ShinyMetal/images/button_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_down_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_down_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_down_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_left_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_left_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_left_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_right_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_right_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_right_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_up_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_up_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_arrow_up_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_iconify_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_iconify_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_iconify_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_kill_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_kill_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_kill_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_horizontal_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_horizontal_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_horizontal_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_vertical_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_vertical_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_maximise_vertical_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_slideout_right_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_slideout_right_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_slideout_right_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_stick_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_stick_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_stick_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_swirl_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_swirl_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_swirl_3.png -%%DATADIR%%/themes/ShinyMetal/images/button_up_bar_1.png -%%DATADIR%%/themes/ShinyMetal/images/button_up_bar_2.png -%%DATADIR%%/themes/ShinyMetal/images/button_up_bar_3.png -%%DATADIR%%/themes/ShinyMetal/images/dock1.png -%%DATADIR%%/themes/ShinyMetal/images/dock2.png -%%DATADIR%%/themes/ShinyMetal/images/dock3.png -%%DATADIR%%/themes/ShinyMetal/images/icon.png -%%DATADIR%%/themes/ShinyMetal/init/images/progress_bar.png -%%DATADIR%%/themes/ShinyMetal/init/images/progress_bar_number.png -%%DATADIR%%/themes/ShinyMetal/init/images/progress_bar_text.png -%%DATADIR%%/themes/ShinyMetal/init/images/startup_background.jpg -%%DATADIR%%/themes/ShinyMetal/init/images/startup_logo.png -%%DATADIR%%/themes/ShinyMetal/init/init.cfg -%%DATADIR%%/themes/ShinyMetal/init/init.cfg.ja -%%DATADIR%%/themes/ShinyMetal/init/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/init.cfg -%%DATADIR%%/themes/ShinyMetal/init.cfg.ja -%%DATADIR%%/themes/ShinyMetal/init.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/menustyles/images/menu1.png -%%DATADIR%%/themes/ShinyMetal/menustyles/images/menu2.png -%%DATADIR%%/themes/ShinyMetal/menustyles/images/menu3.png -%%DATADIR%%/themes/ShinyMetal/menustyles/menustyles.cfg -%%DATADIR%%/themes/ShinyMetal/menustyles.cfg -%%DATADIR%%/themes/ShinyMetal/pager/images/p_sel.png -%%DATADIR%%/themes/ShinyMetal/pager/pager.cfg -%%DATADIR%%/themes/ShinyMetal/pager/pager.cfg.ja -%%DATADIR%%/themes/ShinyMetal/pager/pager.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/slideouts.cfg -%%DATADIR%%/themes/ShinyMetal/sound/samples/Beep.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Boing.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Boom.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Bubbles.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Bweep.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Doink.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/DoorClose.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Eeeooop.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/FingerSnap.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Machine.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/MechFootstep.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Shutdown.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Troll_Grumble.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/Wooeep.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/beethoven.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/boingiggig.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/drip.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/estart.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/rubberband.wav -%%DATADIR%%/themes/ShinyMetal/sound/samples/tink.wav -%%DATADIR%%/themes/ShinyMetal/sound/sound.cfg -%%DATADIR%%/themes/ShinyMetal/sound.cfg -%%DATADIR%%/themes/ShinyMetal/textclasses.cfg -%%DATADIR%%/themes/ShinyMetal/textclasses.cfg.ja -%%DATADIR%%/themes/ShinyMetal/textclasses.cfg.pl -%%DATADIR%%/themes/ShinyMetal/textclasses.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/tooltips/images/ttip_cloud_big.png -%%DATADIR%%/themes/ShinyMetal/tooltips/images/ttip_cloud_small.png -%%DATADIR%%/themes/ShinyMetal/tooltips/images/ttip_help.png -%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg -%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg.ja -%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg.pl -%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/tooltips.cfg -%%DATADIR%%/themes/ShinyMetal/tooltips.cfg.ja -%%DATADIR%%/themes/ShinyMetal/tooltips.cfg.pl -%%DATADIR%%/themes/ShinyMetal/tooltips.cfg.zh_TW.Big5 -%%DATADIR%%/themes/ShinyMetal/ttfonts/rothwell.ttf -%%DATADIR%%/themes/ShinyMetal/ttfonts/zirkle.ttf -%%DATADIR%%/themes/ShinyMetal/windowmatches.cfg +%%DATADIR%%/themes/winter/ABOUT/MAIN +%%DATADIR%%/themes/winter/ABOUT/MAIN.ko +%%DATADIR%%/themes/winter/ABOUT/bg.png +%%DATADIR%%/themes/winter/ABOUT/vixar.ttf +%%DATADIR%%/themes/winter/README +%%DATADIR%%/themes/winter/README.ko +%%DATADIR%%/themes/winter/backgrounds/backgrounds.cfg +%%DATADIR%%/themes/winter/backgrounds/images/startup-bg.png +%%DATADIR%%/themes/winter/backgrounds/images/winter_logo.png +%%DATADIR%%/themes/winter/backgrounds/images/winter_ui.png +%%DATADIR%%/themes/winter/backgrounds/images/winter_ui_blue.png +%%DATADIR%%/themes/winter/backgrounds/images/winter_ui_green.png +%%DATADIR%%/themes/winter/borders/BORDERLESS/border.cfg +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/border.cfg +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/bl.png +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/br.png +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/horiz.png +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/tl.png +%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/tr.png +%%DATADIR%%/themes/winter/borders/DEFAULT/border.cfg +%%DATADIR%%/themes/winter/borders/DIALOG/border.cfg +%%DATADIR%%/themes/winter/borders/DIALOG/border.cfg~ +%%DATADIR%%/themes/winter/borders/FIXED_SIZE/border.cfg +%%DATADIR%%/themes/winter/borders/ICONBOX/border.cfg +%%DATADIR%%/themes/winter/borders/MENU/border.cfg +%%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY/border.cfg +%%DATADIR%%/themes/winter/borders/PAGER/border.cfg +%%DATADIR%%/themes/winter/borders/PAGER/images/pb1.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb2.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb3.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb4.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb5.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb6.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb8.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb9l.png +%%DATADIR%%/themes/winter/borders/PAGER/images/pb9r.png +%%DATADIR%%/themes/winter/borders/PAGER_SHADE_RIGHT/border.cfg +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/border.cfg +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb1.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb2.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb3.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb4.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb5.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb6.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb8.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb9l.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb9r.png +%%DATADIR%%/themes/winter/borders/RIGHT_PAGER_SHADE_LEFT/border.cfg +%%DATADIR%%/themes/winter/borders/SHAPED/border.cfg +%%DATADIR%%/themes/winter/borders/TRANSIENT/border.cfg +%%DATADIR%%/themes/winter/borders/borders.cfg +%%DATADIR%%/themes/winter/borders/borders.cfg.ko +%%DATADIR%%/themes/winter/borders/common/Winter.Changelog +%%DATADIR%%/themes/winter/borders/common/border.cfg +%%DATADIR%%/themes/winter/borders/common/border.cfg.ko +%%DATADIR%%/themes/winter/borders/common/images/border-bl-blue.png +%%DATADIR%%/themes/winter/borders/common/images/border-bl.png +%%DATADIR%%/themes/winter/borders/common/images/border-bottom-blue_alternative.png +%%DATADIR%%/themes/winter/borders/common/images/border-bottom.png +%%DATADIR%%/themes/winter/borders/common/images/border-bottom_alternative.png +%%DATADIR%%/themes/winter/borders/common/images/border-br-blue.png +%%DATADIR%%/themes/winter/borders/common/images/border-br.png +%%DATADIR%%/themes/winter/borders/common/images/border-button.png +%%DATADIR%%/themes/winter/borders/common/images/border-close1.png +%%DATADIR%%/themes/winter/borders/common/images/border-close1_hilited.png +%%DATADIR%%/themes/winter/borders/common/images/border-close2.png +%%DATADIR%%/themes/winter/borders/common/images/border-dot1.png +%%DATADIR%%/themes/winter/borders/common/images/border-dot2.png +%%DATADIR%%/themes/winter/borders/common/images/border-iconify1.png +%%DATADIR%%/themes/winter/borders/common/images/border-iconify1_hilited.png +%%DATADIR%%/themes/winter/borders/common/images/border-iconify2.png +%%DATADIR%%/themes/winter/borders/common/images/border-lr.png +%%DATADIR%%/themes/winter/borders/common/images/border-max1.png +%%DATADIR%%/themes/winter/borders/common/images/border-max1_hilited.png +%%DATADIR%%/themes/winter/borders/common/images/border-max2.png +%%DATADIR%%/themes/winter/borders/common/images/border-minus.png +%%DATADIR%%/themes/winter/borders/common/images/border-minus2.png +%%DATADIR%%/themes/winter/borders/common/images/border-plus1.png +%%DATADIR%%/themes/winter/borders/common/images/border-plus2.png +%%DATADIR%%/themes/winter/borders/common/images/border-top-blue.png +%%DATADIR%%/themes/winter/borders/common/images/border-top-blue_alternative.png +%%DATADIR%%/themes/winter/borders/common/images/border-top-blue_text.png +%%DATADIR%%/themes/winter/borders/common/images/border-top.png +%%DATADIR%%/themes/winter/borders/common/images/border-top_alternative.png +%%DATADIR%%/themes/winter/borders/common/images/border-top_iconbox.png +%%DATADIR%%/themes/winter/borders/common/images/border-top_iconbox_blue.png +%%DATADIR%%/themes/winter/borders/common/images/border-top_text.png +%%DATADIR%%/themes/winter/borders/common/images/border-topmiddle.png +%%DATADIR%%/themes/winter/borders/common/images/ic_border-l.png +%%DATADIR%%/themes/winter/borders/common/images/ic_border-r.png +%%DATADIR%%/themes/winter/borders/common/images/menu-border-bottom.png +%%DATADIR%%/themes/winter/borders/common/images/menu-border-top.png +%%DATADIR%%/themes/winter/borders.cfg +%%DATADIR%%/themes/winter/borders.cfg.ko +%%DATADIR%%/themes/winter/buttons/buttons.cfg +%%DATADIR%%/themes/winter/buttons.cfg +%%DATADIR%%/themes/winter/buttons.cfg.ko +%%DATADIR%%/themes/winter/colormodifiers.cfg +%%DATADIR%%/themes/winter/common/images/blank.png +%%DATADIR%%/themes/winter/common/images/blue_bar.png +%%DATADIR%%/themes/winter/common/images/light_brushed.png +%%DATADIR%%/themes/winter/coords/coords.cfg +%%DATADIR%%/themes/winter/coords/coords.cfg.ko +%%DATADIR%%/themes/winter/cursors/cursors.cfg +%%DATADIR%%/themes/winter/cursors.cfg +%%DATADIR%%/themes/winter/desktops.cfg +%%DATADIR%%/themes/winter/dialogs/dialogs.cfg +%%DATADIR%%/themes/winter/dialogs/dialogs.cfg.ko +%%DATADIR%%/themes/winter/dialogs/images/arrow-down.png +%%DATADIR%%/themes/winter/dialogs/images/arrow-left.png +%%DATADIR%%/themes/winter/dialogs/images/arrow-right.png +%%DATADIR%%/themes/winter/dialogs/images/arrow-up.png +%%DATADIR%%/themes/winter/dialogs/images/bg.png +%%DATADIR%%/themes/winter/dialogs/images/button-clicked.png +%%DATADIR%%/themes/winter/dialogs/images/button-over.png +%%DATADIR%%/themes/winter/dialogs/images/button-up.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/checkbox_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/indent.png +%%DATADIR%%/themes/winter/dialogs/images/ondent.png +%%DATADIR%%/themes/winter/dialogs/images/radio-on.png +%%DATADIR%%/themes/winter/dialogs/images/radio-on_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/radio-on_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/radio.png +%%DATADIR%%/themes/winter/dialogs/images/radio_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/radio_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-bar-vert.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-down.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-left.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-right.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-trough-horiz.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-trough-vert.png +%%DATADIR%%/themes/winter/dialogs/images/scroll-up.png +%%DATADIR%%/themes/winter/dialogs/images/scrollbar-horiz-deco.png +%%DATADIR%%/themes/winter/dialogs/images/scrollbar-horiz.png +%%DATADIR%%/themes/winter/dialogs/images/scrollbar-vert-deco.png +%%DATADIR%%/themes/winter/dialogs/images/separator.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_on.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_clicked.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_hilited.png +%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_on.png +%%DATADIR%%/themes/winter/dialogs/images/slider-trough-h.png +%%DATADIR%%/themes/winter/dialogs/images/slider-trough-v.png +%%DATADIR%%/themes/winter/dialogs/images/slider-trough.png +%%DATADIR%%/themes/winter/dialogs/images/trough.png +%%DATADIR%%/themes/winter/dialogs/images/window-base.png +%%DATADIR%%/themes/winter/dock/dock.cfg +%%DATADIR%%/themes/winter/dragbar/dragbar.cfg +%%DATADIR%%/themes/winter/dragbar/images/a1.png +%%DATADIR%%/themes/winter/dragbar/images/a1b.png +%%DATADIR%%/themes/winter/dragbar/images/a2.png +%%DATADIR%%/themes/winter/dragbar/images/a2b.png +%%DATADIR%%/themes/winter/dragbar/images/dragbar_horiz.png +%%DATADIR%%/themes/winter/dragbar/images/dragbar_vert.png +%%DATADIR%%/themes/winter/epplets/epplets.cfg +%%DATADIR%%/themes/winter/epplets/epplets.cfg.ko +%%DATADIR%%/themes/winter/epplets/images/ar_d1.png +%%DATADIR%%/themes/winter/epplets/images/ar_d2.png +%%DATADIR%%/themes/winter/epplets/images/ar_d3.png +%%DATADIR%%/themes/winter/epplets/images/ar_l1.png +%%DATADIR%%/themes/winter/epplets/images/ar_l2.png +%%DATADIR%%/themes/winter/epplets/images/ar_l3.png +%%DATADIR%%/themes/winter/epplets/images/ar_r1.png +%%DATADIR%%/themes/winter/epplets/images/ar_r2.png +%%DATADIR%%/themes/winter/epplets/images/ar_r3.png +%%DATADIR%%/themes/winter/epplets/images/ar_u1.png +%%DATADIR%%/themes/winter/epplets/images/ar_u2.png +%%DATADIR%%/themes/winter/epplets/images/ar_u3.png +%%DATADIR%%/themes/winter/epplets/images/b1.png +%%DATADIR%%/themes/winter/epplets/images/b2.png +%%DATADIR%%/themes/winter/epplets/images/b3.png +%%DATADIR%%/themes/winter/epplets/images/bb1.png +%%DATADIR%%/themes/winter/epplets/images/bb2.png +%%DATADIR%%/themes/winter/epplets/images/bg.png +%%DATADIR%%/themes/winter/epplets/images/bg_v.png +%%DATADIR%%/themes/winter/epplets/images/blank1.png +%%DATADIR%%/themes/winter/epplets/images/blank2.png +%%DATADIR%%/themes/winter/epplets/images/blank3.png +%%DATADIR%%/themes/winter/epplets/images/close1.png +%%DATADIR%%/themes/winter/epplets/images/close2.png +%%DATADIR%%/themes/winter/epplets/images/close3.png +%%DATADIR%%/themes/winter/epplets/images/config1.png +%%DATADIR%%/themes/winter/epplets/images/config2.png +%%DATADIR%%/themes/winter/epplets/images/config3.png +%%DATADIR%%/themes/winter/epplets/images/da.png +%%DATADIR%%/themes/winter/epplets/images/eject1.png +%%DATADIR%%/themes/winter/epplets/images/eject2.png +%%DATADIR%%/themes/winter/epplets/images/eject3.png +%%DATADIR%%/themes/winter/epplets/images/ff1.png +%%DATADIR%%/themes/winter/epplets/images/ff2.png +%%DATADIR%%/themes/winter/epplets/images/ff3.png +%%DATADIR%%/themes/winter/epplets/images/help1.png +%%DATADIR%%/themes/winter/epplets/images/help2.png +%%DATADIR%%/themes/winter/epplets/images/help3.png +%%DATADIR%%/themes/winter/epplets/images/next1.png +%%DATADIR%%/themes/winter/epplets/images/next2.png +%%DATADIR%%/themes/winter/epplets/images/next3.png +%%DATADIR%%/themes/winter/epplets/images/pause1.png +%%DATADIR%%/themes/winter/epplets/images/pause2.png +%%DATADIR%%/themes/winter/epplets/images/pause3.png +%%DATADIR%%/themes/winter/epplets/images/pb_h.png +%%DATADIR%%/themes/winter/epplets/images/pb_v.png +%%DATADIR%%/themes/winter/epplets/images/play1.png +%%DATADIR%%/themes/winter/epplets/images/play2.png +%%DATADIR%%/themes/winter/epplets/images/play3.png +%%DATADIR%%/themes/winter/epplets/images/prev1.png +%%DATADIR%%/themes/winter/epplets/images/prev2.png +%%DATADIR%%/themes/winter/epplets/images/prev3.png +%%DATADIR%%/themes/winter/epplets/images/repeat1.png +%%DATADIR%%/themes/winter/epplets/images/repeat2.png +%%DATADIR%%/themes/winter/epplets/images/repeat3.png +%%DATADIR%%/themes/winter/epplets/images/rw1.png +%%DATADIR%%/themes/winter/epplets/images/rw2.png +%%DATADIR%%/themes/winter/epplets/images/rw3.png +%%DATADIR%%/themes/winter/epplets/images/s_h.png +%%DATADIR%%/themes/winter/epplets/images/s_k1.png +%%DATADIR%%/themes/winter/epplets/images/s_k2.png +%%DATADIR%%/themes/winter/epplets/images/s_k3.png +%%DATADIR%%/themes/winter/epplets/images/s_v.png +%%DATADIR%%/themes/winter/epplets/images/skip1.png +%%DATADIR%%/themes/winter/epplets/images/skip2.png +%%DATADIR%%/themes/winter/epplets/images/skip3.png +%%DATADIR%%/themes/winter/epplets/images/stop1.png +%%DATADIR%%/themes/winter/epplets/images/stop2.png +%%DATADIR%%/themes/winter/epplets/images/stop3.png +%%DATADIR%%/themes/winter/eterm/eterm.cfg +%%DATADIR%%/themes/winter/eterm/images/a_d_1.png +%%DATADIR%%/themes/winter/eterm/images/a_d_2.png +%%DATADIR%%/themes/winter/eterm/images/a_l_1.png +%%DATADIR%%/themes/winter/eterm/images/a_l_2.png +%%DATADIR%%/themes/winter/eterm/images/a_r_1.png +%%DATADIR%%/themes/winter/eterm/images/a_r_2.png +%%DATADIR%%/themes/winter/eterm/images/a_u_1.png +%%DATADIR%%/themes/winter/eterm/images/a_u_2.png +%%DATADIR%%/themes/winter/eterm/images/bg.jpg +%%DATADIR%%/themes/winter/eterm/images/bt.png +%%DATADIR%%/themes/winter/eterm/images/mb2.png +%%DATADIR%%/themes/winter/eterm/images/mb3.png +%%DATADIR%%/themes/winter/eterm/images/sb1.png +%%DATADIR%%/themes/winter/eterm/images/sb2.png +%%DATADIR%%/themes/winter/eterm/images/t.png +%%DATADIR%%/themes/winter/focuslist/focuslist.cfg +%%DATADIR%%/themes/winter/focuslist/focuslist.cfg.ko +%%DATADIR%%/themes/winter/focuslist/images/hbar.png +%%DATADIR%%/themes/winter/focuslist/images/hbar2.png +%%DATADIR%%/themes/winter/iconbox/iconbox.cfg +%%DATADIR%%/themes/winter/iconbox/iconbox.cfg.ko +%%DATADIR%%/themes/winter/iconbox/images/base_.png +%%DATADIR%%/themes/winter/iconbox/images/bg.png +%%DATADIR%%/themes/winter/iconbox/images/blank.png +%%DATADIR%%/themes/winter/iconbox/images/button-h.png +%%DATADIR%%/themes/winter/iconbox/images/cover.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-base_h.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-base_v.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-knob.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-knob_active.png +%%DATADIR%%/themes/winter/iconbox/images/scroll-knob_clicked.png +%%DATADIR%%/themes/winter/iconbox/images/unused.png +%%DATADIR%%/themes/winter/imageclasses.cfg +%%DATADIR%%/themes/winter/imageclasses.cfg.ko +%%DATADIR%%/themes/winter/init/images/btn3.png +%%DATADIR%%/themes/winter/init/images/progress_bar.png +%%DATADIR%%/themes/winter/init/images/text_bg.png +%%DATADIR%%/themes/winter/init/init.cfg +%%DATADIR%%/themes/winter/init/init.cfg.ko +%%DATADIR%%/themes/winter/init.cfg +%%DATADIR%%/themes/winter/init.cfg.ko +%%DATADIR%%/themes/winter/menustyles/images/menu-arrow-sel.png +%%DATADIR%%/themes/winter/menustyles/images/menu-arrow.png +%%DATADIR%%/themes/winter/menustyles/images/menu-sel.png +%%DATADIR%%/themes/winter/menustyles/menustyles.cfg +%%DATADIR%%/themes/winter/menustyles/menustyles.cfg.ko +%%DATADIR%%/themes/winter/menustyles.cfg +%%DATADIR%%/themes/winter/menustyles.cfg.ko +%%DATADIR%%/themes/winter/pager/images/p_bg.png +%%DATADIR%%/themes/winter/pager/images/p_sel.png +%%DATADIR%%/themes/winter/pager/images/p_win.png +%%DATADIR%%/themes/winter/pager/pager.cfg +%%DATADIR%%/themes/winter/pager/pager.cfg.ko +%%DATADIR%%/themes/winter/slideouts/slideouts.cfg +%%DATADIR%%/themes/winter/slideouts.cfg +%%DATADIR%%/themes/winter/sound/sound.cfg +%%DATADIR%%/themes/winter/sound.cfg +%%DATADIR%%/themes/winter/tooltips/images/clear.png +%%DATADIR%%/themes/winter/tooltips/images/tooltipbg.png +%%DATADIR%%/themes/winter/tooltips/tooltips.cfg +%%DATADIR%%/themes/winter/tooltips/tooltips.cfg.ko +%%DATADIR%%/themes/winter/tooltips.cfg +%%DATADIR%%/themes/winter/tooltips.cfg.ko +%%DATADIR%%/themes/winter/ttfonts/COPYRIGHT.Vera +%%DATADIR%%/themes/winter/ttfonts/LICENSE.Vera +%%DATADIR%%/themes/winter/ttfonts/Vera.ttf +%%DATADIR%%/themes/winter/ttfonts/VeraBd.ttf +%%DATADIR%%/themes/winter/windowmatches.cfg +share/locale/da/LC_MESSAGES/enlightenment.mo share/locale/de/LC_MESSAGES/enlightenment.mo -share/locale/dk/LC_MESSAGES/enlightenment.mo share/locale/en_US/LC_MESSAGES/enlightenment.mo share/locale/es/LC_MESSAGES/enlightenment.mo share/locale/fr/LC_MESSAGES/enlightenment.mo @@ -2630,322 +421,76 @@ share/locale/pt_BR/LC_MESSAGES/enlightenment.mo share/locale/ru/LC_MESSAGES/enlightenment.mo share/locale/sv/LC_MESSAGES/enlightenment.mo share/locale/tr/LC_MESSAGES/enlightenment.mo -@dirrm %%DATADIR%%/themes/ShinyMetal/ttfonts -@dirrm %%DATADIR%%/themes/ShinyMetal/tooltips/images -@dirrm %%DATADIR%%/themes/ShinyMetal/tooltips -@dirrm %%DATADIR%%/themes/ShinyMetal/sound/samples -@dirrm %%DATADIR%%/themes/ShinyMetal/sound -@dirrm %%DATADIR%%/themes/ShinyMetal/slideouts -@dirrm %%DATADIR%%/themes/ShinyMetal/pager/images -@dirrm %%DATADIR%%/themes/ShinyMetal/pager -@dirrm %%DATADIR%%/themes/ShinyMetal/menustyles/images -@dirrm %%DATADIR%%/themes/ShinyMetal/menustyles -@dirrm %%DATADIR%%/themes/ShinyMetal/init/images -@dirrm %%DATADIR%%/themes/ShinyMetal/init -@dirrm %%DATADIR%%/themes/ShinyMetal/images -@dirrm %%DATADIR%%/themes/ShinyMetal/iconbox -@dirrm %%DATADIR%%/themes/ShinyMetal/focuslist -@dirrm %%DATADIR%%/themes/ShinyMetal/eterm/images -@dirrm %%DATADIR%%/themes/ShinyMetal/eterm -@dirrm %%DATADIR%%/themes/ShinyMetal/epplets/images/tmp -@dirrm %%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics -@dirrm %%DATADIR%%/themes/ShinyMetal/epplets/images -@dirrm %%DATADIR%%/themes/ShinyMetal/epplets -@dirrm %%DATADIR%%/themes/ShinyMetal/dragbar/images -@dirrm %%DATADIR%%/themes/ShinyMetal/dragbar -@dirrm %%DATADIR%%/themes/ShinyMetal/dock -@dirrm %%DATADIR%%/themes/ShinyMetal/dialogs/images -@dirrm %%DATADIR%%/themes/ShinyMetal/dialogs -@dirrm %%DATADIR%%/themes/ShinyMetal/cursors/images -@dirrm %%DATADIR%%/themes/ShinyMetal/cursors -@dirrm %%DATADIR%%/themes/ShinyMetal/coords -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/images -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/SIDE -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/SHAPED -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/PAGER -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/MENU_BORDER -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/ICONBOX -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/FIXEDSIZE -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/DEFAULT -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/BOTTOM -@dirrm %%DATADIR%%/themes/ShinyMetal/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/ShinyMetal/borders -@dirrm %%DATADIR%%/themes/ShinyMetal/backgrounds -@dirrm %%DATADIR%%/themes/ShinyMetal/ABOUT -@dirrm %%DATADIR%%/themes/ShinyMetal -@dirrm %%DATADIR%%/themes/Marble/ttfonts -@dirrm %%DATADIR%%/themes/Marble/tooltips/images -@dirrm %%DATADIR%%/themes/Marble/tooltips -@dirrm %%DATADIR%%/themes/Marble/sound/samples -@dirrm %%DATADIR%%/themes/Marble/sound -@dirrm %%DATADIR%%/themes/Marble/pager/images -@dirrm %%DATADIR%%/themes/Marble/pager -@dirrm %%DATADIR%%/themes/Marble/menustyles/images -@dirrm %%DATADIR%%/themes/Marble/menustyles -@dirrm %%DATADIR%%/themes/Marble/init/images -@dirrm %%DATADIR%%/themes/Marble/init -@dirrm %%DATADIR%%/themes/Marble/iconbox/images -@dirrm %%DATADIR%%/themes/Marble/iconbox -@dirrm %%DATADIR%%/themes/Marble/gkrellm/Marble2 -@dirrm %%DATADIR%%/themes/Marble/gkrellm/Marble -@dirrm %%DATADIR%%/themes/Marble/gkrellm -@dirrm %%DATADIR%%/themes/Marble/focuslist/images -@dirrm %%DATADIR%%/themes/Marble/focuslist -@dirrm %%DATADIR%%/themes/Marble/eterm/images -@dirrm %%DATADIR%%/themes/Marble/eterm -@dirrm %%DATADIR%%/themes/Marble/epplets/images -@dirrm %%DATADIR%%/themes/Marble/epplets -@dirrm %%DATADIR%%/themes/Marble/dragbar/images -@dirrm %%DATADIR%%/themes/Marble/dragbar -@dirrm %%DATADIR%%/themes/Marble/dock/images -@dirrm %%DATADIR%%/themes/Marble/dock -@dirrm %%DATADIR%%/themes/Marble/dialogs/images -@dirrm %%DATADIR%%/themes/Marble/dialogs -@dirrm %%DATADIR%%/themes/Marble/cursors/bw_images -@dirrm %%DATADIR%%/themes/Marble/cursors -@dirrm %%DATADIR%%/themes/Marble/coords/images -@dirrm %%DATADIR%%/themes/Marble/coords -@dirrm %%DATADIR%%/themes/Marble/common/images -@dirrm %%DATADIR%%/themes/Marble/common -@dirrm %%DATADIR%%/themes/Marble/borders/common/images -@dirrm %%DATADIR%%/themes/Marble/borders/common -@dirrm %%DATADIR%%/themes/Marble/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/Marble/borders/SHAPED -@dirrm %%DATADIR%%/themes/Marble/borders/PAGER -@dirrm %%DATADIR%%/themes/Marble/borders/MENU_BORDER_ONLY -@dirrm %%DATADIR%%/themes/Marble/borders/MENU -@dirrm %%DATADIR%%/themes/Marble/borders/ICONBOX -@dirrm %%DATADIR%%/themes/Marble/borders/FIXED_SIZE -@dirrm %%DATADIR%%/themes/Marble/borders/DEFAULT -@dirrm %%DATADIR%%/themes/Marble/borders/BORDER_ONLY -@dirrm %%DATADIR%%/themes/Marble/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/Marble/borders -@dirrm %%DATADIR%%/themes/Marble/backgrounds/images -@dirrm %%DATADIR%%/themes/Marble/backgrounds -@dirrm %%DATADIR%%/themes/Marble/ABOUT -@dirrm %%DATADIR%%/themes/Marble -@dirrm %%DATADIR%%/themes/Ganymede/ttfonts -@dirrm %%DATADIR%%/themes/Ganymede/tooltips/images -@dirrm %%DATADIR%%/themes/Ganymede/tooltips -@dirrm %%DATADIR%%/themes/Ganymede/sound/samples -@dirrm %%DATADIR%%/themes/Ganymede/sound -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/rotated -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/RED -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/GREEN -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/BLUE -@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images -@dirrm %%DATADIR%%/themes/Ganymede/slideouts -@dirrm %%DATADIR%%/themes/Ganymede/pager/images -@dirrm %%DATADIR%%/themes/Ganymede/pager -@dirrm %%DATADIR%%/themes/Ganymede/menustyles/images -@dirrm %%DATADIR%%/themes/Ganymede/menustyles -@dirrm %%DATADIR%%/themes/Ganymede/init/images -@dirrm %%DATADIR%%/themes/Ganymede/init -@dirrm %%DATADIR%%/themes/Ganymede/iconbox/images -@dirrm %%DATADIR%%/themes/Ganymede/iconbox -@dirrm %%DATADIR%%/themes/Ganymede/focuslist -@dirrm %%DATADIR%%/themes/Ganymede/epplets/images -@dirrm %%DATADIR%%/themes/Ganymede/epplets -@dirrm %%DATADIR%%/themes/Ganymede/dragbar/images -@dirrm %%DATADIR%%/themes/Ganymede/dragbar -@dirrm %%DATADIR%%/themes/Ganymede/dock -@dirrm %%DATADIR%%/themes/Ganymede/dialogs/images -@dirrm %%DATADIR%%/themes/Ganymede/dialogs -@dirrm %%DATADIR%%/themes/Ganymede/cursors/images -@dirrm %%DATADIR%%/themes/Ganymede/cursors/bw_images -@dirrm %%DATADIR%%/themes/Ganymede/cursors -@dirrm %%DATADIR%%/themes/Ganymede/coords -@dirrm %%DATADIR%%/themes/Ganymede/common -@dirrm %%DATADIR%%/themes/Ganymede/buttons/images -@dirrm %%DATADIR%%/themes/Ganymede/buttons -@dirrm %%DATADIR%%/themes/Ganymede/borders/common -@dirrm %%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED -@dirrm %%DATADIR%%/themes/Ganymede/borders/RED/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/RED -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER -@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_NOTITLE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_NOTITLE -@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_BORDER -@dirrm %%DATADIR%%/themes/Ganymede/borders/ICONBOX -@dirrm %%DATADIR%%/themes/Ganymede/borders/GREEN/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/GREEN -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT -@dirrm %%DATADIR%%/themes/Ganymede/borders/BORDERLESS/images -@dirrm %%DATADIR%%/themes/Ganymede/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/Ganymede/borders -@dirrm %%DATADIR%%/themes/Ganymede/backgrounds/images -@dirrm %%DATADIR%%/themes/Ganymede/backgrounds -@dirrm %%DATADIR%%/themes/Ganymede/Pulldowns -@dirrm %%DATADIR%%/themes/Ganymede/Ganymede_gkrellm -@dirrm %%DATADIR%%/themes/Ganymede/Ganymede -@dirrm %%DATADIR%%/themes/Ganymede/Eterm -@dirrm %%DATADIR%%/themes/Ganymede/ABOUT -@dirrm %%DATADIR%%/themes/Ganymede -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/ttfonts -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/tooltips -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/sound -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/slideouts/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/slideouts -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/pager/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/pager -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/menustyles -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/init/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/init -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/iconbox -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/focuslist -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/eterm -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/epplets -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dragbar -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dock/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dock -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dialogs -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/cursors/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/cursors -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/coords/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/coords -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/common/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/common -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/buttons/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/buttons -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/common -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/TRANSIENT/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/SHAPED/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/SHAPED -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/ICONBOX/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/ICONBOX -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/FIXED_SIZE/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/FIXED_SIZE -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/DEFAULT/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/DEFAULT -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDER_ONLY/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDER_ONLY -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDERLESS/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT -@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert -@dirrm %%DATADIR%%/themes/BlueSteel/ttfonts -@dirrm %%DATADIR%%/themes/BlueSteel/tooltips/images -@dirrm %%DATADIR%%/themes/BlueSteel/tooltips -@dirrm %%DATADIR%%/themes/BlueSteel/sound/samples -@dirrm %%DATADIR%%/themes/BlueSteel/sound -@dirrm %%DATADIR%%/themes/BlueSteel/slideouts/images -@dirrm %%DATADIR%%/themes/BlueSteel/slideouts -@dirrm %%DATADIR%%/themes/BlueSteel/pager/images -@dirrm %%DATADIR%%/themes/BlueSteel/pager -@dirrm %%DATADIR%%/themes/BlueSteel/menustyles/images -@dirrm %%DATADIR%%/themes/BlueSteel/menustyles -@dirrm %%DATADIR%%/themes/BlueSteel/init/images -@dirrm %%DATADIR%%/themes/BlueSteel/init -@dirrm %%DATADIR%%/themes/BlueSteel/iconbox/images -@dirrm %%DATADIR%%/themes/BlueSteel/iconbox -@dirrm %%DATADIR%%/themes/BlueSteel/focuslist/images -@dirrm %%DATADIR%%/themes/BlueSteel/focuslist -@dirrm %%DATADIR%%/themes/BlueSteel/epplets/images -@dirrm %%DATADIR%%/themes/BlueSteel/epplets -@dirrm %%DATADIR%%/themes/BlueSteel/dragbar/images -@dirrm %%DATADIR%%/themes/BlueSteel/dragbar -@dirrm %%DATADIR%%/themes/BlueSteel/dock/images -@dirrm %%DATADIR%%/themes/BlueSteel/dock -@dirrm %%DATADIR%%/themes/BlueSteel/dialogs/images -@dirrm %%DATADIR%%/themes/BlueSteel/dialogs -@dirrm %%DATADIR%%/themes/BlueSteel/cursors/bw_images -@dirrm %%DATADIR%%/themes/BlueSteel/cursors -@dirrm %%DATADIR%%/themes/BlueSteel/coords/images -@dirrm %%DATADIR%%/themes/BlueSteel/coords -@dirrm %%DATADIR%%/themes/BlueSteel/common/images -@dirrm %%DATADIR%%/themes/BlueSteel/common -@dirrm %%DATADIR%%/themes/BlueSteel/buttons/images -@dirrm %%DATADIR%%/themes/BlueSteel/buttons -@dirrm %%DATADIR%%/themes/BlueSteel/borders/common/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/common -@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALLFIXED/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALLFIXED -@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALL -@dirrm %%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/TRANSIENT -@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALLFIXED/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALLFIXED -@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALL/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALL -@dirrm %%DATADIR%%/themes/BlueSteel/borders/PAGER/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/PAGER -@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE -@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER -@dirrm %%DATADIR%%/themes/BlueSteel/borders/ICONBOX/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/ICONBOX -@dirrm %%DATADIR%%/themes/BlueSteel/borders/FIXEDSIZE/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/FIXEDSIZE -@dirrm %%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/DEFAULT -@dirrm %%DATADIR%%/themes/BlueSteel/borders/BORDERLESS/images -@dirrm %%DATADIR%%/themes/BlueSteel/borders/BORDERLESS -@dirrm %%DATADIR%%/themes/BlueSteel/borders -@dirrm %%DATADIR%%/themes/BlueSteel/backgrounds/images -@dirrm %%DATADIR%%/themes/BlueSteel/backgrounds -@dirrm %%DATADIR%%/themes/BlueSteel/Eterm/images -@dirrm %%DATADIR%%/themes/BlueSteel/Eterm -@dirrm %%DATADIR%%/themes/BlueSteel/ABOUT -@dirrm %%DATADIR%%/themes/BlueSteel +@dirrm %%DATADIR%%/themes/winter/ABOUT +@dirrm %%DATADIR%%/themes/winter/backgrounds/images +@dirrm %%DATADIR%%/themes/winter/backgrounds +@dirrm %%DATADIR%%/themes/winter/borders/BORDERLESS/images +@dirrm %%DATADIR%%/themes/winter/borders/BORDERLESS +@dirrm %%DATADIR%%/themes/winter/borders/BORDER_ONLY/images +@dirrm %%DATADIR%%/themes/winter/borders/BORDER_ONLY +@dirrm %%DATADIR%%/themes/winter/borders/DEFAULT/images +@dirrm %%DATADIR%%/themes/winter/borders/DEFAULT +@dirrm %%DATADIR%%/themes/winter/borders/DIALOG/images +@dirrm %%DATADIR%%/themes/winter/borders/DIALOG +@dirrm %%DATADIR%%/themes/winter/borders/FIXED_SIZE/images +@dirrm %%DATADIR%%/themes/winter/borders/FIXED_SIZE +@dirrm %%DATADIR%%/themes/winter/borders/ICONBOX/images +@dirrm %%DATADIR%%/themes/winter/borders/ICONBOX +@dirrm %%DATADIR%%/themes/winter/borders/MENU/images +@dirrm %%DATADIR%%/themes/winter/borders/MENU +@dirrm %%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY/images +@dirrm %%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY +@dirrm %%DATADIR%%/themes/winter/borders/PAGER/images +@dirrm %%DATADIR%%/themes/winter/borders/PAGER +@dirrm %%DATADIR%%/themes/winter/borders/PAGER_SHADE_RIGHT +@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images +@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER +@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER_SHADE_LEFT +@dirrm %%DATADIR%%/themes/winter/borders/SHAPED/images +@dirrm %%DATADIR%%/themes/winter/borders/SHAPED +@dirrm %%DATADIR%%/themes/winter/borders/TRANSIENT/images +@dirrm %%DATADIR%%/themes/winter/borders/TRANSIENT +@dirrm %%DATADIR%%/themes/winter/borders/common/images +@dirrm %%DATADIR%%/themes/winter/borders/common +@dirrm %%DATADIR%%/themes/winter/borders +@dirrm %%DATADIR%%/themes/winter/buttons/images +@dirrm %%DATADIR%%/themes/winter/buttons +@dirrm %%DATADIR%%/themes/winter/common/images +@dirrm %%DATADIR%%/themes/winter/common +@dirrm %%DATADIR%%/themes/winter/coords/images +@dirrm %%DATADIR%%/themes/winter/coords +@dirrm %%DATADIR%%/themes/winter/cursors +@dirrm %%DATADIR%%/themes/winter/dialogs/images +@dirrm %%DATADIR%%/themes/winter/dialogs +@dirrm %%DATADIR%%/themes/winter/dock/images +@dirrm %%DATADIR%%/themes/winter/dock +@dirrm %%DATADIR%%/themes/winter/dragbar/images +@dirrm %%DATADIR%%/themes/winter/dragbar +@dirrm %%DATADIR%%/themes/winter/epplets/images +@dirrm %%DATADIR%%/themes/winter/epplets +@dirrm %%DATADIR%%/themes/winter/eterm/images +@dirrm %%DATADIR%%/themes/winter/eterm +@dirrm %%DATADIR%%/themes/winter/focuslist/images +@dirrm %%DATADIR%%/themes/winter/focuslist +@dirrm %%DATADIR%%/themes/winter/iconbox/images +@dirrm %%DATADIR%%/themes/winter/iconbox +@dirrm %%DATADIR%%/themes/winter/init/images +@dirrm %%DATADIR%%/themes/winter/init +@dirrm %%DATADIR%%/themes/winter/menustyles/images +@dirrm %%DATADIR%%/themes/winter/menustyles +@dirrm %%DATADIR%%/themes/winter/pager/images +@dirrm %%DATADIR%%/themes/winter/pager +@dirrm %%DATADIR%%/themes/winter/slideouts/images +@dirrm %%DATADIR%%/themes/winter/slideouts +@dirrm %%DATADIR%%/themes/winter/sound/samples +@dirrm %%DATADIR%%/themes/winter/sound +@dirrm %%DATADIR%%/themes/winter/tooltips/images +@dirrm %%DATADIR%%/themes/winter/tooltips +@dirrm %%DATADIR%%/themes/winter/ttfonts +@dirrm %%DATADIR%%/themes/winter @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/misc @dirrm %%DATADIR%%/config/pix -@dirrm %%DATADIR%%/config/backup @dirrm %%DATADIR%%/config -@dirrm %%DATADIR%%/E-docs @dirrm %%DATADIR%% |