summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-06 19:30:49 -0300
committerPerberos <[email protected]>2011-11-06 19:30:49 -0300
commita8d28a6ce7e0c56dacba5d527d9134573a008902 (patch)
tree8852602004b5a13cc5d1ce3ecd7a314be81d1198 /data
downloadeom-a8d28a6ce7e0c56dacba5d527d9134573a008902.tar.bz2
eom-a8d28a6ce7e0c56dacba5d527d9134573a008902.tar.xz
inicial
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am55
-rw-r--r--data/Makefile.in863
-rw-r--r--data/eom-image-properties-dialog.ui898
-rw-r--r--data/eom-multiple-save-as-dialog.ui595
-rw-r--r--data/eom-preferences-dialog.ui645
-rw-r--r--data/eom-toolbar.xml35
-rw-r--r--data/eom-ui.xml145
-rw-r--r--data/eom.desktop.in.in16
-rw-r--r--data/eom.pc.in11
-rw-r--r--data/eom.schemas.in300
-rw-r--r--data/gtkrc9
-rw-r--r--data/icons/16x16/Makefile.am19
-rw-r--r--data/icons/16x16/Makefile.in542
-rw-r--r--data/icons/16x16/actions/eom-image-collection.pngbin0 -> 611 bytes
-rw-r--r--data/icons/16x16/actions/eom-plugin.pngbin0 -> 719 bytes
-rw-r--r--data/icons/16x16/actions/eom-plugin.svg213
-rw-r--r--data/icons/16x16/actions/slideshow-play.pngbin0 -> 663 bytes
-rw-r--r--data/icons/16x16/actions/slideshow-play.svg353
-rw-r--r--data/icons/16x16/apps/eom.pngbin0 -> 732 bytes
-rw-r--r--data/icons/16x16/apps/eom.svg339
-rw-r--r--data/icons/22x22/Makefile.am19
-rw-r--r--data/icons/22x22/Makefile.in542
-rw-r--r--data/icons/22x22/actions/eom-image-collection.pngbin0 -> 653 bytes
-rw-r--r--data/icons/22x22/actions/eom-plugin.pngbin0 -> 1079 bytes
-rw-r--r--data/icons/22x22/actions/eom-plugin.svg377
-rw-r--r--data/icons/22x22/actions/slideshow-play.pngbin0 -> 979 bytes
-rw-r--r--data/icons/22x22/actions/slideshow-play.svg474
-rw-r--r--data/icons/22x22/apps/eom.pngbin0 -> 1342 bytes
-rw-r--r--data/icons/22x22/apps/eom.svg530
-rw-r--r--data/icons/24x24/Makefile.am11
-rw-r--r--data/icons/24x24/Makefile.in535
-rw-r--r--data/icons/24x24/actions/eom-image-collection.pngbin0 -> 638 bytes
-rw-r--r--data/icons/24x24/actions/slideshow-play.pngbin0 -> 983 bytes
-rw-r--r--data/icons/24x24/apps/eom.pngbin0 -> 1380 bytes
-rw-r--r--data/icons/32x32/Makefile.am20
-rw-r--r--data/icons/32x32/Makefile.in543
-rw-r--r--data/icons/32x32/actions/eom-image-collection.pngbin0 -> 1141 bytes
-rw-r--r--data/icons/32x32/actions/eom-image-collection.svg266
-rw-r--r--data/icons/32x32/actions/eom-plugin.pngbin0 -> 1462 bytes
-rw-r--r--data/icons/32x32/actions/eom-plugin.svg527
-rw-r--r--data/icons/32x32/actions/slideshow-play.pngbin0 -> 1337 bytes
-rw-r--r--data/icons/32x32/actions/slideshow-play.svg582
-rw-r--r--data/icons/32x32/apps/eom.pngbin0 -> 2330 bytes
-rw-r--r--data/icons/32x32/apps/eom.svg537
-rw-r--r--data/icons/48x48/Makefile.am7
-rw-r--r--data/icons/48x48/Makefile.in506
-rw-r--r--data/icons/48x48/actions/slideshow-play.pngbin0 -> 1717 bytes
-rw-r--r--data/icons/Makefile.am16
-rw-r--r--data/icons/Makefile.in670
-rw-r--r--data/icons/scalable/Makefile.am12
-rw-r--r--data/icons/scalable/Makefile.in536
-rw-r--r--data/icons/scalable/actions/eom-image-collection.svg335
-rw-r--r--data/icons/scalable/actions/eom-plugin.svg339
-rw-r--r--data/icons/scalable/actions/slideshow-play.svg594
-rw-r--r--data/icons/scalable/apps/eom.svg548
-rw-r--r--data/pixmaps/Makefile.am9
-rw-r--r--data/pixmaps/Makefile.in507
-rw-r--r--data/pixmaps/thumbnail-frame.pngbin0 -> 908 bytes
58 files changed, 14080 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..b89623a
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,55 @@
+SUBDIRS = pixmaps icons
+
+@INTLTOOL_DESKTOP_RULE@
+
+DESKTOP_IN_FILES= eom.desktop.in.in
+DESKTOP_FILES= $(DESKTOP_IN_FILES:.desktop.in.in=.desktop)
+
+desktopdir = $(datadir)/applications
+desktop_DATA = $(DESKTOP_FILES)
+
+@INTLTOOL_SCHEMAS_RULE@
+
+schemas_in_files = eom.schemas.in
+schemasdir = $(MATECONF_SCHEMA_FILE_DIR)
+schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
+
+gladedir = $(pkgdatadir)
+glade_DATA = eom-image-properties-dialog.ui \
+ eom-multiple-save-as-dialog.ui \
+ eom-preferences-dialog.ui
+
+uidir = $(datadir)/eom
+UI_FILES = \
+ eom-ui.xml \
+ eom-toolbar.xml
+
+ui_DATA = $(UI_FILES)
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = eom.pc
+
+gtkrcdir = $(pkgdatadir)
+gtkrc_DATA = gtkrc
+
+install-data-local:
+if MATECONF_SCHEMAS_INSTALL
+ if test -z "$(DESTDIR)" ; then \
+ for p in $(schemas_DATA) ; do \
+ MATECONF_CONFIG_SOURCE=$(MATECONF_SCHEMA_CONFIG_SOURCE) $(MATECONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p >&1 > /dev/null; \
+ done \
+ fi
+endif
+
+EXTRA_DIST = \
+ $(gtkrc_DATA) \
+ $(glade_DATA) \
+ $(DESKTOP_IN_FILES) \
+ $(schemas_in_files) \
+ $(UI_FILES)
+
+DISTCLEANFILES = \
+ $(DESKTOP_FILES) \
+ $(schemas_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/data/Makefile.in b/data/Makefile.in
new file mode 100644
index 0000000..9914e53
--- /dev/null
+++ b/data/Makefile.in
@@ -0,0 +1,863 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = data
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ $(srcdir)/eom.desktop.in.in $(srcdir)/eom.pc.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES = eom.pc eom.desktop.in
+CONFIG_CLEAN_VPATH_FILES =
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
+SOURCES =
+DIST_SOURCES =
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+ html-recursive info-recursive install-data-recursive \
+ install-dvi-recursive install-exec-recursive \
+ install-html-recursive install-info-recursive \
+ install-pdf-recursive install-ps-recursive install-recursive \
+ installcheck-recursive installdirs-recursive pdf-recursive \
+ ps-recursive uninstall-recursive
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(gladedir)" \
+ "$(DESTDIR)$(gtkrcdir)" "$(DESTDIR)$(pkgconfigdir)" \
+ "$(DESTDIR)$(schemasdir)" "$(DESTDIR)$(uidir)"
+DATA = $(desktop_DATA) $(glade_DATA) $(gtkrc_DATA) $(pkgconfig_DATA) \
+ $(schemas_DATA) $(ui_DATA)
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
+ distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
+ACLOCAL = @ACLOCAL@
+ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
+DBUS_CFLAGS = @DBUS_CFLAGS@
+DBUS_LIBS = @DBUS_LIBS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
+DLLTOOL = @DLLTOOL@
+DOC_USER_FORMATS = @DOC_USER_FORMATS@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EOM_API_VERSION = @EOM_API_VERSION@
+EOM_CFLAGS = @EOM_CFLAGS@
+EOM_DOC_EXIF_START = @EOM_DOC_EXIF_START@
+EOM_DOC_EXIF_STOP = @EOM_DOC_EXIF_STOP@
+EOM_LIBS = @EOM_LIBS@
+EOM_MAJOR_VERSION = @EOM_MAJOR_VERSION@
+EOM_MICRO_VERSION = @EOM_MICRO_VERSION@
+EOM_MINOR_VERSION = @EOM_MINOR_VERSION@
+EXEEXT = @EXEEXT@
+EXEMPI_CFLAGS = @EXEMPI_CFLAGS@
+EXEMPI_LIBS = @EXEMPI_LIBS@
+EXIF_CFLAGS = @EXIF_CFLAGS@
+EXIF_LIBS = @EXIF_LIBS@
+FGREP = @FGREP@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_MKENUMS = @GLIB_MKENUMS@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GREP = @GREP@
+GTKDOC_CHECK = @GTKDOC_CHECK@
+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
+GTKDOC_MKPDF = @GTKDOC_MKPDF@
+GTKDOC_REBASE = @GTKDOC_REBASE@
+HELP_DIR = @HELP_DIR@
+HTML_DIR = @HTML_DIR@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+LCMS_CFLAGS = @LCMS_CFLAGS@
+LCMS_LIBS = @LCMS_LIBS@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBJPEG = @LIBJPEG@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
+LIBXML2_LIBS = @LIBXML2_LIBS@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MATECONFTOOL = @MATECONFTOOL@
+MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
+MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+NM = @NM@
+NMEDIT = @NMEDIT@
+NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OMF_DIR = @OMF_DIR@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POFILES = @POFILES@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
+PYGOBJECT_DEFSDIR = @PYGOBJECT_DEFSDIR@
+PYGOBJECT_H2DEF = @PYGOBJECT_H2DEF@
+PYGTK_CFLAGS = @PYGTK_CFLAGS@
+PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
+PYGTK_LIBS = @PYGTK_LIBS@
+PYTHON = @PYTHON@
+PYTHON_CFLAGS = @PYTHON_CFLAGS@
+PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
+PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
+PYTHON_LIBS = @PYTHON_LIBS@
+PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
+PYTHON_PLATFORM = @PYTHON_PLATFORM@
+PYTHON_PREFIX = @PYTHON_PREFIX@
+PYTHON_VERSION = @PYTHON_VERSION@
+RANLIB = @RANLIB@
+RSVG_CFLAGS = @RSVG_CFLAGS@
+RSVG_LIBS = @RSVG_LIBS@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
+X11_CFLAGS = @X11_CFLAGS@
+X11_LIBS = @X11_LIBS@
+XGETTEXT = @XGETTEXT@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+pkgpyexecdir = @pkgpyexecdir@
+pkgpythondir = @pkgpythondir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+pyexecdir = @pyexecdir@
+pythondir = @pythondir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+SUBDIRS = pixmaps icons
+DESKTOP_IN_FILES = eom.desktop.in.in
+DESKTOP_FILES = $(DESKTOP_IN_FILES:.desktop.in.in=.desktop)
+desktopdir = $(datadir)/applications
+desktop_DATA = $(DESKTOP_FILES)
+schemas_in_files = eom.schemas.in
+schemasdir = $(MATECONF_SCHEMA_FILE_DIR)
+schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
+gladedir = $(pkgdatadir)
+glade_DATA = eom-image-properties-dialog.ui \
+ eom-multiple-save-as-dialog.ui \
+ eom-preferences-dialog.ui
+
+uidir = $(datadir)/eom
+UI_FILES = \
+ eom-ui.xml \
+ eom-toolbar.xml
+
+ui_DATA = $(UI_FILES)
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = eom.pc
+gtkrcdir = $(pkgdatadir)
+gtkrc_DATA = gtkrc
+EXTRA_DIST = \
+ $(gtkrc_DATA) \
+ $(glade_DATA) \
+ $(DESKTOP_IN_FILES) \
+ $(schemas_in_files) \
+ $(UI_FILES)
+
+DISTCLEANFILES = \
+ $(DESKTOP_FILES) \
+ $(schemas_DATA)
+
+all: all-recursive
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign data/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+eom.pc: $(top_builddir)/config.status $(srcdir)/eom.pc.in
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+eom.desktop.in: $(top_builddir)/config.status $(srcdir)/eom.desktop.in.in
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+install-desktopDATA: $(desktop_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
+ @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
+ done
+
+uninstall-desktopDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
+install-gladeDATA: $(glade_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)"
+ @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gladedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(gladedir)" || exit $$?; \
+ done
+
+uninstall-gladeDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(gladedir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(gladedir)" && rm -f $$files
+install-gtkrcDATA: $(gtkrc_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(gtkrcdir)" || $(MKDIR_P) "$(DESTDIR)$(gtkrcdir)"
+ @list='$(gtkrc_DATA)'; test -n "$(gtkrcdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gtkrcdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(gtkrcdir)" || exit $$?; \
+ done
+
+uninstall-gtkrcDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(gtkrc_DATA)'; test -n "$(gtkrcdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(gtkrcdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(gtkrcdir)" && rm -f $$files
+install-pkgconfigDATA: $(pkgconfig_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
+ done
+
+uninstall-pkgconfigDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
+install-schemasDATA: $(schemas_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(schemasdir)" || $(MKDIR_P) "$(DESTDIR)$(schemasdir)"
+ @list='$(schemas_DATA)'; test -n "$(schemasdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(schemasdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(schemasdir)" || exit $$?; \
+ done
+
+uninstall-schemasDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(schemas_DATA)'; test -n "$(schemasdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(schemasdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(schemasdir)" && rm -f $$files
+install-uiDATA: $(ui_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
+ @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
+ done
+
+uninstall-uiDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(uidir)" && rm -f $$files
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (which will cause the Makefiles to be regenerated when you run `make');
+# (2) otherwise, pass the desired values on the `make' command line.
+$(RECURSIVE_TARGETS):
+ @fail= failcom='exit 1'; \
+ for f in x $$MAKEFLAGS; do \
+ case $$f in \
+ *=* | --[!k]*);; \
+ *k*) failcom='fail=yes';; \
+ esac; \
+ done; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || eval $$failcom; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+$(RECURSIVE_CLEAN_TARGETS):
+ @fail= failcom='exit 1'; \
+ for f in x $$MAKEFLAGS; do \
+ case $$f in \
+ *=* | --[!k]*);; \
+ *k*) failcom='fail=yes';; \
+ esac; \
+ done; \
+ dot_seen=no; \
+ case "$@" in \
+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+ *) list='$(SUBDIRS)' ;; \
+ esac; \
+ rev=''; for subdir in $$list; do \
+ if test "$$subdir" = "."; then :; else \
+ rev="$$subdir $$rev"; \
+ fi; \
+ done; \
+ rev="$$rev ."; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || eval $$failcom; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+ctags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ done
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ mkid -fID $$unique
+tags: TAGS
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ set x; \
+ here=`pwd`; \
+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+ include_option=--etags-include; \
+ empty_fix=.; \
+ else \
+ include_option=--include; \
+ empty_fix=; \
+ fi; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ test ! -f $$subdir/TAGS || \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
+ fi; \
+ done; \
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ test -n "$$unique" || unique=$$empty_fix; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
+ fi
+ctags: CTAGS
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ test -z "$(CTAGS_ARGS)$$unique" \
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ $$unique
+
+GTAGS:
+ here=`$(am__cd) $(top_builddir) && pwd` \
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
+
+distclean-tags:
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ test -d "$(distdir)/$$subdir" \
+ || $(MKDIR_P) "$(distdir)/$$subdir" \
+ || exit 1; \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
+ $(MAKE) $(AM_MAKEFLAGS) \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
+ am__remove_distdir=: \
+ am__skip_length_check=: \
+ am__skip_mode_fix=: \
+ distdir) \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-recursive
+all-am: Makefile $(DATA)
+installdirs: installdirs-recursive
+installdirs-am:
+ for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(gladedir)" "$(DESTDIR)$(gtkrcdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(schemasdir)" "$(DESTDIR)$(uidir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-recursive
+install-exec: install-exec-recursive
+install-data: install-data-recursive
+uninstall: uninstall-recursive
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-recursive
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-recursive
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-tags
+
+dvi: dvi-recursive
+
+dvi-am:
+
+html: html-recursive
+
+html-am:
+
+info: info-recursive
+
+info-am:
+
+install-data-am: install-data-local install-desktopDATA \
+ install-gladeDATA install-gtkrcDATA install-pkgconfigDATA \
+ install-schemasDATA install-uiDATA
+
+install-dvi: install-dvi-recursive
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-recursive
+
+install-html-am:
+
+install-info: install-info-recursive
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-recursive
+
+install-pdf-am:
+
+install-ps: install-ps-recursive
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-recursive
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-recursive
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-recursive
+
+pdf-am:
+
+ps: ps-recursive
+
+ps-am:
+
+uninstall-am: uninstall-desktopDATA uninstall-gladeDATA \
+ uninstall-gtkrcDATA uninstall-pkgconfigDATA \
+ uninstall-schemasDATA uninstall-uiDATA
+
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-strip tags-recursive
+
+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
+ all all-am check check-am clean clean-generic clean-libtool \
+ ctags ctags-recursive distclean distclean-generic \
+ distclean-libtool distclean-tags distdir dvi dvi-am html \
+ html-am info info-am install install-am install-data \
+ install-data-am install-data-local install-desktopDATA \
+ install-dvi install-dvi-am install-exec install-exec-am \
+ install-gladeDATA install-gtkrcDATA install-html \
+ install-html-am install-info install-info-am install-man \
+ install-pdf install-pdf-am install-pkgconfigDATA install-ps \
+ install-ps-am install-schemasDATA install-strip install-uiDATA \
+ installcheck installcheck-am installdirs installdirs-am \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+ tags tags-recursive uninstall uninstall-am \
+ uninstall-desktopDATA uninstall-gladeDATA uninstall-gtkrcDATA \
+ uninstall-pkgconfigDATA uninstall-schemasDATA uninstall-uiDATA
+
+
+@INTLTOOL_DESKTOP_RULE@
+
+@INTLTOOL_SCHEMAS_RULE@
+
+install-data-local:
+@MATECONF_SCHEMAS_INSTALL_TRUE@ if test -z "$(DESTDIR)" ; then \
+@MATECONF_SCHEMAS_INSTALL_TRUE@ for p in $(schemas_DATA) ; do \
+@MATECONF_SCHEMAS_INSTALL_TRUE@ MATECONF_CONFIG_SOURCE=$(MATECONF_SCHEMA_CONFIG_SOURCE) $(MATECONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p >&1 > /dev/null; \
+@MATECONF_SCHEMAS_INSTALL_TRUE@ done \
+@MATECONF_SCHEMAS_INSTALL_TRUE@ fi
+
+-include $(top_srcdir)/git.mk
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/data/eom-image-properties-dialog.ui b/data/eom-image-properties-dialog.ui
new file mode 100644
index 0000000..0d50cf3
--- /dev/null
+++ b/data/eom-image-properties-dialog.ui
@@ -0,0 +1,898 @@
+<?xml version="1.0"?>
+<interface>
+ <!-- interface-requires gtk+ 2.12 -->
+ <!-- interface-naming-policy toplevel-contextual -->
+ <object class="GtkDialog" id="eom_image_properties_dialog">
+ <property name="border_width">5</property>
+ <property name="title" translatable="yes">Image Properties</property>
+ <property name="icon_name">gtk-properties</property>
+ <property name="type_hint">dialog</property>
+ <property name="has_separator">False</property>
+ <child internal-child="vbox">
+ <object class="GtkVBox" id="image-properties-dialog-vbox">
+ <property name="visible">True</property>
+ <property name="spacing">2</property>
+ <child>
+ <object class="GtkNotebook" id="notebook">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="border_width">5</property>
+ <child>
+ <object class="GtkHBox" id="general_box">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkVBox" id="vbox27">
+ <property name="visible">True</property>
+ <property name="border_width">10</property>
+ <child>
+ <object class="GtkImage" id="thumbnail_image">
+ <property name="width_request">100</property>
+ <property name="height_request">100</property>
+ <property name="visible">True</property>
+ <property name="stock">gtk-missing-image</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkHBox" id="hbox19">
+ <property name="visible">True</property>
+ <property name="border_width">10</property>
+ <property name="spacing">7</property>
+ <child>
+ <object class="GtkVBox" id="vbox29">
+ <property name="visible">True</property>
+ <property name="spacing">5</property>
+ <child>
+ <object class="GtkLabel" id="label36">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Name:</property>
+ <property name="justify">right</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label37">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Width:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label38">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Height:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label39">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Type:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label40">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Bytes:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">4</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label73">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Location:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">5</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="vbox30">
+ <property name="visible">True</property>
+ <property name="spacing">5</property>
+ <child>
+ <object class="GtkLabel" id="name_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="width_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="height_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="type_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="bytes_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">4</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="location_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0.47999998927116394</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">5</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel" id="label4">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">General</property>
+ </object>
+ <packing>
+ <property name="tab_fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="exif_box">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkHBox" id="hbox22">
+ <property name="visible">True</property>
+ <property name="border_width">10</property>
+ <property name="spacing">7</property>
+ <child>
+ <object class="GtkVBox" id="vbox38">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkVBox" id="vbox31">
+ <property name="visible">True</property>
+ <property name="spacing">5</property>
+ <child>
+ <object class="GtkLabel" id="label88">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Aperture Value:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label83">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Exposure Time:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label96">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Focal Length:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label95">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Flash:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label94">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">ISO Speed Rating:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">4</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label93">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Metering Mode:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">5</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label92">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Camera Model:</property>
+ <property name="justify">right</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">6</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label91">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Date/Time:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">7</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="padding">5</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="xmp_box">
+ <property name="visible">True</property>
+ <property name="spacing">5</property>
+ <child>
+ <object class="GtkLabel" id="label111">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Description:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label110">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Location:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label112">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Keywords:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label113">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Author:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label114">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Copyright:</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">4</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="vbox40">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkVBox" id="vbox32">
+ <property name="visible">True</property>
+ <property name="spacing">5</property>
+ <child>
+ <object class="GtkLabel" id="exif_aperture_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="use_markup">True</property>
+ <property name="justify">right</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="exif_exposure_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="use_markup">True</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="exif_focal_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="use_markup">True</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="exif_flash_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="use_markup">True</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="exif_iso_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="use_markup">True</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">4</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="exif_metering_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="use_markup">True</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">5</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="exif_model_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="use_markup">True</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">6</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="exif_date_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="use_markup">True</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">7</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="padding">5</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="xmp_box_label">
+ <property name="visible">True</property>
+ <property name="spacing">5</property>
+ <child>
+ <object class="GtkLabel" id="xmp_description_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="use_markup">True</property>
+ <property name="justify">right</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="xmp_location_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="use_markup">True</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="xmp_keywords_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="use_markup">True</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="xmp_creator_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="use_markup">True</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="xmp_rights_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="use_markup">True</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">4</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkExpander" id="exif_details_expander">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <child>
+ <placeholder/>
+ </child>
+ <child type="label">
+ <object class="GtkLabel" id="details_expander">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Details</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="padding">3</property>
+ <property name="pack_type">end</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel" id="label44">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Metadata</property>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ <property name="tab_fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="metadata_details_box">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel" id="md_details_label">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Details</property>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ <property name="tab_fill">False</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child internal-child="action_area">
+ <object class="GtkHButtonBox" id="dialog-action_area1">
+ <property name="visible">True</property>
+ <property name="layout_style">end</property>
+ <child>
+ <object class="GtkButton" id="previous_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <child>
+ <object class="GtkAlignment" id="alignment2">
+ <property name="visible">True</property>
+ <property name="xscale">0</property>
+ <property name="yscale">0</property>
+ <child>
+ <object class="GtkHBox" id="hbox21">
+ <property name="visible">True</property>
+ <property name="spacing">2</property>
+ <child>
+ <object class="GtkImage" id="image2">
+ <property name="visible">True</property>
+ <property name="stock">gtk-go-back</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label43">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">_Previous</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="next_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <child>
+ <object class="GtkAlignment" id="alignment1">
+ <property name="visible">True</property>
+ <property name="xscale">0</property>
+ <property name="yscale">0</property>
+ <child>
+ <object class="GtkHBox" id="hbox20">
+ <property name="visible">True</property>
+ <property name="spacing">2</property>
+ <child>
+ <object class="GtkImage" id="image1">
+ <property name="visible">True</property>
+ <property name="stock">gtk-go-forward</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label42">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">_Next</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="close_button">
+ <property name="label">gtk-close</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_stock">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="0">previous_button</action-widget>
+ <action-widget response="0">next_button</action-widget>
+ <action-widget response="-7">close_button</action-widget>
+ </action-widgets>
+ </object>
+</interface>
diff --git a/data/eom-multiple-save-as-dialog.ui b/data/eom-multiple-save-as-dialog.ui
new file mode 100644
index 0000000..dadc119
--- /dev/null
+++ b/data/eom-multiple-save-as-dialog.ui
@@ -0,0 +1,595 @@
+<?xml version="1.0"?>
+<!--*- mode: xml -*-->
+<interface>
+ <object class="GtkAdjustment" id="adjustment1">
+ <property name="upper">10000000</property>
+ <property name="lower">0</property>
+ <property name="page_increment">10</property>
+ <property name="step_increment">1</property>
+ <property name="page_size">0</property>
+ <property name="value">1</property>
+ </object>
+ <object class="GtkDialog" id="eom_multiple_save_as_dialog">
+ <property name="border_width">5</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="title" translatable="yes">Save As</property>
+ <property name="type">GTK_WINDOW_TOPLEVEL</property>
+ <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="modal">False</property>
+ <property name="resizable">True</property>
+ <property name="destroy_with_parent">False</property>
+ <property name="decorated">True</property>
+ <property name="skip_taskbar_hint">False</property>
+ <property name="skip_pager_hint">False</property>
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+ <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
+ <property name="focus_on_map">True</property>
+ <property name="urgency_hint">False</property>
+ <property name="has_separator">False</property>
+ <child internal-child="vbox">
+ <object class="GtkVBox" id="dialog-vbox4">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">2</property>
+ <child internal-child="action_area">
+ <object class="GtkHButtonBox" id="dialog-action_area4">
+ <property name="visible">True</property>
+ <property name="layout_style">GTK_BUTTONBOX_END</property>
+ <child>
+ <object class="GtkButton" id="cancel_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label">gtk-cancel</property>
+ <property name="use_stock">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="save_as_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label">gtk-save-as</property>
+ <property name="use_stock">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="pack_type">GTK_PACK_END</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="vbox1">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkFrame" id="frame2">
+ <property name="visible">True</property>
+ <property name="label_xalign">0</property>
+ <property name="label_yalign">0.5</property>
+ <property name="shadow_type">GTK_SHADOW_NONE</property>
+ <child>
+ <object class="GtkAlignment" id="alignment3">
+ <property name="visible">True</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xscale">1</property>
+ <property name="yscale">1</property>
+ <property name="top_padding">6</property>
+ <property name="bottom_padding">6</property>
+ <property name="left_padding">12</property>
+ <property name="right_padding">0</property>
+ <child>
+ <object class="GtkTable" id="table3">
+ <property name="visible">True</property>
+ <property name="n_rows">3</property>
+ <property name="n_columns">3</property>
+ <property name="homogeneous">False</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">6</property>
+ <child>
+ <object class="GtkVBox" id="vbox2">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">0</property>
+ <child>
+ <object class="GtkLabel" id="label12">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">&lt;b&gt;%f:&lt;/b&gt; original filename</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">True</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ <attributes>
+ <attribute name="style" value="PANGO_STYLE_ITALIC"/>
+ <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
+ </attributes>
+ </object>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label17">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">&lt;b&gt;%n:&lt;/b&gt; counter</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">True</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ <attributes>
+ <attribute name="style" value="PANGO_STYLE_ITALIC"/>
+ <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
+ </attributes>
+ </object>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">3</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkComboBox" id="format_combobox">
+ <property name="visible">True</property>
+ <property name="add_tearoffs">False</property>
+ <property name="focus_on_click">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="right_attach">3</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="token_entry">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="editable">True</property>
+ <property name="visibility">True</property>
+ <property name="max_length">0</property>
+ <property name="text">%f</property>
+ <property name="has_frame">True</property>
+ <property name="invisible_char">*</property>
+ <property name="activates_default">False</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label11">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Filename format:</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="right_attach">1</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkFileChooserButton" id="dir_chooser">
+ <property name="visible">True</property>
+ <property name="title" translatable="yes">Choose a folder</property>
+ <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
+ <property name="local_only">False</property>
+ <property name="show_hidden">False</property>
+ <property name="do_overwrite_confirmation">False</property>
+ <property name="width_chars">-1</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">3</property>
+ <property name="top_attach">0</property>
+ <property name="bottom_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label10">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Destination folder:</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="right_attach">1</property>
+ <property name="top_attach">0</property>
+ <property name="bottom_attach">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child type="label">
+ <object class="GtkLabel" id="label1">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">File Path Specifications</property>
+ <property name="use_underline">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkFrame" id="frame3">
+ <property name="visible">True</property>
+ <property name="label_xalign">0</property>
+ <property name="label_yalign">0.5</property>
+ <property name="shadow_type">GTK_SHADOW_NONE</property>
+ <child>
+ <object class="GtkAlignment" id="alignment4">
+ <property name="visible">True</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xscale">1</property>
+ <property name="yscale">1</property>
+ <property name="top_padding">6</property>
+ <property name="bottom_padding">6</property>
+ <property name="left_padding">12</property>
+ <property name="right_padding">0</property>
+ <child>
+ <object class="GtkVBox" id="vbox33">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">2</property>
+ <child>
+ <object class="GtkHBox" id="hbox23">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label23">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Start counter at:</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ </object>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSpinButton" id="counter_spin">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="climb_rate">1</property>
+ <property name="digits">0</property>
+ <property name="numeric">True</property>
+ <property name="update_policy">GTK_UPDATE_ALWAYS</property>
+ <property name="snap_to_ticks">False</property>
+ <property name="wrap">False</property>
+ <property name="adjustment">adjustment1</property>
+ </object>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="replace_spaces_check">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Replace spaces with underscores</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ <property name="active">False</property>
+ <property name="inconsistent">False</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="padding">2</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child type="label">
+ <object class="GtkLabel" id="label2">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Options</property>
+ <property name="use_underline">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkFrame" id="frame4">
+ <property name="visible">True</property>
+ <property name="label_xalign">0</property>
+ <property name="label_yalign">0.5</property>
+ <property name="shadow_type">GTK_SHADOW_NONE</property>
+ <child>
+ <object class="GtkAlignment" id="alignment5">
+ <property name="visible">True</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xscale">1</property>
+ <property name="yscale">1</property>
+ <property name="top_padding">6</property>
+ <property name="bottom_padding">6</property>
+ <property name="left_padding">12</property>
+ <property name="right_padding">0</property>
+ <child>
+ <object class="GtkTable" id="table5">
+ <property name="visible">True</property>
+ <property name="n_rows">2</property>
+ <property name="n_columns">2</property>
+ <property name="homogeneous">False</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="preview_label">
+ <property name="visible">True</property>
+ <property name="label">label</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="preview_label_from">
+ <property name="visible">True</property>
+ <property name="label">label</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">0</property>
+ <property name="bottom_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label116">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Rename from:</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="right_attach">1</property>
+ <property name="top_attach">0</property>
+ <property name="bottom_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label115">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">To:</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="right_attach">1</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child type="label">
+ <object class="GtkLabel" id="label3">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">File Name Preview</property>
+ <property name="use_underline">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="-6">cancel_button</action-widget>
+ <action-widget response="-5">save_as_button</action-widget>
+ </action-widgets>
+ </object>
+</interface>
diff --git a/data/eom-preferences-dialog.ui b/data/eom-preferences-dialog.ui
new file mode 100644
index 0000000..6509845
--- /dev/null
+++ b/data/eom-preferences-dialog.ui
@@ -0,0 +1,645 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <requires lib="gtk+" version="2.20"/>
+ <!-- interface-naming-policy toplevel-contextual -->
+ <object class="GtkAdjustment" id="adjustment1">
+ <property name="lower">1</property>
+ <property name="upper">100</property>
+ <property name="value">5</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
+ <object class="GtkDialog" id="eom_preferences_dialog">
+ <property name="border_width">5</property>
+ <property name="title" translatable="yes">Eye of MATE Preferences</property>
+ <property name="type_hint">dialog</property>
+ <property name="has_separator">False</property>
+ <child internal-child="vbox">
+ <object class="GtkVBox" id="dialog-vbox1">
+ <property name="visible">True</property>
+ <property name="spacing">2</property>
+ <child>
+ <object class="GtkNotebook" id="notebook">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="border_width">5</property>
+ <child>
+ <object class="GtkVBox" id="vbox5">
+ <property name="visible">True</property>
+ <property name="border_width">12</property>
+ <property name="spacing">18</property>
+ <child>
+ <object class="GtkVBox" id="vbox6">
+ <property name="visible">True</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label6">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Image Enhancements</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkHBox" id="hbox_interpolate">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkLabel" id="label_interpolate">
+ <property name="visible">True</property>
+ <property name="label"> </property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="interpolate_check">
+ <property name="label" translatable="yes">Smooth images when zoomed-_out</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkHBox" id="hbox_extrapolate">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkLabel" id="label_extrapolate">
+ <property name="visible">True</property>
+ <property name="label"> </property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="extrapolate_check">
+ <property name="label" translatable="yes">Smooth images when zoomed-_in</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkHBox" id="hboxautorotate">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkLabel" id="labelautopad">
+ <property name="visible">True</property>
+ <property name="label"> </property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="autorotate_check">
+ <property name="label" translatable="yes">_Automatic orientation</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="vbox1">
+ <property name="visible">True</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label1">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Background</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkAlignment" id="alignment1">
+ <property name="visible">True</property>
+ <property name="left_padding">16</property>
+ <child>
+ <object class="GtkHBox" id="hbox1">
+ <property name="visible">True</property>
+ <property name="spacing">12</property>
+ <child>
+ <object class="GtkCheckButton" id="bg_color_check">
+ <property name="label" translatable="yes">As custom color:</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="xalign">0</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkColorButton" id="bg_color_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="title" translatable="yes">Background Color</property>
+ <property name="color">#000000000000</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="vbox7">
+ <property name="visible">True</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label8">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Transparent Parts</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkHBox" id="hbox4">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkLabel" id="label9">
+ <property name="visible">True</property>
+ <property name="label"> </property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="vbox8">
+ <property name="visible">True</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkRadioButton" id="checkpattern_radio">
+ <property name="label" translatable="yes">As check _pattern</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkHBox" id="hbox5">
+ <property name="visible">True</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkRadioButton" id="color_radio">
+ <property name="label" translatable="yes">As custom c_olor:</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ <property name="group">checkpattern_radio</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkColorButton" id="color_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="title" translatable="yes">Color for Transparent Areas</property>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkRadioButton" id="background_radio">
+ <property name="label" translatable="yes">As _background</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ <property name="group">checkpattern_radio</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel" id="label4">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Image View</property>
+ </object>
+ <packing>
+ <property name="tab_fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="vbox11">
+ <property name="visible">True</property>
+ <property name="border_width">12</property>
+ <property name="spacing">18</property>
+ <child>
+ <object class="GtkVBox" id="vbox12">
+ <property name="visible">True</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label13">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Image Zoom</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkHBox" id="hbox7">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkLabel" id="label14">
+ <property name="visible">True</property>
+ <property name="label"> </property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="vbox13">
+ <property name="visible">True</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkCheckButton" id="upscale_check">
+ <property name="label" translatable="yes">E_xpand images to fit screen</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="vbox14">
+ <property name="visible">True</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label15">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Sequence</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkHBox" id="hbox8">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkLabel" id="label16">
+ <property name="visible">True</property>
+ <property name="label"> </property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="vbox15">
+ <property name="visible">True</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkHBox" id="seconds_hbox">
+ <property name="visible">True</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label36">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">_Switch image after:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">seconds_spin</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSpinButton" id="seconds_spin">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="adjustment">adjustment1</property>
+ <property name="climb_rate">1</property>
+ <property name="numeric">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label18">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">seconds</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="loop_check">
+ <property name="label" translatable="yes">_Loop sequence</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel" id="label5">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Slideshow</property>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ <property name="tab_fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="plugin_manager_container">
+ <property name="visible">True</property>
+ <property name="border_width">12</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel" id="label97">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Plugins</property>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ <property name="tab_fill">False</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child internal-child="action_area">
+ <object class="GtkHButtonBox" id="dialog-action_area1">
+ <property name="visible">True</property>
+ <property name="layout_style">end</property>
+ <child>
+ <object class="GtkButton" id="help_button">
+ <property name="label">gtk-help</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_stock">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="close_button">
+ <property name="label">gtk-close</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_stock">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="-11">help_button</action-widget>
+ <action-widget response="-7">close_button</action-widget>
+ </action-widgets>
+ </object>
+</interface>
diff --git a/data/eom-toolbar.xml b/data/eom-toolbar.xml
new file mode 100644
index 0000000..38e895c
--- /dev/null
+++ b/data/eom-toolbar.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<toolbars version="1.0">
+<available>
+ <toolitem name="ImageOpen"/>
+ <toolitem name="ImageSave"/>
+ <toolitem name="ImagePrint"/>
+ <toolitem name="ImageProperties"/>
+ <toolitem name="ViewImageCollection"/>
+ <toolitem name="ViewFullscreen"/>
+ <toolitem name="ViewSlideshow"/>
+ <toolitem name="ViewZoomIn"/>
+ <toolitem name="ViewZoomOut"/>
+ <toolitem name="ViewZoomNormal"/>
+ <toolitem name="ViewZoomFit"/>
+ <toolitem name="EditRotate270"/>
+ <toolitem name="EditRotate90"/>
+ <toolitem name="GoFirst"/>
+ <toolitem name="GoLast"/>
+ <toolitem name="GoPrevious"/>
+ <toolitem name="GoNext"/>
+ <toolitem name="EditMoveToTrash"/>
+</available>
+<toolbar name="Toolbar">
+ <toolitem name="GoPrevious"/>
+ <toolitem name="GoNext"/>
+ <separator/>
+ <toolitem name="ViewZoomIn"/>
+ <toolitem name="ViewZoomOut"/>
+ <toolitem name="ViewZoomNormal"/>
+ <toolitem name="ViewZoomFit"/>
+ <separator/>
+ <toolitem name="EditRotate270"/>
+ <toolitem name="EditRotate90"/>
+ </toolbar>
+</toolbars>
diff --git a/data/eom-ui.xml b/data/eom-ui.xml
new file mode 100644
index 0000000..7673cd6
--- /dev/null
+++ b/data/eom-ui.xml
@@ -0,0 +1,145 @@
+<ui>
+ <menubar name="MainMenu">
+ <menu action="Image">
+ <menuitem action="ImageOpen"/>
+ <menu action='ImageOpenWith'>
+ <placeholder name="Applications Placeholder"/>
+ </menu>
+ <separator/>
+ <menuitem action="ImageSave"/>
+ <menuitem action="ImageSaveAs"/>
+ <separator/>
+ <menuitem action="ImagePrint"/>
+ <separator/>
+ <menuitem action="ImageSetAsWallpaper"/>
+ <separator/>
+ <menuitem action="ImageProperties"/>
+ <separator/>
+ <placeholder name="RecentDocuments"/>
+ <separator/>
+ <menuitem action="ImageClose"/>
+ </menu>
+ <menu action="Edit">
+ <menuitem action="EditUndo"/>
+ <separator/>
+ <menuitem action="EditFlipHorizontal"/>
+ <menuitem action="EditFlipVertical"/>
+ <separator/>
+ <menuitem action="EditRotate90"/>
+ <menuitem action="EditRotate270"/>
+ <separator/>
+ <menuitem action="EditMoveToTrash"/>
+ <separator/>
+ <menuitem action="EditToolbar"/>
+ <menuitem action="EditPreferences"/>
+ </menu>
+ <menu action="View">
+ <menuitem name="ToolbarToggle" action="ViewToolbar"/>
+ <menuitem name="StatusbarToggle" action="ViewStatusbar"/>
+ <menuitem name="ImageCollectionToggle" action="ViewImageCollection"/>
+ <menuitem name="SidebarToggle" action="ViewSidebar"/>
+ <separator/>
+ <menuitem name="Fullscreen" action="ViewFullscreen"/>
+ <menuitem name="Slideshow" action="ViewSlideshow"/>
+ <separator/>
+ <menuitem action="ViewZoomIn"/>
+ <menuitem action="ViewZoomOut"/>
+ <menuitem action="ViewZoomNormal"/>
+ <menuitem action="ViewZoomFit"/>
+ </menu>
+ <menu action="Go">
+ <menuitem name="GoPrevious" action="GoPrevious"/>
+ <menuitem name="GoNext" action="GoNext"/>
+ <separator/>
+ <menuitem name="GoFirst" action="GoFirst"/>
+ <menuitem name="GoLast" action="GoLast"/>
+ <separator/>
+ <menuitem name="GoRandom" action="GoRandom"/>
+ </menu>
+ <menu name="ToolsMenu" action="Tools">
+ <placeholder name="ToolsOps_1" />
+ <separator/>
+ <placeholder name="ToolsOps_2" />
+ <separator/>
+ <placeholder name="ToolsOps_3" />
+ <separator/>
+ <placeholder name="ToolsOps_4" />
+ <separator/>
+ <placeholder name="ToolsOps_5" />
+ </menu>
+ <menu action="Help">
+ <menuitem action="HelpManual"/>
+ <menuitem action="HelpAbout"/>
+ </menu>
+ </menubar>
+ <toolbar name="Toolbar">
+ <toolitem action="GoPrevious"/>
+ <toolitem action="GoNext"/>
+ <separator/>
+ <toolitem action="ViewZoomIn"/>
+ <toolitem action="ViewZoomOut"/>
+ <toolitem action="ViewZoomNormal"/>
+ <toolitem action="ViewZoomFit"/>
+ <separator/>
+ <toolitem action="EditRotate270"/>
+ <toolitem action="EditRotate90"/>
+ </toolbar>
+ <toolbar name="FullscreenToolbar">
+ <toolitem action="GoFirst"/>
+ <toolitem action="GoPrevious"/>
+ <toolitem action="GoNext"/>
+ <toolitem action="GoLast"/>
+ <separator/>
+ <toolitem action="ViewZoomIn"/>
+ <toolitem action="ViewZoomOut"/>
+ <toolitem action="ViewZoomNormal"/>
+ <toolitem action="ViewZoomFit"/>
+ <separator/>
+ <toolitem action="EditRotate270"/>
+ <toolitem action="EditRotate90"/>
+ <separator/>
+ <toolitem action="ViewImageCollection"/>
+ <separator/>
+ <toolitem action="PauseSlideshow"/>
+ </toolbar>
+
+ <popup name="ThumbnailPopup">
+ <menu action='ImageOpenWith'>
+ <placeholder name="Applications Placeholder"/>
+ </menu>
+ <separator/>
+ <menuitem action="ImageSave"/>
+ <menuitem action="ImageSaveAs"/>
+ <separator/>
+ <menuitem action="ImagePrint"/>
+ <separator/>
+ <menuitem action="EditMoveToTrash"/>
+ <separator/>
+ <menuitem action="ImageProperties"/>
+ <menuitem action="ImageSetAsWallpaper"/>
+ </popup>
+
+ <popup name="ViewPopup">
+ <menu action='ImageOpenWith'>
+ <placeholder name="Applications Placeholder"/>
+ </menu>
+ <separator/>
+ <menuitem action="ImageSave"/>
+ <menuitem action="ImageSaveAs"/>
+ <separator/>
+ <menuitem action="ImagePrint"/>
+ <separator/>
+ <menuitem action="EditMoveToTrash"/>
+ <separator/>
+ <menuitem action="ImageProperties"/>
+ <menuitem action="ImageSetAsWallpaper"/>
+ </popup>
+
+ <accelerator name="ControlEqualAccel" action="ControlEqual"/>
+ <accelerator name="ControlKPAddAccel" action="ControlKpAdd"/>
+ <accelerator name="ControlKPSubAccel" action="ControlKpSub"/>
+ <accelerator name="BackSpaceAccel" action="BackSpace"/>
+ <accelerator name="DeleteAccel" action="Delete"/>
+ <accelerator name="EndAccel" action="End"/>
+ <accelerator name="HomeAccel" action="Home"/>
+</ui>
diff --git a/data/eom.desktop.in.in b/data/eom.desktop.in.in
new file mode 100644
index 0000000..6fd8145
--- /dev/null
+++ b/data/eom.desktop.in.in
@@ -0,0 +1,16 @@
+[Desktop Entry]
+_Name=Image Viewer
+_Comment=Browse and rotate images
+TryExec=eom
+Exec=eom %U
+Icon=eom
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=MATE;GTK;Graphics;RasterGraphics;Viewer;
+X-MATE-Bugzilla-Bugzilla=MATE
+X-MATE-Bugzilla-Product=EOM
+X-MATE-Bugzilla-Component=general
+X-MATE-Bugzilla-Version=@VERSION@
+X-MATE-DocPath=eom/eom.xml
+MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-gray;image/x-icb;image/x-ico;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-xbitmap;image/x-xpixmap;image/x-pcx;image/svg+xml;image/svg+xml-compressed;image/vnd.wap.wbmp;
diff --git a/data/eom.pc.in b/data/eom.pc.in
new file mode 100644
index 0000000..2e7259c
--- /dev/null
+++ b/data/eom.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/eom-@EOM_API_VERSION@
+pluginsdir=@libdir@/eom/plugins
+
+Name: Eye of MATE
+Description: The MATE Image Viewer
+Requires: gtk+-2.0, mateconf-2.0
+Version: @VERSION@
+Cflags: -I${includedir}
diff --git a/data/eom.schemas.in b/data/eom.schemas.in
new file mode 100644
index 0000000..626ebca
--- /dev/null
+++ b/data/eom.schemas.in
@@ -0,0 +1,300 @@
+<mateconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/eom/view/autorotate</key>
+ <applyto>/apps/eom/view/autorotate</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Automatic orientation</short>
+ <long>Whether the image should be rotated automatically based on
+ EXIF orientation.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/view/background-color</key>
+ <applyto>/apps/eom/view/background-color</applyto>
+ <owner>eom</owner>
+ <type>string</type>
+ <default>#000000</default>
+ <locale name="C">
+ <short>Background Color</short>
+ <long>The color that is used to fill the area behind the image.
+ If the use-background-color key is not set, the color is determined
+ by the active GTK+ theme instead.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/view/use-background-color</key>
+ <applyto>/apps/eom/view/use-background-color</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Use a custom background color</short>
+ <long>If this is active, the color set by the background-color key will be used to fill the area behind the image. If it is not set, the current GTK+ theme will determine the fill color.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/view/interpolate</key>
+ <applyto>/apps/eom/view/interpolate</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Interpolate Image</short>
+ <long>Whether the image should be interpolated on zoom-out.
+ This leads to better quality but is somewhat slower than
+ non-interpolated images.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/view/extrapolate</key>
+ <applyto>/apps/eom/view/extrapolate</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Extrapolate Image</short>
+ <long>Whether the image should be extrapolated on zoom-in.
+ This leads to blurry quality and is somewhat slower than
+ non-extrapolated images.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/view/transparency</key>
+ <applyto>/apps/eom/view/transparency</applyto>
+ <owner>eom</owner>
+ <type>string</type>
+ <default>CHECK_PATTERN</default>
+ <locale name="C">
+ <short>Transparency indicator</short>
+ <long>Determines how transparency should be indicated. Valid values
+ are CHECK_PATTERN, COLOR and NONE. If COLOR is chosen, then
+ the trans-color key determines the color value used.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/view/scroll_wheel_zoom</key>
+ <applyto>/apps/eom/view/scroll_wheel_zoom</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Scroll wheel zoom</short>
+ <long>Whether the scroll wheel should be used for zooming.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/view/zoom_multiplier</key>
+ <applyto>/apps/eom/view/zoom_multiplier</applyto>
+ <owner>eom</owner>
+ <type>float</type>
+ <default>0.05</default>
+ <locale name="C">
+ <short>Zoom multiplier</short>
+ <long>The multiplier to be applied when using the mouse scroll wheel
+ for zooming. This value defines the zooming step used for each scroll
+ event. For example, 0.05 results in a 5% zoom increment for each
+ scroll event and 1.00 result in a 100% zoom increment.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/view/trans_color</key>
+ <applyto>/apps/eom/view/trans_color</applyto>
+ <owner>eom</owner>
+ <type>string</type>
+ <default>#000000</default>
+ <locale name="C">
+ <short>Transparency color</short>
+ <long>If the transparency key has the value COLOR, then this
+ key determines the color which is used for indicating transparency.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/full_screen/loop</key>
+ <applyto>/apps/eom/full_screen/loop</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Loop through the image sequence</short>
+ <long>Whether the sequence of images should be shown in an
+ endless loop.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/full_screen/upscale</key>
+ <applyto>/apps/eom/full_screen/upscale</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Allow zoom greater than 100% initially</short>
+ <long>If this is set to FALSE small images will not be
+ stretched to fit into the screen initially.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/full_screen/seconds</key>
+ <applyto>/apps/eom/full_screen/seconds</applyto>
+ <owner>eom</owner>
+ <type>int</type>
+ <default>5</default>
+ <locale name="C">
+ <short>Delay in seconds until showing the next image</short>
+ <long>A value greater than 0 determines the seconds an image stays
+ on screen until the next one is shown automatically. Zero
+ disables the automatic browsing.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/ui/toolbar</key>
+ <applyto>/apps/eom/ui/toolbar</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Show/Hide the window toolbar.</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/ui/statusbar</key>
+ <applyto>/apps/eom/ui/statusbar</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Show/Hide the window statusbar.</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/ui/image_collection</key>
+ <applyto>/apps/eom/ui/image_collection</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Show/Hide the image collection pane.</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/ui/image_collection_position</key>
+ <applyto>/apps/eom/ui/image_collection_position</applyto>
+ <owner>eom</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Image collection pane position. Set to 0 for bottom;
+ 1 for left; 2 for top; 3 for right.</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/ui/image_collection_resizable</key>
+ <applyto>/apps/eom/ui/image_collection_resizable</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Whether the image collection pane should be resizable.</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/ui/sidebar</key>
+ <applyto>/apps/eom/ui/sidebar</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Show/Hide the window side pane.</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/ui/scroll_buttons</key>
+ <applyto>/apps/eom/ui/scroll_buttons</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Show/Hide the image collection pane scroll buttons.</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/ui/disable_trash_confirmation</key>
+ <applyto>/apps/eom/ui/disable_trash_confirmation</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Trash images without asking</short>
+ <long>If activated, Eye of MATE won't ask for confirmation when
+ moving images to the trash. It will still ask if any of the files
+ cannot be moved to the trash and would be deleted instead.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/ui/filechooser_xdg_fallback</key>
+ <applyto>/apps/eom/ui/filechooser_xdg_fallback</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Whether the file chooser should show the user's pictures folder if no images are loaded.</short>
+ <long>If activated and no image is loaded in the active window, the file chooser will display the user's pictures folder using the XDG special user directories. If deactivated or the pictures folder has not been set up, it will show the current working directory.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/ui/propsdialog_netbook_mode</key>
+ <applyto>/apps/eom/ui/propsdialog_netbook_mode</applyto>
+ <owner>eom</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Whether the metadata list in the properties dialog should have its own page.</short>
+ <long>If activated, the detailed metadata list in the properties dialog
+ will be moved to its own page in the dialog. This should make the dialog
+ more usable on smaller screens, e.g. as used by netbooks. If disabled,
+ the widget will be embedded on the "Metadata" page.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/eom/plugins/active_plugins</key>
+ <applyto>/apps/eom/plugins/active_plugins</applyto>
+ <owner>eom</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short>Active plugins</short>
+ <long>List of active plugins. It doesn't contain the "Location" of the active plugins.
+ See the .eom-plugin file for obtaining the "Location" of a given plugin.</long>
+ </locale>
+ </schema>
+
+ </schemalist>
+</mateconfschemafile>
diff --git a/data/gtkrc b/data/gtkrc
new file mode 100644
index 0000000..df90b02
--- /dev/null
+++ b/data/gtkrc
@@ -0,0 +1,9 @@
+style "eom-image-collection-scrollbar" {
+ GtkScrollbar::has-backward-stepper = 0
+ GtkScrollbar::has-secondary-backward-stepper = 0
+ GtkScrollbar::has-forward-stepper = 0
+ GtkScrollbar::has-secondary-forward-stepper = 0
+ GtkScrollbar::min-slider-length = 60
+}
+
+widget "*.eom-image-collection-scrollbar" style "eom-image-collection-scrollbar"
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
new file mode 100644
index 0000000..94ba3d7
--- /dev/null
+++ b/data/icons/16x16/Makefile.am
@@ -0,0 +1,19 @@
+size = 16x16
+actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions
+appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
+
+dist_appicons_DATA = \
+ apps/eom.png
+dist_actionicons_DATA = \
+ actions/eom-plugin.png \
+ actions/eom-image-collection.png \
+ actions/slideshow-play.png
+
+noinst_DATA = \
+ apps/eom.svg \
+ actions/eom-plugin.svg \
+ actions/slideshow-play.svg
+
+EXTRA_DIST = $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/16x16/Makefile.in b/data/icons/16x16/Makefile.in
new file mode 100644
index 0000000..d47d76f
--- /dev/null
+++ b/data/icons/16x16/Makefile.in
@@ -0,0 +1,542 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = data/icons/16x16
+DIST_COMMON = $(dist_actionicons_DATA) $(dist_appicons_DATA) \
+ $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__installdirs = "$(DESTDIR)$(actioniconsdir)" \
+ "$(DESTDIR)$(appiconsdir)"
+DATA = $(dist_actionicons_DATA) $(dist_appicons_DATA) $(noinst_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
+DBUS_CFLAGS = @DBUS_CFLAGS@
+DBUS_LIBS = @DBUS_LIBS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
+DLLTOOL = @DLLTOOL@
+DOC_USER_FORMATS = @DOC_USER_FORMATS@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EOM_API_VERSION = @EOM_API_VERSION@
+EOM_CFLAGS = @EOM_CFLAGS@
+EOM_DOC_EXIF_START = @EOM_DOC_EXIF_START@
+EOM_DOC_EXIF_STOP = @EOM_DOC_EXIF_STOP@
+EOM_LIBS = @EOM_LIBS@
+EOM_MAJOR_VERSION = @EOM_MAJOR_VERSION@
+EOM_MICRO_VERSION = @EOM_MICRO_VERSION@
+EOM_MINOR_VERSION = @EOM_MINOR_VERSION@
+EXEEXT = @EXEEXT@
+EXEMPI_CFLAGS = @EXEMPI_CFLAGS@
+EXEMPI_LIBS = @EXEMPI_LIBS@
+EXIF_CFLAGS = @EXIF_CFLAGS@
+EXIF_LIBS = @EXIF_LIBS@
+FGREP = @FGREP@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_MKENUMS = @GLIB_MKENUMS@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GREP = @GREP@
+GTKDOC_CHECK = @GTKDOC_CHECK@
+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
+GTKDOC_MKPDF = @GTKDOC_MKPDF@
+GTKDOC_REBASE = @GTKDOC_REBASE@
+HELP_DIR = @HELP_DIR@
+HTML_DIR = @HTML_DIR@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+LCMS_CFLAGS = @LCMS_CFLAGS@
+LCMS_LIBS = @LCMS_LIBS@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBJPEG = @LIBJPEG@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
+LIBXML2_LIBS = @LIBXML2_LIBS@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MATECONFTOOL = @MATECONFTOOL@
+MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
+MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+NM = @NM@
+NMEDIT = @NMEDIT@
+NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OMF_DIR = @OMF_DIR@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POFILES = @POFILES@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
+PYGOBJECT_DEFSDIR = @PYGOBJECT_DEFSDIR@
+PYGOBJECT_H2DEF = @PYGOBJECT_H2DEF@
+PYGTK_CFLAGS = @PYGTK_CFLAGS@
+PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
+PYGTK_LIBS = @PYGTK_LIBS@
+PYTHON = @PYTHON@
+PYTHON_CFLAGS = @PYTHON_CFLAGS@
+PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
+PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
+PYTHON_LIBS = @PYTHON_LIBS@
+PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
+PYTHON_PLATFORM = @PYTHON_PLATFORM@
+PYTHON_PREFIX = @PYTHON_PREFIX@
+PYTHON_VERSION = @PYTHON_VERSION@
+RANLIB = @RANLIB@
+RSVG_CFLAGS = @RSVG_CFLAGS@
+RSVG_LIBS = @RSVG_LIBS@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
+X11_CFLAGS = @X11_CFLAGS@
+X11_LIBS = @X11_LIBS@
+XGETTEXT = @XGETTEXT@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+pkgpyexecdir = @pkgpyexecdir@
+pkgpythondir = @pkgpythondir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+pyexecdir = @pyexecdir@
+pythondir = @pythondir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+size = 16x16
+actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions
+appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
+dist_appicons_DATA = \
+ apps/eom.png
+
+dist_actionicons_DATA = \
+ actions/eom-plugin.png \
+ actions/eom-image-collection.png \
+ actions/slideshow-play.png
+
+noinst_DATA = \
+ apps/eom.svg \
+ actions/eom-plugin.svg \
+ actions/slideshow-play.svg
+
+EXTRA_DIST = $(noinst_DATA)
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/16x16/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign data/icons/16x16/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+install-dist_actioniconsDATA: $(dist_actionicons_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(actioniconsdir)" || $(MKDIR_P) "$(DESTDIR)$(actioniconsdir)"
+ @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(actioniconsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(actioniconsdir)" || exit $$?; \
+ done
+
+uninstall-dist_actioniconsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(actioniconsdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(actioniconsdir)" && rm -f $$files
+install-dist_appiconsDATA: $(dist_appicons_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(appiconsdir)" || $(MKDIR_P) "$(DESTDIR)$(appiconsdir)"
+ @list='$(dist_appicons_DATA)'; test -n "$(appiconsdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appiconsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(appiconsdir)" || exit $$?; \
+ done
+
+uninstall-dist_appiconsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_appicons_DATA)'; test -n "$(appiconsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(appiconsdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(appiconsdir)" && rm -f $$files
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+ for dir in "$(DESTDIR)$(actioniconsdir)" "$(DESTDIR)$(appiconsdir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-am
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-dist_actioniconsDATA \
+ install-dist_appiconsDATA
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-dist_actioniconsDATA \
+ uninstall-dist_appiconsDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ distclean distclean-generic distclean-libtool distdir dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-dist_actioniconsDATA \
+ install-dist_appiconsDATA install-dvi install-dvi-am \
+ install-exec install-exec-am install-html install-html-am \
+ install-info install-info-am install-man install-pdf \
+ install-pdf-am install-ps install-ps-am install-strip \
+ installcheck installcheck-am installdirs maintainer-clean \
+ maintainer-clean-generic mostlyclean mostlyclean-generic \
+ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
+ uninstall-dist_actioniconsDATA uninstall-dist_appiconsDATA
+
+
+-include $(top_srcdir)/git.mk
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/data/icons/16x16/actions/eom-image-collection.png b/data/icons/16x16/actions/eom-image-collection.png
new file mode 100644
index 0000000..4cecaec
--- /dev/null
+++ b/data/icons/16x16/actions/eom-image-collection.png
Binary files differ
diff --git a/data/icons/16x16/actions/eom-plugin.png b/data/icons/16x16/actions/eom-plugin.png
new file mode 100644
index 0000000..e41846e
--- /dev/null
+++ b/data/icons/16x16/actions/eom-plugin.png
Binary files differ
diff --git a/data/icons/16x16/actions/eom-plugin.svg b/data/icons/16x16/actions/eom-plugin.svg
new file mode 100644
index 0000000..674d781
--- /dev/null
+++ b/data/icons/16x16/actions/eom-plugin.svg
@@ -0,0 +1,213 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.0"
+ x="0.0000000"
+ y="0.0000000"
+ width="16"
+ height="16"
+ id="svg1"
+ sodipodi:version="0.32"
+ inkscape:version="0.43+devel"
+ sodipodi:docname="folders16.svg"
+ sodipodi:docbase="/home/lapo/Desktop/Grafica/WIP/gimp/preferences">
+ <metadata
+ id="metadata162">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Folder</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:date>2005-02-01</dc:date>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:identifier>http://jimmac.musichall.cz/</dc:identifier>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>folder</rdf:li>
+ <rdf:li>directory</rdf:li>
+ <rdf:li>storage</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666"
+ borderopacity="1"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1043"
+ inkscape:window-height="655"
+ inkscape:cy="0.022178597"
+ inkscape:cx="16.083553"
+ inkscape:zoom="1"
+ inkscape:document-units="px"
+ showgrid="false"
+ inkscape:window-x="234"
+ inkscape:window-y="315"
+ inkscape:current-layer="layer2"
+ inkscape:showpageshadow="false"
+ showborder="false"
+ inkscape:grid-points="true"
+ inkscape:grid-bbox="true"
+ inkscape:guide-bbox="true"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ width="16px"
+ height="16px" />
+ <defs
+ id="defs3">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2824">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop2826" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:0;"
+ offset="1"
+ id="stop2828" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2864">
+ <stop
+ style="stop-color:#8ae234;stop-opacity:1"
+ offset="0"
+ id="stop2866" />
+ <stop
+ style="stop-color:#4e9a06;stop-opacity:1"
+ offset="1"
+ id="stop2868" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3025">
+ <stop
+ style="stop-color:#8ae234;stop-opacity:1;"
+ offset="0"
+ id="stop3027" />
+ <stop
+ style="stop-color:#73d216;stop-opacity:1;"
+ offset="1"
+ id="stop3029" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3025"
+ id="linearGradient3031"
+ x1="28.284271"
+ y1="41.724426"
+ x2="28.284271"
+ y2="23.766773"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.224127,0,0,1.233884,94.35394,25.10826)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2864"
+ id="linearGradient1925"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.580111,0,0,0.529015,-11.37627,-7.683753)"
+ x1="30.935923"
+ y1="44.293907"
+ x2="30.935923"
+ y2="-11.761294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2864"
+ id="linearGradient1935"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.580111,0,0,0.529015,-11.37627,-7.683753)"
+ x1="30.935923"
+ y1="44.293907"
+ x2="30.935923"
+ y2="-11.761294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2824"
+ id="linearGradient2830"
+ x1="0.44194192"
+ y1="-1.7218637"
+ x2="18.119612"
+ y2="22.408155"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <g
+ inkscape:groupmode="layer"
+ id="layer1"
+ inkscape:label="pixmap"
+ style="display:inline" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="vectors"
+ style="display:inline">
+ <g
+ id="g891"
+ transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" />
+ <path
+ style="opacity:1;color:black;fill:url(#linearGradient3031);fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.99999964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 134.13807,57.806199 C 132.11092,57.806199 130.46569,59.464537 130.46569,61.507852 C 130.46569,62.598622 130.94432,63.567881 131.68982,64.245533 L 131.68982,65.209505 L 125.56918,65.209505 L 125.56918,72.612811 L 124.68934,72.612811 C 124.01562,71.811079 123.01338,71.30181 121.8968,71.30181 C 119.86965,71.30181 118.22442,72.977422 118.22442,75.042021 C 118.22442,77.106618 119.86965,78.782232 121.8968,78.782233 C 122.9763,78.782233 123.94072,78.304388 124.61283,77.548349 L 125.56918,77.548349 L 125.56918,81.250002 L 132.91395,81.250002 L 132.91395,80.28603 C 132.16845,79.608378 131.68982,78.639119 131.68982,77.548349 C 131.68982,75.505034 133.33505,73.846696 135.3622,73.846696 C 137.38936,73.846696 139.03458,75.505034 139.03458,77.548349 C 139.03458,78.639119 138.55595,79.608378 137.81046,80.28603 L 137.81046,81.250002 L 145.15522,81.250002 L 145.15522,73.846696 L 146.11157,73.846696 C 146.78369,74.602735 147.7481,75.08058 148.8276,75.08058 C 150.85476,75.08058 152.49998,73.404965 152.49998,71.340368 C 152.49998,69.275771 150.85476,67.600157 148.8276,67.600156 C 147.71102,67.600156 146.70878,68.109426 146.03506,68.911158 L 145.15522,68.911158 L 145.15522,65.209505 L 136.58633,65.209505 L 136.58633,64.245533 C 137.33183,63.567881 137.81046,62.598622 137.81046,61.507852 C 137.81046,59.464537 136.16523,57.806199 134.13807,57.806199 z "
+ id="rect1933" />
+ <path
+ style="color:black;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.99999988;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 133.5,93 C 135.48874,92.977903 139.5,94.5 139.5,94.5 L 139.5,98.5 C 139.5,98.5 135.4805,99.977903 134,100 C 132.06832,100.03504 131,98 131,95 C 131,94 131.56806,93.014845 133.5,93 z "
+ id="path2829"
+ sodipodi:nodetypes="ccccsc" />
+ <path
+ style="opacity:1;color:black;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 136.5,19.5 C 133.5,19.5 131.50807,20.568017 131.5,22.5 C 131.5,23.90625 132.53125,25.03125 132.5,27.5 L 123.5,27.5 L 123.5,34.5 C 121.65625,34.609375 120.22965,33.486337 119,33.5 C 117.06806,33.514845 116.5,34.5 116.5,35.5 C 116.5,38.500001 117.56832,40.535041 119.5,40.5 C 120.47439,40.485457 120.98438,39.53125 123.5,39.5 L 123.5,46.5 L 132.5,46.5 C 132.5,43.441942 131.51704,42.642007 131.5,41.5 C 131.46496,39.56832 133.5,38.5 136.5,38.5 C 137.5,38.5 139.5,39.068003 139.5,41 C 139.5,43 137.5,42.940844 137.5,46.5 L 146.5,46.5 L 146.5,38.5 C 148.95278,38.464308 149.9974,40.513864 151.5,40.5 C 153.43171,40.466763 153.5,38.5 153.5,37 C 153.5,36 152.932,33.5 151,33.5 C 149.98353,33.5 148.48874,34.522097 146.5,34.5 L 146.5,27.5 L 137.5,27.5 C 137.46875,25.46875 139.53125,23.03125 139.5,22 C 139.43965,20.068943 137.5,19.5 136.5,19.5 z "
+ id="path2841"
+ sodipodi:nodetypes="cccccssscccsssccccsscccsc" />
+ <path
+ style="opacity:1;color:black;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 137,-21.5 C 136,-21.5 133.5,-20.932 133.5,-19 C 133.5,-17.98353 134.5221,-16.48874 134.5,-14.5 L 127.5,-14.5 L 127.5,-5.5 C 125.46875,-5.46875 123.03125,-7.53125 122,-7.5 C 120.06894,-7.439654 119.5,-5.5 119.5,-4.5 C 119.5,-1.499999 120.56802,0.491928 122.5,0.5 C 123.90625,0.5 125.03125,-0.53125 127.5,-0.5 L 127.5,8.5 L 134.5,8.5 C 134.5,6 132.5,5.500976 132.5,3.5 C 132.5,2 133.5,1.5 135,1.5 C 137.4383,1.5 139.5,1.999024 139.5,4 C 139.5,5.229726 138.5,6.5 138.5,8.5 L 146.5,8.5 L 146.5,-3.5 C 143.44194,-3.5 142.64201,-2.517045 141.5,-2.5 C 139.56832,-2.464959 138.5,-3.5 138.5,-6.5 C 138.5,-7.499999 139.068,-9.5 141,-9.5 C 143,-9.5 142.94084,-7.5 146.5,-7.5 L 146.5,-14.5 L 138.5,-14.5 C 138.46431,-16.95278 140.51386,-17.9974 140.5,-19.5 C 140.46676,-21.43171 138.5,-21.5 137,-21.5 z "
+ id="path2843"
+ sodipodi:nodetypes="cscccssccccssscccsssccccc" />
+ <path
+ style="color:black;fill:url(#linearGradient1925);fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.99999917;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 9.087845,0.51597742 C 8.5077335,0.51597742 7.0574555,0.81645779 7.0574555,1.8385144 C 7.0574555,2.3762421 7.512819,2.4479271 7.5,3.5 L 3.5,3.5 L 3.5,7.5 C 2.5,7.5 2.0984681,6.5 1.5,6.5 C 0.5,6.5 0.5,8 0.51601099,8.509229 C 0.54715112,9.49964 0.37923519,11.49573 1.5,11.5 C 2,11.5 2.5,10.5 3.5,10.5 L 3.5,15.5 L 7.474135,15.490121 C 7.474135,14.167585 6.5,14.558546 6.5,13.5 C 6.5,12.706478 7.6298329,12.5 8.5,12.5 C 9.914485,12.5 10.5,12.441454 10.5,13.5 C 10.5,14.150543 9.5,14.441971 9.5,15.5 L 15.5,15.5 L 15.5,10.448002 C 14.5,10.5 14.16256,11.5 13.5,11.5 C 13,11.5 12.5,11 12.5,9.5 C 12.5,8 13,7.5 13.5,7.5 C 14.5,7.5 14.5,8.5 15.5,8.5 L 15.5,3.5 L 10.5,3.5 C 10.479295,2.2024431 12.222462,2.4437726 12.214419,1.648875 C 12.214419,0.5159775 10.624765,0.51597742 9.087845,0.51597742 z "
+ id="path2848"
+ sodipodi:nodetypes="cscccssccccssscccsssccccc" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.92670691"
+ inkscape:original="M 9.09375 0.53125 C 8.5136387 0.53124998 7.0625 0.82169339 7.0625 1.84375 C 7.0625 2.3814777 7.512819 2.4479271 7.5 3.5 L 3.5 3.5 L 3.5 7.5 C 2.5 7.5 2.0984681 6.5 1.5 6.5 C 0.5 6.5 0.51523901 7.990771 0.53125 8.5 C 0.56239012 9.4904113 0.37923519 11.49573 1.5 11.5 C 2 11.5 2.5 10.5 3.5 10.5 L 3.5 15.5 L 7.46875 15.5 C 7.4687501 14.177464 6.5 14.558546 6.5 13.5 C 6.5 12.706478 7.6298329 12.5 8.5 12.5 C 9.914485 12.5 10.5 12.441454 10.5 13.5 C 10.5 14.150543 9.5 14.441971 9.5 15.5 L 15.5 15.5 L 15.5 10.4375 C 14.5 10.489498 14.16256 11.5 13.5 11.5 C 13 11.5 12.5 11 12.5 9.5 C 12.5 8 13 7.5 13.5 7.5 C 14.5 7.5 14.5 8.5 15.5 8.5 L 15.5 3.5 L 10.5 3.5 C 10.479295 2.2024431 12.226793 2.4511476 12.21875 1.65625 C 12.21875 0.5233525 10.63067 0.53125 9.09375 0.53125 z "
+ style="color:black;fill:url(#linearGradient1935);fill-opacity:1.0;fill-rule:nonzero;stroke:url(#linearGradient2830);stroke-width:0.99999917;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path1933"
+ d="M 9.09375,1.46875 C 8.958352,1.46875 8.5138764,1.5347877 8.25,1.65625 C 8.1180618,1.7169811 8.0263445,1.781463 8,1.8125 C 7.9736555,1.843537 8,1.807529 8,1.84375 C 8,1.8539242 7.9779489,1.7771661 8.125,2.0625 C 8.2720511,2.3478339 8.4455231,2.8415358 8.4375,3.5 C 8.4403978,3.7495175 8.3425566,3.9896617 8.1661092,4.1661092 C 7.9896617,4.3425566 7.7495175,4.4403978 7.5,4.4375 L 4.4375,4.4375 L 4.4375,7.5 C 4.4403978,7.7495175 4.3425566,7.9896617 4.1661092,8.1661092 C 3.9896617,8.3425566 3.7495175,8.4403978 3.5,8.4375 C 2.6910977,8.4375 2.0892238,8.0012562 1.75,7.71875 C 1.4903183,7.5024867 1.5163147,7.5126846 1.5625,7.5 C 1.5502654,7.5282268 1.5433357,7.5182547 1.53125,7.5625 C 1.462189,7.81533 1.4613469,8.2332961 1.46875,8.46875 C 1.4867309,9.0406316 1.4562937,9.7411755 1.53125,10.21875 C 1.5475141,10.322375 1.5723341,10.337344 1.59375,10.40625 C 1.646354,10.363052 1.6539103,10.333122 1.71875,10.28125 C 2.0783158,9.9935974 2.6910977,9.5625 3.5,9.5625 C 3.7495175,9.5596022 3.9896617,9.6574434 4.1661092,9.8338908 C 4.3425566,10.010338 4.4403978,10.250482 4.4375,10.5 L 4.4375,14.5625 L 5.875,14.5625 C 5.6902624,14.278606 5.5625,13.895261 5.5625,13.5 C 5.5625,13.081709 5.7469392,12.652258 6,12.375 C 6.2530608,12.097742 6.5576192,11.954047 6.84375,11.84375 C 7.4160115,11.623156 7.9916184,11.5625 8.5,11.5625 C 9.1944569,11.5625 9.7086072,11.487478 10.34375,11.71875 C 10.661321,11.834386 11.002859,12.12493 11.1875,12.46875 C 11.372141,12.81257 11.4375,13.149932 11.4375,13.5 C 11.4375,13.900055 11.248301,14.245643 11.09375,14.46875 C 11.06684,14.507597 11.057467,14.5281 11.03125,14.5625 L 14.5625,14.5625 L 14.5625,12.0625 C 14.306144,12.262638 13.986703,12.4375 13.5,12.4375 C 12.941098,12.4375 12.349633,12.061888 12.03125,11.53125 C 11.712867,11.000612 11.5625,10.352967 11.5625,9.5 C 11.5625,8.6470326 11.712867,7.9993877 12.03125,7.46875 C 12.349633,6.9381123 12.941098,6.5625 13.5,6.5625 C 13.9271,6.5625 14.273599,6.7322257 14.5625,6.90625 L 14.5625,4.4375 L 10.5,4.4375 C 10.250482,4.4403978 10.010338,4.3425566 9.8338908,4.1661092 C 9.6574434,3.9896617 9.5596022,3.7495175 9.5625,3.5 C 9.5540134,2.9681537 9.7912496,2.479036 10.09375,2.15625 C 10.39625,1.833464 10.718138,1.677823 10.96875,1.5625 C 10.552797,1.4738055 9.8390151,1.46875 9.09375,1.46875 z " />
+ </g>
+</svg>
diff --git a/data/icons/16x16/actions/slideshow-play.png b/data/icons/16x16/actions/slideshow-play.png
new file mode 100644
index 0000000..209037a
--- /dev/null
+++ b/data/icons/16x16/actions/slideshow-play.png
Binary files differ
diff --git a/data/icons/16x16/actions/slideshow-play.svg b/data/icons/16x16/actions/slideshow-play.svg
new file mode 100644
index 0000000..e49168d
--- /dev/null
+++ b/data/icons/16x16/actions/slideshow-play.svg
@@ -0,0 +1,353 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2160"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/hbons/Desktop/Ubuntu Visual Refresh: Discovery"
+ sodipodi:docname="slideshow-play.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ inkscape:export-filename="/home/andreas/project/misc icons/16x16/slideshow-play.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs2162">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 8 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="16 : 8 : 1"
+ inkscape:persp3d-origin="8 : 5.3333333 : 1"
+ id="perspective6145" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3579">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3581" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3583" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3561">
+ <stop
+ style="stop-color:#f57900;stop-opacity:1"
+ offset="0"
+ id="stop3563" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3565" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3414">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop3416" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1"
+ id="stop3418" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3392">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0"
+ id="stop3394" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="1"
+ id="stop3396" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3860">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1;"
+ offset="0"
+ id="stop3862" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1"
+ offset="1"
+ id="stop3864" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3844">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop3846" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:0;"
+ offset="1"
+ id="stop3848" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3860"
+ id="linearGradient3534"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4736842,0,0,0.6666668,-1.105263,-1.1666668)"
+ x1="26.357143"
+ y1="2.5714288"
+ x2="29"
+ y2="10.571428" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3536"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2863583,0,0,0.9783807,0.2818499,2.8919026)"
+ x1="15.470238"
+ y1="-4.5"
+ x2="63.35651"
+ y2="-4.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3414"
+ id="radialGradient3547"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.08053,0,0,1.0866465,-3.8766135,-1.6952418)"
+ cx="11"
+ cy="8"
+ fx="11"
+ fy="8"
+ r="9" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3392"
+ id="linearGradient3603"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-6)"
+ x1="13"
+ y1="19.46492"
+ x2="13"
+ y2="17.495155" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3561"
+ id="linearGradient2470"
+ gradientUnits="userSpaceOnUse"
+ x1="6.7071066"
+ y1="9.3154173"
+ x2="5.2149124"
+ y2="6.0229516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3579"
+ id="linearGradient2473"
+ gradientUnits="userSpaceOnUse"
+ x1="5.96875"
+ y1="6.3683372"
+ x2="6.844131"
+ y2="9.3674173" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="7.8585906"
+ inkscape:cy="6.942953"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1440"
+ inkscape:window-height="791"
+ inkscape:window-x="0"
+ inkscape:window-y="28"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:snap-nodes="true"
+ inkscape:snap-bbox="false"
+ objecttolerance="10000"
+ gridtolerance="10000"
+ showborder="false"
+ inkscape:showpageshadow="false"
+ guidetolerance="10000">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2561"
+ empspacing="2"
+ visible="true"
+ enabled="true"
+ spacingx="1px"
+ spacingy="1px" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="8,9.125"
+ id="guide3609" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata2165">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Presentation</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Based of Hylke Bons work</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <cc:license
+ rdf:resource="http://www.gnu.org/licenses/lgpl.html" />
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>presentation</rdf:li>
+ <rdf:li>slides</rdf:li>
+ <rdf:li>powerpoint</rdf:li>
+ <rdf:li>spreadsheet</rdf:li>
+ <rdf:li>impress</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:date>2008-06-10</dc:date>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#888a85;stroke-width:2.9;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 6.5,14.5 L 8.5,13.5 L 10.5,14.5"
+ id="path3251"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3603);stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 8.5,10.5 L 8.5,12.5"
+ id="path3595"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+ d="M 6.5,14.5 L 8.5,13.5 L 10.5,14.5"
+ id="path3247"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 8.5,10.5 L 8.5,13.5"
+ id="path3597"
+ sodipodi:nodetypes="cc" />
+ <rect
+ style="opacity:1;fill:url(#radialGradient3547);fill-opacity:1;stroke:#babdb6;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3545"
+ width="13"
+ height="11"
+ x="1.5"
+ y="0.49999997"
+ rx="1.4994825"
+ ry="1.4994825" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3551"
+ width="11.003937"
+ height="9.0051527"
+ x="2.4960632"
+ y="1.4948474"
+ rx="0.83219904"
+ ry="0.83219904" />
+ <path
+ style="opacity:0.07207207;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.80000000999999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 1,2 L 15,2 L 15,4 L 1,4 L 1,2 z"
+ id="path3615"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#babdb6;fill-opacity:1;stroke:url(#linearGradient3534);stroke-width:0.9999997;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 1.5,0.49999988 L 14.5,0.49999988 C 15.054,0.49999988 15.5,0.94599993 15.5,1.5 C 15.5,2.0540001 15.054,2.5000001 14.5,2.5000001 L 1.5,2.5000001 C 0.946,2.5000001 0.5,2.0540001 0.5,1.5 C 0.5,0.94599993 0.946,0.49999988 1.5,0.49999988 z"
+ id="path3526"
+ sodipodi:nodetypes="ccsccsc" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3536);fill-opacity:1;stroke:none"
+ id="rect3528"
+ width="12"
+ height="1"
+ x="2"
+ y="-2"
+ transform="scale(1,-1)"
+ rx="0.35317519"
+ ry="0.46757096" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect3530"
+ width="1.4375"
+ height="1.4375"
+ x="0.78125"
+ y="0.78125"
+ transform="matrix(7.3523147e-8,1,1,-1.8380794e-8,0,0)"
+ rx="0.71875"
+ ry="0.71875" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect3532"
+ width="1.5"
+ height="1.4999999"
+ x="0.75000048"
+ y="13.75"
+ transform="matrix(7.3523153e-8,1,1,-1.8380793e-8,0,0)"
+ rx="0.74999988"
+ ry="0.74999994" />
+ <path
+ style="opacity:0.38288288;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.80000000999999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 2,2 L 14,2 L 14,3 L 2,3 L 2,2 z"
+ id="path3275"
+ sodipodi:nodetypes="ccccc" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.79999995000000013;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3240"
+ width="1"
+ height="1"
+ x="6"
+ y="14" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3242"
+ width="1"
+ height="1"
+ x="10"
+ y="14" />
+ <rect
+ style="opacity:0.18468468;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.90000010000000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3244"
+ width="3"
+ height="1"
+ x="7"
+ y="12" />
+ <path
+ style="fill:#888a85;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 6,4 L 6,10 L 11,6.5358983 L 6,4 z"
+ id="path5208"
+ sodipodi:nodetypes="cccc" />
+ </g>
+</svg>
diff --git a/data/icons/16x16/apps/eom.png b/data/icons/16x16/apps/eom.png
new file mode 100644
index 0000000..5874de0
--- /dev/null
+++ b/data/icons/16x16/apps/eom.png
Binary files differ
diff --git a/data/icons/16x16/apps/eom.svg b/data/icons/16x16/apps/eom.svg
new file mode 100644
index 0000000..452905e
--- /dev/null
+++ b/data/icons/16x16/apps/eom.svg
@@ -0,0 +1,339 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg1872"
+ sodipodi:version="0.32"
+ inkscape:version="0.44.1"
+ sodipodi:docbase="/home/ulisse/Desktop/EOM/16x16"
+ sodipodi:docname="eom.svg"
+ inkscape:export-filename="/home/ulisse/Desktop/EOM/eom.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ version="1.0">
+ <defs
+ id="defs1874">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3699">
+ <stop
+ style="stop-color:#8f5902;stop-opacity:1;"
+ offset="0"
+ id="stop3701" />
+ <stop
+ style="stop-color:#a26c14;stop-opacity:1"
+ offset="1"
+ id="stop3703" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3619"
+ inkscape:collect="always">
+ <stop
+ id="stop3621"
+ offset="0"
+ style="stop-color:#667d21;stop-opacity:1" />
+ <stop
+ id="stop3623"
+ offset="1"
+ style="stop-color:#c3d339;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2945"
+ inkscape:collect="always">
+ <stop
+ id="stop2947"
+ offset="0"
+ style="stop-color:white;stop-opacity:1" />
+ <stop
+ id="stop2949"
+ offset="1"
+ style="stop-color:#a8a9a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2881">
+ <stop
+ style="stop-color:#5f615d;stop-opacity:1"
+ offset="0"
+ id="stop2883" />
+ <stop
+ style="stop-color:#373e41;stop-opacity:1"
+ offset="1"
+ id="stop2885" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2949">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2951" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2953" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3218">
+ <stop
+ id="stop3220"
+ offset="0"
+ style="stop-color:white;stop-opacity:0" />
+ <stop
+ style="stop-color:#204a87;stop-opacity:0.0887574;"
+ offset="0.5"
+ id="stop3222" />
+ <stop
+ id="stop3224"
+ offset="1"
+ style="stop-color:#204a87;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2842"
+ inkscape:collect="always">
+ <stop
+ id="stop2844"
+ offset="0"
+ style="stop-color:white;stop-opacity:1" />
+ <stop
+ id="stop2846"
+ offset="1"
+ style="stop-color:#e2e2df;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2842"
+ id="linearGradient2930"
+ gradientUnits="userSpaceOnUse"
+ x1="10.625015"
+ y1="9.375"
+ x2="14.480963"
+ y2="29.564426"
+ gradientTransform="matrix(0.323391,-2.964092e-3,6.578876e-3,0.295078,-1.069331,-1.320367)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3218"
+ id="radialGradient2977"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.659992,-3.924745e-7,3.625985e-7,0.608628,20.58139,9.676477)"
+ cx="60.532116"
+ cy="24.724428"
+ fx="60.532116"
+ fy="24.724428"
+ r="10.532116" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2881"
+ id="linearGradient2979"
+ gradientUnits="userSpaceOnUse"
+ x1="59.009377"
+ y1="16.16551"
+ x2="66.460114"
+ y2="34.108303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2949"
+ id="linearGradient2983"
+ gradientUnits="userSpaceOnUse"
+ x1="53.8335"
+ y1="19.828632"
+ x2="56.286068"
+ y2="33.055767" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3619"
+ id="linearGradient3964"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.285103,-3.41455e-3,2.004028e-3,0.289888,-0.371685,-0.798308)"
+ x1="13.720824"
+ y1="28.167385"
+ x2="17.472685"
+ y2="9.4276752" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2945"
+ id="linearGradient3689"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.280451,-1.484523e-2,-6.790933e-3,0.298782,6.285496e-2,-1.18937)"
+ x1="16.552513"
+ y1="27.669502"
+ x2="14.612556"
+ y2="4.9008713" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3699"
+ id="linearGradient3705"
+ x1="13.673748"
+ y1="13.897748"
+ x2="14.342718"
+ y2="11.975301"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#c5c5c5"
+ borderopacity="1"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="64"
+ inkscape:cx="5.7799168"
+ inkscape:cy="12.185694"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1049"
+ inkscape:window-height="743"
+ inkscape:window-x="161"
+ inkscape:window-y="23"
+ inkscape:grid-points="true"
+ showborder="true"
+ inkscape:guide-bbox="true"
+ width="16px"
+ height="16px"
+ showguides="true" />
+ <metadata
+ id="metadata1877">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Ulisse Perusin</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:title>Eye Of Mate</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>eye of mate</rdf:li>
+ <rdf:li>image viewer</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="rect2829"
+ d="M 1.500117,0.500012 L 9.500117,0.500012 C 9.959211,0.4958041 10.490777,1.0811119 10.500117,1.500012 L 10.500117,9.500012 C 10.509456,9.918912 9.959211,10.495804 9.500117,10.500012 L 1.500117,10.500012 C 1.0410231,10.50422 0.50945656,9.918912 0.50011696,9.500012 L 0.50011696,1.500012 C 0.49077746,1.0811119 1.0410231,0.5042199 1.500117,0.500012 z "
+ style="fill:url(#linearGradient2930);fill-opacity:1;fill-rule:nonzero;stroke:#858781;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="rect2811"
+ d="M 1.500117,2.500012 L 9.500117,2.500012 L 9.500117,8.500012 L 1.500117,8.500012 L 1.500117,2.500012 z "
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3689);stroke-width:0.99999964;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
+ <g
+ style="display:inline"
+ id="g3966">
+ <path
+ style="fill:url(#linearGradient3964);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 2,3 L 9.0000001,3 L 9.0000001,8 L 2,8 L 2,3 z "
+ id="rect3149"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
+ id="path3361"
+ d="M 12.549158,23.225127 L 8.7001466,23.225127 L 8.7001466,19.337329 L 12.549158,17.39343 L 10.624652,15.449531 L 4.8511357,15.449531 L 4.8511357,11.561732 L 10.624652,11.561732 L 12.549158,9.6178333 L 8.7001466,7.6739343 L 8.7001466,3.7861361 L 12.549158,3.7861361 L 14.473663,9.6178333 L 16.398169,7.6739343 L 16.398169,3.7861361 L 20.24718,3.7861361 L 20.24718,9.6178333 L 22.171685,9.6178333 L 24.096191,7.6739343 L 27.945202,7.6739343 L 27.945202,11.561732 L 24.096191,11.561732 L 22.171685,13.505631 L 27.945202,15.449531 L 27.945202,19.337329 L 24.096191,19.337329 L 22.171685,17.39343 L 20.24718,17.39343 L 20.24718,23.225127 L 16.398169,23.225127 L 16.398169,19.337329 L 12.549158,19.337329 L 12.549158,23.225127 z "
+ style="fill:white;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.09468126;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ transform="matrix(0.259807,0,0,0.257215,0.739641,2.026149)" />
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#c2680c;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path1914"
+ sodipodi:cx="15.5"
+ sodipodi:cy="5.5"
+ sodipodi:rx="1.5"
+ sodipodi:ry="1"
+ d="M 17 5.5 A 1.5 1 0 1 1 14,5.5 A 1.5 1 0 1 1 17 5.5 z"
+ transform="translate(-10.5,-1.192093e-7)" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="lente"
+ style="display:inline">
+ <g
+ id="g3041">
+ <path
+ transform="matrix(0.420822,0,0,0.419544,-16.97314,-1.872981)"
+ d="M 71.064232 24.724428 A 10.532116 10.724427 0 1 1 50,24.724428 A 10.532116 10.724427 0 1 1 71.064232 24.724428 z"
+ sodipodi:ry="10.724427"
+ sodipodi:rx="10.532116"
+ sodipodi:cy="24.724428"
+ sodipodi:cx="60.532116"
+ id="path2982"
+ style="opacity:0.4;fill:url(#radialGradient2977);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88565296;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(0.448844,0,0,0.43584,-18.66933,-2.275901)"
+ d="M 69.443906 24.724428 A 8.9117899 9.1776361 0 1 1 51.620326,24.724428 A 8.9117899 9.1776361 0 1 1 69.443906 24.724428 z"
+ sodipodi:ry="9.1776361"
+ sodipodi:rx="8.9117899"
+ sodipodi:cy="24.724428"
+ sodipodi:cx="60.532116"
+ id="path2994"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2979);stroke-width:2.26094413;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:open="true"
+ sodipodi:end="4.3266189"
+ sodipodi:start="2.0051054"
+ sodipodi:type="arc"
+ style="opacity:0.8;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2983);stroke-width:3.39020109;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2944"
+ sodipodi:cx="60.532116"
+ sodipodi:cy="24.724428"
+ sodipodi:rx="9.9629145"
+ sodipodi:ry="10.377243"
+ d="M 56.339884,34.138258 A 9.9629145,10.377243 0 0 1 56.783343,15.10982"
+ transform="matrix(0.281466,0.102654,-0.10256,0.271713,-6.001898,-4.431808)" />
+ <path
+ inkscape:transform-center-y="5.22802"
+ inkscape:transform-center-x="-5.1491994"
+ style="fill:#d79b3d;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3705);stroke-width:1.0000006;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 11.5,12.5 L 12.5,11.5 C 13.481798,12.226658 14.724996,13.153365 15.5,14 C 15.5,15.5 15.5,15.5 14,15.5 C 13.153549,14.712901 12.169521,13.556177 11.5,12.5 z "
+ id="path2163"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ </g>
+</svg>
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
new file mode 100644
index 0000000..7d116aa
--- /dev/null
+++ b/data/icons/22x22/Makefile.am
@@ -0,0 +1,19 @@
+size = 22x22
+actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions
+appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
+
+dist_appicons_DATA = \
+ apps/eom.png
+dist_actionicons_DATA = \
+ actions/eom-plugin.png \
+ actions/eom-image-collection.png \
+ actions/slideshow-play.png
+
+noinst_DATA = \
+ apps/eom.svg \
+ actions/eom-plugin.svg \
+ actions/slideshow-play.svg
+
+EXTRA_DIST = $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/22x22/Makefile.in b/data/icons/22x22/Makefile.in
new file mode 100644
index 0000000..7326e63
--- /dev/null
+++ b/data/icons/22x22/Makefile.in
@@ -0,0 +1,542 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = data/icons/22x22
+DIST_COMMON = $(dist_actionicons_DATA) $(dist_appicons_DATA) \
+ $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__installdirs = "$(DESTDIR)$(actioniconsdir)" \
+ "$(DESTDIR)$(appiconsdir)"
+DATA = $(dist_actionicons_DATA) $(dist_appicons_DATA) $(noinst_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
+DBUS_CFLAGS = @DBUS_CFLAGS@
+DBUS_LIBS = @DBUS_LIBS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
+DLLTOOL = @DLLTOOL@
+DOC_USER_FORMATS = @DOC_USER_FORMATS@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EOM_API_VERSION = @EOM_API_VERSION@
+EOM_CFLAGS = @EOM_CFLAGS@
+EOM_DOC_EXIF_START = @EOM_DOC_EXIF_START@
+EOM_DOC_EXIF_STOP = @EOM_DOC_EXIF_STOP@
+EOM_LIBS = @EOM_LIBS@
+EOM_MAJOR_VERSION = @EOM_MAJOR_VERSION@
+EOM_MICRO_VERSION = @EOM_MICRO_VERSION@
+EOM_MINOR_VERSION = @EOM_MINOR_VERSION@
+EXEEXT = @EXEEXT@
+EXEMPI_CFLAGS = @EXEMPI_CFLAGS@
+EXEMPI_LIBS = @EXEMPI_LIBS@
+EXIF_CFLAGS = @EXIF_CFLAGS@
+EXIF_LIBS = @EXIF_LIBS@
+FGREP = @FGREP@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_MKENUMS = @GLIB_MKENUMS@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GREP = @GREP@
+GTKDOC_CHECK = @GTKDOC_CHECK@
+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
+GTKDOC_MKPDF = @GTKDOC_MKPDF@
+GTKDOC_REBASE = @GTKDOC_REBASE@
+HELP_DIR = @HELP_DIR@
+HTML_DIR = @HTML_DIR@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+LCMS_CFLAGS = @LCMS_CFLAGS@
+LCMS_LIBS = @LCMS_LIBS@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBJPEG = @LIBJPEG@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
+LIBXML2_LIBS = @LIBXML2_LIBS@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MATECONFTOOL = @MATECONFTOOL@
+MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
+MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+NM = @NM@
+NMEDIT = @NMEDIT@
+NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OMF_DIR = @OMF_DIR@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POFILES = @POFILES@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
+PYGOBJECT_DEFSDIR = @PYGOBJECT_DEFSDIR@
+PYGOBJECT_H2DEF = @PYGOBJECT_H2DEF@
+PYGTK_CFLAGS = @PYGTK_CFLAGS@
+PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
+PYGTK_LIBS = @PYGTK_LIBS@
+PYTHON = @PYTHON@
+PYTHON_CFLAGS = @PYTHON_CFLAGS@
+PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
+PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
+PYTHON_LIBS = @PYTHON_LIBS@
+PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
+PYTHON_PLATFORM = @PYTHON_PLATFORM@
+PYTHON_PREFIX = @PYTHON_PREFIX@
+PYTHON_VERSION = @PYTHON_VERSION@
+RANLIB = @RANLIB@
+RSVG_CFLAGS = @RSVG_CFLAGS@
+RSVG_LIBS = @RSVG_LIBS@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
+X11_CFLAGS = @X11_CFLAGS@
+X11_LIBS = @X11_LIBS@
+XGETTEXT = @XGETTEXT@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+pkgpyexecdir = @pkgpyexecdir@
+pkgpythondir = @pkgpythondir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+pyexecdir = @pyexecdir@
+pythondir = @pythondir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+size = 22x22
+actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions
+appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
+dist_appicons_DATA = \
+ apps/eom.png
+
+dist_actionicons_DATA = \
+ actions/eom-plugin.png \
+ actions/eom-image-collection.png \
+ actions/slideshow-play.png
+
+noinst_DATA = \
+ apps/eom.svg \
+ actions/eom-plugin.svg \
+ actions/slideshow-play.svg
+
+EXTRA_DIST = $(noinst_DATA)
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/22x22/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign data/icons/22x22/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+install-dist_actioniconsDATA: $(dist_actionicons_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(actioniconsdir)" || $(MKDIR_P) "$(DESTDIR)$(actioniconsdir)"
+ @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(actioniconsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(actioniconsdir)" || exit $$?; \
+ done
+
+uninstall-dist_actioniconsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(actioniconsdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(actioniconsdir)" && rm -f $$files
+install-dist_appiconsDATA: $(dist_appicons_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(appiconsdir)" || $(MKDIR_P) "$(DESTDIR)$(appiconsdir)"
+ @list='$(dist_appicons_DATA)'; test -n "$(appiconsdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appiconsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(appiconsdir)" || exit $$?; \
+ done
+
+uninstall-dist_appiconsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_appicons_DATA)'; test -n "$(appiconsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(appiconsdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(appiconsdir)" && rm -f $$files
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+ for dir in "$(DESTDIR)$(actioniconsdir)" "$(DESTDIR)$(appiconsdir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-am
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-dist_actioniconsDATA \
+ install-dist_appiconsDATA
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-dist_actioniconsDATA \
+ uninstall-dist_appiconsDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ distclean distclean-generic distclean-libtool distdir dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-dist_actioniconsDATA \
+ install-dist_appiconsDATA install-dvi install-dvi-am \
+ install-exec install-exec-am install-html install-html-am \
+ install-info install-info-am install-man install-pdf \
+ install-pdf-am install-ps install-ps-am install-strip \
+ installcheck installcheck-am installdirs maintainer-clean \
+ maintainer-clean-generic mostlyclean mostlyclean-generic \
+ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
+ uninstall-dist_actioniconsDATA uninstall-dist_appiconsDATA
+
+
+-include $(top_srcdir)/git.mk
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/data/icons/22x22/actions/eom-image-collection.png b/data/icons/22x22/actions/eom-image-collection.png
new file mode 100644
index 0000000..0392159
--- /dev/null
+++ b/data/icons/22x22/actions/eom-image-collection.png
Binary files differ
diff --git a/data/icons/22x22/actions/eom-plugin.png b/data/icons/22x22/actions/eom-plugin.png
new file mode 100644
index 0000000..e1e2c73
--- /dev/null
+++ b/data/icons/22x22/actions/eom-plugin.png
Binary files differ
diff --git a/data/icons/22x22/actions/eom-plugin.svg b/data/icons/22x22/actions/eom-plugin.svg
new file mode 100644
index 0000000..25af771
--- /dev/null
+++ b/data/icons/22x22/actions/eom-plugin.svg
@@ -0,0 +1,377 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.0"
+ x="0.0000000"
+ y="0.0000000"
+ width="22"
+ height="22"
+ id="svg1"
+ sodipodi:version="0.32"
+ inkscape:version="0.43+devel"
+ sodipodi:docname="plugins22.svg"
+ sodipodi:docbase="/home/lapo/Desktop/Grafica/WIP/gimp/preferences">
+ <metadata
+ id="metadata162">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Folder</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:date>2005-02-01</dc:date>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:identifier>http://jimmac.musichall.cz/</dc:identifier>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>folder</rdf:li>
+ <rdf:li>directory</rdf:li>
+ <rdf:li>storage</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666"
+ borderopacity="1"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1043"
+ inkscape:window-height="655"
+ inkscape:cy="1.6201136"
+ inkscape:cx="15.684535"
+ inkscape:zoom="1"
+ inkscape:document-units="px"
+ showgrid="false"
+ inkscape:window-x="234"
+ inkscape:window-y="315"
+ inkscape:current-layer="layer2"
+ inkscape:showpageshadow="false"
+ showborder="false"
+ inkscape:grid-points="true"
+ inkscape:grid-bbox="true"
+ inkscape:guide-bbox="true"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ width="22px"
+ height="22px" />
+ <defs
+ id="defs3">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2886">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2888" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2890" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3782">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop3784" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3786" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3772">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop3774" />
+ <stop
+ id="stop3780"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3776" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2864">
+ <stop
+ style="stop-color:#8ae234;stop-opacity:1"
+ offset="0"
+ id="stop2866" />
+ <stop
+ style="stop-color:#4e9a06;stop-opacity:1"
+ offset="1"
+ id="stop2868" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2854">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2856" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2858" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3025">
+ <stop
+ style="stop-color:#8ae234;stop-opacity:1;"
+ offset="0"
+ id="stop3027" />
+ <stop
+ style="stop-color:#73d216;stop-opacity:1;"
+ offset="1"
+ id="stop3029" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3025"
+ id="linearGradient3031"
+ x1="28.284271"
+ y1="41.724426"
+ x2="28.284271"
+ y2="23.766773"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.224127,0,0,1.233884,94.35394,25.10826)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3772"
+ id="linearGradient3836"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.583333,0,0,1.142857,13.16666,-6.714286)"
+ x1="30.992197"
+ y1="46.986557"
+ x2="30.992197"
+ y2="43.494534" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3838"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-35,-15)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3840"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-97.5,-105)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2864"
+ id="linearGradient1986"
+ gradientUnits="userSpaceOnUse"
+ x1="30.935923"
+ y1="44.293907"
+ x2="30.935923"
+ y2="-11.761294"
+ gradientTransform="matrix(0.729858,0,0,0.700436,-13.43842,-10.35676)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2854"
+ id="linearGradient1988"
+ gradientUnits="userSpaceOnUse"
+ x1="17.536978"
+ y1="4.823194"
+ x2="44.375"
+ y2="57.75" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2886"
+ id="linearGradient2892"
+ x1="-2.125"
+ y1="-8.625"
+ x2="21.848349"
+ y2="27.875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3772"
+ id="linearGradient2902"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.583333,0,0,1.142857,13.16666,-6.714286)"
+ x1="30.992197"
+ y1="46.986557"
+ x2="30.992197"
+ y2="43.494534" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient2904"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-35,-15)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient2906"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-97.5,-105)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ </defs>
+ <g
+ inkscape:groupmode="layer"
+ id="layer1"
+ inkscape:label="pixmap"
+ style="display:inline" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="vectors"
+ style="display:inline">
+ <g
+ id="g891"
+ transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" />
+ <path
+ style="opacity:1;color:black;fill:url(#linearGradient3031);fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.99999964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 134.13807,57.806199 C 132.11092,57.806199 130.46569,59.464537 130.46569,61.507852 C 130.46569,62.598622 130.94432,63.567881 131.68982,64.245533 L 131.68982,65.209505 L 125.56918,65.209505 L 125.56918,72.612811 L 124.68934,72.612811 C 124.01562,71.811079 123.01338,71.30181 121.8968,71.30181 C 119.86965,71.30181 118.22442,72.977422 118.22442,75.042021 C 118.22442,77.106618 119.86965,78.782232 121.8968,78.782233 C 122.9763,78.782233 123.94072,78.304388 124.61283,77.548349 L 125.56918,77.548349 L 125.56918,81.250002 L 132.91395,81.250002 L 132.91395,80.28603 C 132.16845,79.608378 131.68982,78.639119 131.68982,77.548349 C 131.68982,75.505034 133.33505,73.846696 135.3622,73.846696 C 137.38936,73.846696 139.03458,75.505034 139.03458,77.548349 C 139.03458,78.639119 138.55595,79.608378 137.81046,80.28603 L 137.81046,81.250002 L 145.15522,81.250002 L 145.15522,73.846696 L 146.11157,73.846696 C 146.78369,74.602735 147.7481,75.08058 148.8276,75.08058 C 150.85476,75.08058 152.49998,73.404965 152.49998,71.340368 C 152.49998,69.275771 150.85476,67.600157 148.8276,67.600156 C 147.71102,67.600156 146.70878,68.109426 146.03506,68.911158 L 145.15522,68.911158 L 145.15522,65.209505 L 136.58633,65.209505 L 136.58633,64.245533 C 137.33183,63.567881 137.81046,62.598622 137.81046,61.507852 C 137.81046,59.464537 136.16523,57.806199 134.13807,57.806199 z "
+ id="rect1933" />
+ <path
+ style="color:black;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.99999988;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 133.5,93 C 135.48874,92.977903 139.5,94.5 139.5,94.5 L 139.5,98.5 C 139.5,98.5 135.4805,99.977903 134,100 C 132.06832,100.03504 131,98 131,95 C 131,94 131.56806,93.014845 133.5,93 z "
+ id="path2829"
+ sodipodi:nodetypes="ccccsc" />
+ <path
+ style="opacity:1;color:black;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 136.5,19.5 C 133.5,19.5 131.50807,20.568017 131.5,22.5 C 131.5,23.90625 132.53125,25.03125 132.5,27.5 L 123.5,27.5 L 123.5,34.5 C 121.65625,34.609375 120.22965,33.486337 119,33.5 C 117.06806,33.514845 116.5,34.5 116.5,35.5 C 116.5,38.500001 117.56832,40.535041 119.5,40.5 C 120.47439,40.485457 120.98438,39.53125 123.5,39.5 L 123.5,46.5 L 132.5,46.5 C 132.5,43.441942 131.51704,42.642007 131.5,41.5 C 131.46496,39.56832 133.5,38.5 136.5,38.5 C 137.5,38.5 139.5,39.068003 139.5,41 C 139.5,43 137.5,42.940844 137.5,46.5 L 146.5,46.5 L 146.5,38.5 C 148.95278,38.464308 149.9974,40.513864 151.5,40.5 C 153.43171,40.466763 153.5,38.5 153.5,37 C 153.5,36 152.932,33.5 151,33.5 C 149.98353,33.5 148.48874,34.522097 146.5,34.5 L 146.5,27.5 L 137.5,27.5 C 137.46875,25.46875 139.53125,23.03125 139.5,22 C 139.43965,20.068943 137.5,19.5 136.5,19.5 z "
+ id="path2841"
+ sodipodi:nodetypes="cccccssscccsssccccsscccsc" />
+ <path
+ style="opacity:1;color:black;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 137,-21.5 C 136,-21.5 133.5,-20.932 133.5,-19 C 133.5,-17.98353 134.5221,-16.48874 134.5,-14.5 L 127.5,-14.5 L 127.5,-5.5 C 125.46875,-5.46875 123.03125,-7.53125 122,-7.5 C 120.06894,-7.439654 119.5,-5.5 119.5,-4.5 C 119.5,-1.499999 120.56802,0.491928 122.5,0.5 C 123.90625,0.5 125.03125,-0.53125 127.5,-0.5 L 127.5,8.5 L 134.5,8.5 C 134.5,6 132.5,5.500976 132.5,3.5 C 132.5,2 133.5,1.5 135,1.5 C 137.4383,1.5 139.5,1.999024 139.5,4 C 139.5,5.229726 138.5,6.5 138.5,8.5 L 146.5,8.5 L 146.5,-3.5 C 143.44194,-3.5 142.64201,-2.517045 141.5,-2.5 C 139.56832,-2.464959 138.5,-3.5 138.5,-6.5 C 138.5,-7.499999 139.068,-9.5 141,-9.5 C 143,-9.5 142.94084,-7.5 146.5,-7.5 L 146.5,-14.5 L 138.5,-14.5 C 138.46431,-16.95278 140.51386,-17.9974 140.5,-19.5 C 140.46676,-21.43171 138.5,-21.5 137,-21.5 z "
+ id="path2843"
+ sodipodi:nodetypes="cscccssccccssscccsssccccc" />
+ <g
+ id="g3826"
+ transform="matrix(0.842105,0,0,0.875,-16.81579,-19.125)"
+ style="opacity:0.4">
+ <rect
+ y="43"
+ x="29.5"
+ height="4"
+ width="3.5"
+ id="rect2872"
+ style="color:black;fill:url(#linearGradient3836);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="43"
+ x="33"
+ height="4"
+ width="3"
+ id="rect3762"
+ style="color:black;fill:url(#radialGradient3838);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ transform="scale(-1,-1)"
+ y="-47"
+ x="-29.5"
+ height="4"
+ width="3"
+ id="rect3790"
+ style="color:black;fill:url(#radialGradient3840);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <g
+ id="g2894"
+ transform="matrix(0.947368,0,0,0.875,-11.60526,-19.125)"
+ style="opacity:0.4;display:inline">
+ <rect
+ y="43"
+ x="29.5"
+ height="4"
+ width="3.5"
+ id="rect2896"
+ style="color:black;fill:url(#linearGradient2902);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="43"
+ x="33"
+ height="4"
+ width="3"
+ id="rect2898"
+ style="color:black;fill:url(#radialGradient2904);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ transform="scale(-1,-1)"
+ y="-47"
+ x="-29.5"
+ height="4"
+ width="3"
+ id="rect2900"
+ style="color:black;fill:url(#radialGradient2906);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <path
+ style="color:black;fill:url(#linearGradient1986);fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.9999997;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 13.566346,0.49999985 C 12.836487,0.49999985 11.011841,0.8978475 11.011841,2.2510899 C 11.011841,2.9630621 11.516128,4.1070149 11.5,5.5 L 6.5,5.5 L 6.5,10.5 C 5.0174752,10.521889 4.2526665,9.478111 3.5,9.5 C 2.0906019,9.542269 1.5236825,11.499691 1.5236825,12.407412 C 1.5236825,14.508721 2.0899261,15.494346 3.5,15.5 C 4.5263633,15.5 4.6981622,14.486831 6.5,14.50872 L 6.5,20.51308 L 11.5,20.5 C 11.5,18.74891 10.5,18.401556 10.5,17 C 10.5,15.949346 11.405212,15.5 12.5,15.5 C 14.279614,15.5 15.5,16.098444 15.5,17.5 C 15.5,18.361344 14.5,19.099128 14.5,20.5 L 20.5,20.51308 L 20.5,12.5 C 18.268051,12.5 17.83359,13.5 17,13.5 C 15.5,13.5 14.5,13 14.5,11 C 14.5,10.299565 15.089916,8.5 16.5,8.5 C 17.959717,8.5 17.90232,9.5 20.5,9.5 L 20.5,5.5 L 15.5,5.5 C 15.47395,3.7819846 17.510119,3.0524751 17.5,2 C 17.5,0.5 15.5,0.49999985 13.566346,0.49999985 z "
+ id="path2848"
+ sodipodi:nodetypes="cscccssccccssscccsssccccc" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-1.0004594"
+ inkscape:original="M 37 15.5 C 36 15.5 33.5 16.068 33.5 18 C 33.5 19.01647 34.522097 20.51126 34.5 22.5 L 27.5 22.5 L 27.5 31.5 C 25.46875 31.53125 24.03125 29.46875 23 29.5 C 21.068943 29.560346 20.5 31.5 20.5 32.5 C 20.5 35.500001 21.568017 36.491928 23.5 36.5 C 24.90625 36.5 25.03125 35.46875 27.5 35.5 L 27.5 45.5 L 34.5 45.5 C 34.5 43 32.5 42.500976 32.5 40.5 C 32.5 39 33.5 38.5 35 38.5 C 37.438301 38.5 39.5 38.999024 39.5 41 C 39.5 42.229726 38.5 43.5 38.5 45.5 L 46.5 45.5 L 46.5 33.5 C 43.441942 33.5 42.642007 34.482955 41.5 34.5 C 39.56832 34.535041 38.5 33.5 38.5 30.5 C 38.5 29.500001 39.068003 27.5 41 27.5 C 43 27.5 42.940844 29.5 46.5 29.5 L 46.5 22.5 L 38.5 22.5 C 38.464308 20.04722 40.513864 19.0026 40.5 17.5 C 40.466763 15.56829 38.5 15.5 37 15.5 z "
+ style="color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1988);stroke-width:1.41831541;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2852"
+ d="M 37,16.5 C 36.68942,16.5 35.902047,16.620774 35.34375,16.90625 C 34.785453,17.191726 34.5,17.46553 34.5,18 C 34.5,18.172902 34.704812,18.780018 34.96875,19.5625 C 35.232688,20.344982 35.512983,21.331484 35.5,22.5 C 35.499691,23.052157 35.052157,23.499691 34.5,23.5 L 28.5,23.5 L 28.5,31.5 C 28.499691,32.052157 28.052157,32.499691 27.5,32.5 C 26.142249,32.520888 25.097893,31.849874 24.3125,31.3125 C 23.919803,31.043813 23.59051,30.805544 23.34375,30.65625 C 23.09699,30.506956 22.949001,30.502492 23.03125,30.5 C 22.397137,30.519816 22.129326,30.778147 21.875,31.1875 C 21.620674,31.596853 21.5,32.189735 21.5,32.5 C 21.5,33.881277 21.775657,34.648011 22.0625,35 C 22.349343,35.351989 22.704454,35.496676 23.5,35.5 C 23.958568,35.5 24.075894,35.379531 24.65625,35.09375 C 25.236606,34.807969 26.12614,34.482609 27.5,34.5 C 28.052157,34.500309 28.499691,34.947843 28.5,35.5 L 28.5,44.5 L 33.3125,44.5 C 33.170541,44.123896 32.961735,43.783257 32.6875,43.40625 C 32.204437,42.742156 31.5,41.833812 31.5,40.5 C 31.5,39.527676 31.892215,38.626096 32.59375,38.125 C 33.295285,37.623904 34.138838,37.5 35,37.5 C 36.287402,37.5 37.535293,37.609982 38.59375,38.09375 C 39.652207,38.577518 40.5,39.655905 40.5,41 C 40.5,41.886051 40.178478,42.585996 39.9375,43.28125 C 39.804932,43.663726 39.769838,44.097966 39.6875,44.5 L 45.5,44.5 L 45.5,34.65625 C 44.807179,34.737235 44.026141,34.789669 43.59375,34.9375 C 42.93424,35.162982 42.354463,35.487247 41.5,35.5 C 40.352214,35.520821 39.229356,35.183917 38.5,34.28125 C 37.770644,33.378583 37.5,32.118757 37.5,30.5 C 37.5,29.810579 37.674983,28.929012 38.1875,28.09375 C 38.700017,27.258488 39.688777,26.5 41,26.5 C 42.333486,26.5 43.143386,27.241529 43.75,27.6875 C 44.182971,28.005811 44.727135,28.212779 45.5,28.34375 L 45.5,23.5 L 38.5,23.5 C 37.947843,23.499691 37.500309,23.052157 37.5,22.5 C 37.47807,20.992969 38.122147,19.890986 38.65625,19.09375 C 39.190353,18.296514 39.502716,17.794342 39.5,17.5 C 39.489218,16.873329 39.372622,16.883374 38.9375,16.71875 C 38.502378,16.554126 37.734817,16.5 37,16.5 z "
+ transform="matrix(0.709718,0,0,0.700436,15.47444,-10.3633)" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.92479736"
+ inkscape:original="M 13.5625 0.5 C 12.832641 0.5 11 0.8967576 11 2.25 C 11 2.9619723 11.516128 4.1070149 11.5 5.5 L 6.5 5.5 L 6.5 10.5 C 5.0174752 10.521889 4.2526665 9.478111 3.5 9.5 C 2.0906019 9.542269 1.53125 11.498529 1.53125 12.40625 C 1.53125 14.507559 2.0899261 15.494346 3.5 15.5 C 4.5263633 15.5 4.6981622 14.478111 6.5 14.5 L 6.5 20.5 L 11.5 20.5 C 11.5 18.74891 10.5 18.401556 10.5 17 C 10.5 15.949346 11.405212 15.5 12.5 15.5 C 14.279614 15.5 15.5 16.098444 15.5 17.5 C 15.5 18.361344 14.5 19.099128 14.5 20.5 L 20.5 20.5 L 20.5 12.5 C 18.268051 12.5 17.83359 13.5 17 13.5 C 15.5 13.5 14.5 13 14.5 11 C 14.5 10.299565 15.089916 8.5 16.5 8.5 C 17.959717 8.5 17.90232 9.5 20.5 9.5 L 20.5 5.5 L 15.5 5.5 C 15.47395 3.7819846 17.510119 3.0524751 17.5 2 C 17.5 0.5 15.496154 0.5 13.5625 0.5 z "
+ style="color:black;fill:none;fill-opacity:1.0;fill-rule:nonzero;stroke:url(#linearGradient2892);stroke-width:0.9999997;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path1994"
+ d="M 13.5625,1.4375 C 13.365146,1.4375 12.781651,1.5041397 12.40625,1.6875 C 12.030849,1.8708603 11.9375,1.9908506 11.9375,2.25 C 11.9375,2.3825159 12.024027,2.83435 12.15625,3.40625 C 12.288473,3.97815 12.44692,4.6863787 12.4375,5.5 C 12.440928,5.7496756 12.343257,5.9901293 12.166693,6.1666932 C 11.990129,6.3432571 11.749676,6.440928 11.5,6.4375 L 7.4375,6.4375 L 7.4375,10.5 C 7.440928,10.749676 7.3432571,10.990129 7.1666932,11.166693 C 6.9901293,11.343257 6.7496756,11.440928 6.5,11.4375 C 5.5394254,11.451683 4.7958952,11.091882 4.28125,10.8125 C 3.7666048,10.533118 3.4715321,10.439237 3.53125,10.4375 C 3.2501864,10.445929 3.0429024,10.619348 2.8125,11.0625 C 2.5820976,11.505652 2.46875,12.142348 2.46875,12.40625 C 2.46875,13.374946 2.6210361,13.991334 2.78125,14.25 C 2.9414639,14.508666 3.0101963,14.560536 3.5,14.5625 C 3.7062597,14.5625 3.7621101,14.509839 4.21875,14.21875 C 4.6753899,13.927661 5.4239339,13.549428 6.5,13.5625 C 6.7496756,13.559072 6.9901293,13.656743 7.1666932,13.833307 C 7.3432571,14.009871 7.440928,14.250324 7.4375,14.5 L 7.4375,19.5625 L 10.3125,19.5625 C 10.251266,19.41312 10.273686,19.197043 10.1875,19.03125 C 9.9480729,18.57067 9.5625,17.920723 9.5625,17 C 9.5625,16.20908 9.9824164,15.482976 10.5625,15.09375 C 11.142584,14.704524 11.826081,14.5625 12.5,14.5625 C 13.49347,14.5625 14.403442,14.724005 15.15625,15.1875 C 15.909058,15.650995 16.4375,16.530804 16.4375,17.5 C 16.4375,18.288561 16.045035,18.784167 15.8125,19.21875 C 15.750448,19.334718 15.768609,19.454383 15.71875,19.5625 L 19.5625,19.5625 L 19.5625,13.625 C 19.279482,13.6983 18.859341,13.709263 18.65625,13.8125 C 18.243348,14.02239 17.7866,14.4375 17,14.4375 C 16.147245,14.4375 15.284578,14.279638 14.59375,13.6875 C 13.902922,13.095362 13.5625,12.154133 13.5625,11 C 13.5625,10.390157 13.764301,9.7025607 14.1875,9 C 14.610699,8.2974393 15.401546,7.5625 16.5,7.5625 C 17.44104,7.5625 18.071203,7.9699802 18.5,8.1875 C 18.727343,8.3028265 19.230942,8.3013596 19.5625,8.375 L 19.5625,6.4375 L 15.5,6.4375 C 15.250324,6.440928 15.009871,6.3432571 14.833307,6.1666932 C 14.656743,5.9901293 14.559072,5.7496756 14.5625,5.5 C 14.543907,4.2737817 15.273688,3.4396223 15.8125,2.875 C 16.081906,2.5926888 16.341224,2.3515707 16.46875,2.1875 C 16.596276,2.0234293 16.562153,1.9639402 16.5625,2 C 16.5625,1.8309057 16.549987,1.8608511 16.5,1.8125 C 16.450013,1.7641489 16.308559,1.6637616 16.03125,1.59375 C 15.476632,1.4537267 14.529327,1.4375 13.5625,1.4375 z " />
+ </g>
+</svg>
diff --git a/data/icons/22x22/actions/slideshow-play.png b/data/icons/22x22/actions/slideshow-play.png
new file mode 100644
index 0000000..ab3dc73
--- /dev/null
+++ b/data/icons/22x22/actions/slideshow-play.png
Binary files differ
diff --git a/data/icons/22x22/actions/slideshow-play.svg b/data/icons/22x22/actions/slideshow-play.svg
new file mode 100644
index 0000000..e076317
--- /dev/null
+++ b/data/icons/22x22/actions/slideshow-play.svg
@@ -0,0 +1,474 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="22"
+ height="22"
+ id="svg2160"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/hbons/Desktop/Ubuntu Visual Refresh: Discovery"
+ sodipodi:docname="slideshow-play.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ inkscape:export-filename="/home/andreas/project/misc icons/22x22/slideshow-play.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs2162">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 11 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="22 : 11 : 1"
+ inkscape:persp3d-origin="11 : 7.3333333 : 1"
+ id="perspective93" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3252">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3254" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3256" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3414">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop3416" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1"
+ id="stop3418" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3402"
+ inkscape:collect="always">
+ <stop
+ id="stop3404"
+ offset="0"
+ style="stop-color:#888a85;stop-opacity:1" />
+ <stop
+ id="stop3406"
+ offset="1"
+ style="stop-color:#888a85;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3392">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0"
+ id="stop3394" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="1"
+ id="stop3396" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3364">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop3366" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="1"
+ id="stop3368" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2472">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0"
+ id="stop2474" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1"
+ id="stop2476" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3860">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1;"
+ offset="0"
+ id="stop3862" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1"
+ offset="1"
+ id="stop3864" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3844">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop3846" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:0;"
+ offset="1"
+ id="stop3848" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3850"
+ x1="15.470238"
+ y1="-4.5"
+ x2="47.305996"
+ y2="-4.5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4056743,0,0,0.9783807,-1.434046,2.8919026)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3860"
+ id="linearGradient3866"
+ x1="26.357143"
+ y1="2.5714288"
+ x2="29"
+ y2="10.571428"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4736842,0,0,0.6666668,-0.105263,-1.1666668)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2472"
+ id="linearGradient2478"
+ x1="11.504949"
+ y1="16.78125"
+ x2="11.504949"
+ y2="18.6875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-2)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3364"
+ id="linearGradient3370"
+ x1="11.5"
+ y1="17.5"
+ x2="11.5"
+ y2="16"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3392"
+ id="linearGradient3398"
+ x1="13"
+ y1="19.96707"
+ x2="13"
+ y2="16.829281"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3402"
+ id="linearGradient3400"
+ x1="13"
+ y1="19.96707"
+ x2="13"
+ y2="16.829281"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3414"
+ id="radialGradient3420"
+ cx="11"
+ cy="8"
+ fx="11"
+ fy="8"
+ r="9"
+ gradientTransform="matrix(1.6788582,0,0,1.4923184,-7.46744,-3.9385471)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3252"
+ id="radialGradient3332"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.4166667,0,11.8125)"
+ cx="8.5"
+ cy="20.25"
+ fx="8.5"
+ fy="20.25"
+ r="3" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3252"
+ id="radialGradient3342"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.4166667,0,11.8125)"
+ cx="8.5"
+ cy="20.25"
+ fx="8.5"
+ fy="20.25"
+ r="3" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3252"
+ id="radialGradient3344"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.4166667,0,11.8125)"
+ cx="8.5"
+ cy="20.25"
+ fx="8.5"
+ fy="20.25"
+ r="3" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="14.697338"
+ inkscape:cy="7.8746796"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1440"
+ inkscape:window-height="791"
+ inkscape:window-x="0"
+ inkscape:window-y="28"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:snap-nodes="true"
+ inkscape:snap-bbox="false"
+ objecttolerance="10000"
+ gridtolerance="10000"
+ showborder="false"
+ inkscape:showpageshadow="false"
+ guidetolerance="10000">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2561"
+ empspacing="2"
+ visible="true"
+ enabled="true"
+ spacingx="1px"
+ spacingy="1px" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="8,9.125"
+ id="guide3609" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata2165">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>presentation</rdf:li>
+ <rdf:li>slides</rdf:li>
+ <rdf:li>powerpoint</rdf:li>
+ <rdf:li>spreadsheet</rdf:li>
+ <rdf:li>impress</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Based of Hylke Bons work</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <dc:title>Presentation</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://www.gnu.org/licenses/lgpl.html" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.2;fill:url(#radialGradient3332);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3262"
+ sodipodi:cx="8.5"
+ sodipodi:cy="20.25"
+ sodipodi:rx="3"
+ sodipodi:ry="1.25"
+ d="M 11.5,20.25 A 3,1.25 0 1 1 5.5,20.25 A 3,1.25 0 1 1 11.5,20.25 z"
+ transform="matrix(3.3333338,0,0,1.6,-17.333338,-12.4)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.3;fill:url(#radialGradient3344);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3248"
+ sodipodi:cx="8.5"
+ sodipodi:cy="20.25"
+ sodipodi:rx="3"
+ sodipodi:ry="1.25"
+ d="M 11.5,20.25 A 3,1.25 0 1 1 5.5,20.25 A 3,1.25 0 1 1 11.5,20.25 z"
+ transform="matrix(1.3333333,0,0,0.8,-2.833333,4.3)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.3;fill:url(#radialGradient3342);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3250"
+ sodipodi:cx="8.5"
+ sodipodi:cy="20.25"
+ sodipodi:rx="3"
+ sodipodi:ry="1.25"
+ d="M 11.5,20.25 A 3,1.25 0 1 1 5.5,20.25 A 3,1.25 0 1 1 11.5,20.25 z"
+ transform="matrix(1.3333333,0,0,0.8,3.1666666,4.3)" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2478);fill-opacity:1;stroke:#888a85;stroke-width:1;stroke-opacity:1"
+ id="rect3632"
+ width="1.9901028"
+ height="5.9700532"
+ x="10.509897"
+ y="12.5"
+ rx="0.99505138"
+ ry="0.99505138" />
+ <path
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3400);stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 11.5,17.5 L 14.5,19.5"
+ id="path3358"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3398);stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 11.5,17.5 L 8.5,19.5"
+ id="path3354"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:#eeeeec;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 11.5,17.5 L 8.5,19.5"
+ id="path3356"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:#eeeeec;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 11.5,17.5 L 14.5,19.5"
+ id="path3360"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3408"
+ sodipodi:cx="8.5"
+ sodipodi:cy="19.5"
+ sodipodi:rx="0.5"
+ sodipodi:ry="0.5"
+ d="M 9,19.5 A 0.5,0.5 0 1 1 8,19.5 A 0.5,0.5 0 1 1 9,19.5 z"
+ transform="matrix(2.65625,0,0,2.65625,-11.078125,-34.296875)" />
+ <path
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3370);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 11.5,17.5 L 11.5,14.5"
+ id="path3362" />
+ <rect
+ style="opacity:1;fill:url(#radialGradient3420);fill-opacity:1;stroke:#babdb6;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3410"
+ width="19"
+ height="15"
+ x="1.5"
+ y="0.5"
+ rx="1.875"
+ ry="1.875" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3412"
+ width="17"
+ height="13"
+ x="2.5"
+ y="1.5"
+ rx="0.69821411"
+ ry="0.69821411" />
+ <path
+ style="opacity:0.0900901;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 2,2 L 20,2 L 20,4 L 2,4 L 2,2 z"
+ id="rect3284"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#babdb6;fill-opacity:1;stroke:url(#linearGradient3866);stroke-width:0.9999997;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 1.5,0.49999988 L 20.5,0.49999988 C 21.054,0.49999988 21.5,0.94599993 21.5,1.5 C 21.5,2.0540001 21.054,2.5000001 20.5,2.5000001 L 1.5,2.5000001 C 0.946,2.5000001 0.5,2.0540001 0.5,1.5 C 0.5,0.94599993 0.946,0.49999988 1.5,0.49999988 z"
+ id="rect3827"
+ sodipodi:nodetypes="ccsccsc" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3850);fill-opacity:1;stroke:none"
+ id="rect3842"
+ width="17"
+ height="1"
+ x="1"
+ y="-2"
+ transform="scale(1,-1)"
+ rx="0.50033152"
+ ry="0.46757096" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect4198"
+ width="1.4375"
+ height="1.4375"
+ x="0.78125"
+ y="0.78125"
+ transform="matrix(7.3523147e-8,1,1,-1.8380794e-8,0,0)"
+ rx="0.71875"
+ ry="0.71875" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect4202"
+ width="1.5"
+ height="1.4999999"
+ x="0.75000048"
+ y="19.75"
+ transform="matrix(7.3523153e-8,1,1,-1.8380793e-8,0,0)"
+ rx="0.74999988"
+ ry="0.74999994" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3372"
+ sodipodi:cx="8.5"
+ sodipodi:cy="19.5"
+ sodipodi:rx="0.5"
+ sodipodi:ry="0.5"
+ d="M 9,19.5 A 0.5,0.5 0 1 1 8,19.5 A 0.5,0.5 0 1 1 9,19.5 z" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3374"
+ sodipodi:cx="8.5"
+ sodipodi:cy="19.5"
+ sodipodi:rx="0.5"
+ sodipodi:ry="0.5"
+ d="M 9,19.5 A 0.5,0.5 0 1 1 8,19.5 A 0.5,0.5 0 1 1 9,19.5 z"
+ transform="translate(6,0)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3376"
+ sodipodi:cx="8.5"
+ sodipodi:cy="19.5"
+ sodipodi:rx="0.5"
+ sodipodi:ry="0.5"
+ d="M 9,19.5 A 0.5,0.5 0 1 1 8,19.5 A 0.5,0.5 0 1 1 9,19.5 z"
+ transform="translate(3,-2)" />
+ <path
+ style="fill:#888a85;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 9,5.0392309 L 9,12.044486 L 15,8 L 9,5.0392309 z"
+ id="path5208"
+ sodipodi:nodetypes="cccc" />
+ </g>
+</svg>
diff --git a/data/icons/22x22/apps/eom.png b/data/icons/22x22/apps/eom.png
new file mode 100644
index 0000000..2820470
--- /dev/null
+++ b/data/icons/22x22/apps/eom.png
Binary files differ
diff --git a/data/icons/22x22/apps/eom.svg b/data/icons/22x22/apps/eom.svg
new file mode 100644
index 0000000..f846222
--- /dev/null
+++ b/data/icons/22x22/apps/eom.svg
@@ -0,0 +1,530 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="22"
+ height="22"
+ id="svg1872"
+ sodipodi:version="0.32"
+ inkscape:version="0.44.1"
+ sodipodi:docbase="/home/ulisse/Desktop/EOM/22x22"
+ sodipodi:docname="eom.svg"
+ inkscape:export-filename="/home/ulisse/Desktop/EOM/eom.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ version="1.0">
+ <defs
+ id="defs1874">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3488">
+ <stop
+ style="stop-color:#d88c1d;stop-opacity:1"
+ offset="0"
+ id="stop3490" />
+ <stop
+ style="stop-color:#b34f00;stop-opacity:1"
+ offset="1"
+ id="stop3492" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3488"
+ id="linearGradient3203"
+ gradientUnits="userSpaceOnUse"
+ x1="60.68158"
+ y1="16.232525"
+ x2="69.681244"
+ y2="24.03664" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3416">
+ <stop
+ style="stop-color:#ffee5c;stop-opacity:1"
+ offset="0"
+ id="stop3418" />
+ <stop
+ style="stop-color:#f57900;stop-opacity:1"
+ offset="1"
+ id="stop3420" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3416"
+ id="radialGradient3201"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.994711,0,9.651581e-2)"
+ cx="63.729385"
+ cy="17.50551"
+ fx="63.729385"
+ fy="17.50551"
+ r="5.9090056" />
+ <linearGradient
+ id="linearGradient3619"
+ inkscape:collect="always">
+ <stop
+ id="stop3621"
+ offset="0"
+ style="stop-color:#82a02b;stop-opacity:1" />
+ <stop
+ id="stop3623"
+ offset="1"
+ style="stop-color:#e6edab;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2881">
+ <stop
+ style="stop-color:#787b76;stop-opacity:1"
+ offset="0"
+ id="stop2883" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1"
+ offset="1"
+ id="stop2885" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4015">
+ <stop
+ id="stop4017"
+ offset="0"
+ style="stop-color:#767772;stop-opacity:1" />
+ <stop
+ id="stop4019"
+ offset="1"
+ style="stop-color:#4d4f4c;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient2952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-25.4081,0,0,1.969706,15200.99,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5060"
+ inkscape:collect="always">
+ <stop
+ id="stop5062"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop5064"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient3845"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.540811,0,0,1.969706,-1642.705,-872.8758)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2949">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2951" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2953" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2886">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop2888" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:0;"
+ offset="1"
+ id="stop2890" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3218">
+ <stop
+ id="stop3220"
+ offset="0"
+ style="stop-color:white;stop-opacity:0" />
+ <stop
+ style="stop-color:#204a87;stop-opacity:0.0887574;"
+ offset="0.5"
+ id="stop3222" />
+ <stop
+ id="stop3224"
+ offset="1"
+ style="stop-color:#204a87;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3212">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:0.32319391"
+ offset="0"
+ id="stop3214" />
+ <stop
+ style="stop-color:#fdfdfd;stop-opacity:1"
+ offset="1"
+ id="stop3216" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3085">
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1;"
+ offset="0"
+ id="stop3087" />
+ <stop
+ style="stop-color:#78878c;stop-opacity:1"
+ offset="1"
+ id="stop3089" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2842"
+ inkscape:collect="always">
+ <stop
+ id="stop2844"
+ offset="0"
+ style="stop-color:#eeeeec;stop-opacity:1" />
+ <stop
+ id="stop2846"
+ offset="1"
+ style="stop-color:#d3d3cd;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2760">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2762" />
+ <stop
+ style="stop-color:white;stop-opacity:0.71863121"
+ offset="1"
+ id="stop2764" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2886"
+ id="linearGradient2906"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.431785,-0.183375,-0.18265,-0.418005,-8.57338,33.55397)"
+ x1="60.532116"
+ y1="24.186483"
+ x2="59.922974"
+ y2="12.958087" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3085"
+ id="linearGradient2909"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.359255,-0.35965,0.359255,0.35965,-0.850797,-1.379352)"
+ x1="0.70710653"
+ y1="57.275631"
+ x2="2.2318048"
+ y2="57.253532" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3212"
+ id="linearGradient2914"
+ gradientUnits="userSpaceOnUse"
+ x1="66.654228"
+ y1="34.203571"
+ x2="55.594803"
+ y2="14.46972" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2949"
+ id="linearGradient2916"
+ gradientUnits="userSpaceOnUse"
+ x1="53.8335"
+ y1="19.828632"
+ x2="56.286068"
+ y2="33.055767" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2881"
+ id="linearGradient2918"
+ gradientUnits="userSpaceOnUse"
+ x1="59.009377"
+ y1="16.16551"
+ x2="66.460114"
+ y2="34.108303" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3218"
+ id="radialGradient2920"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.01826,0,-0.451456)"
+ cx="60.532116"
+ cy="24.724428"
+ fx="60.532116"
+ fy="24.724428"
+ r="10.532116" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2760"
+ id="linearGradient5284"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.400824,0,0,0.374346,-2.050827,1.586818)"
+ x1="11.469355"
+ y1="7.6489091"
+ x2="23.686275"
+ y2="37" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2842"
+ id="linearGradient5290"
+ gradientUnits="userSpaceOnUse"
+ x1="10.625015"
+ y1="9.375"
+ x2="15.750015"
+ y2="31"
+ gradientTransform="matrix(0.434737,0,0,0.411642,-2.677777,0.781875)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4015"
+ id="linearGradient5292"
+ gradientUnits="userSpaceOnUse"
+ x1="25.308739"
+ y1="26.027328"
+ x2="34.195168"
+ y2="36.463192"
+ gradientTransform="matrix(0.434737,0,0,0.411642,-2.677777,0.781875)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3619"
+ id="linearGradient5301"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.095857,0,0,1.128682,-8.437051,-7.032386)"
+ x1="20.29458"
+ y1="28.568218"
+ x2="10.833996"
+ y2="10.467548" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#e8e8e8"
+ borderopacity="1"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="11.855762"
+ inkscape:cy="12.17194"
+ inkscape:current-layer="layer2"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1049"
+ inkscape:window-height="832"
+ inkscape:window-x="161"
+ inkscape:window-y="23"
+ inkscape:grid-points="true"
+ showborder="true"
+ inkscape:guide-bbox="true"
+ width="22px"
+ height="22px"
+ showguides="true" />
+ <metadata
+ id="metadata1877">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Ulisse Perusin</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:title>Eye Of Mate</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>eye of mate</rdf:li>
+ <rdf:li>image viewer</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <rect
+ style="fill:url(#linearGradient5290);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5292);stroke-width:1.0002476;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2829"
+ width="13.47685"
+ height="12.760907"
+ x="-0.72145373"
+ y="3.4575486"
+ ry="1.0548331"
+ transform="matrix(0.969782,-0.243975,0.27443,0.961607,0,0)" />
+ <rect
+ transform="matrix(0.970686,-0.240351,0.278489,0.960439,0,0)"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5284);stroke-width:1.00038922;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect1873"
+ width="11.623883"
+ height="10.856024"
+ x="0.15370423"
+ y="4.3944082"
+ ry="0.49631691" />
+ <g
+ style="display:inline"
+ id="g3153"
+ transform="matrix(0.385315,0,0,0.393164,1.654474,2.670906)">
+ <path
+ transform="matrix(0.964055,-0.265702,0.270305,0.962775,0,0)"
+ style="fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M -0.28835253,7.8552217 L 27.057266,8.3365343 L 27.348118,27.686956 L -0.083440221,27.512152 L -0.28835253,7.8552217 z "
+ id="rect3149"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:white;fill-opacity:1;fill-rule:nonzero;stroke:#8e7c87;stroke-width:2.05539441;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 17.766051,19.23744 C 17.690536,22.090978 14.588103,23.073666 12.048327,22.655226 C 8.8305204,22.125077 10.055155,18.081715 11.19675,16.693973 C 10.535246,16.704981 5.6753144,18.080707 5.0661589,14.882298 C 4.8350581,13.668889 4.83625,11.310444 5.9854198,10.732093 C 7.6714934,9.8835299 11.066323,10.233057 11.419694,10.706919 C 11.397673,10.55072 8.5754993,7.3627114 9.737329,6.3713406 C 11.306586,5.0323181 15.064267,4.3788707 15.951941,5.3137006 C 17.254026,6.6849577 17.606759,8.3512633 17.663223,8.816752 C 17.893618,8.4580563 17.657227,4.7586862 20.002602,4.5310416 C 23.374533,4.2037584 25.364328,4.7765562 25.718849,5.9326561 C 26.346059,7.9780003 25.602113,9.2451192 22.742169,10.283574 C 26.052509,8.9518821 29.899216,9.6023161 30.052184,12.273308 C 30.379773,17.993397 25.4607,16.301706 23.848666,15.296382 C 24.380495,15.63772 27.19681,16.777538 26.275663,19.254931 C 25.133754,22.777778 18.594829,22.920265 17.766051,19.23744 z "
+ id="path3361"
+ sodipodi:nodetypes="cscsscsscsscsccc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient3201);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3203);stroke-width:2.47580862;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="path3358"
+ sodipodi:cx="65.28125"
+ sodipodi:cy="18.25"
+ sodipodi:rx="3.7693167"
+ sodipodi:ry="4.8792539"
+ d="M 69.050567 18.25 A 3.7693167 4.8792539 0 1 1 61.511933,18.25 A 3.7693167 4.8792539 0 1 1 69.050567 18.25 z"
+ transform="matrix(1.095473,0.607655,-0.644743,0.625415,-41.98124,-37.52792)" />
+ </g>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="lente"
+ style="display:inline">
+ <g
+ style="opacity:0.28730164;display:inline"
+ id="g5022"
+ transform="matrix(6.035307e-3,0,0,6.271702e-3,20.7636,19.94502)">
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ d="M -111.45871,-150.67077 C -111.45871,-150.67077 -111.45871,327.66002 -111.45871,327.66002 C 19.386732,328.56047 204.86193,220.49036 204.86185,88.463847 C 204.86185,-43.56269 58.848173,-150.67075 -111.45871,-150.67077 z "
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient3845);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient2952);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M -111.45871,-150.68038 C -111.45871,-150.68038 -111.45871,327.65041 -111.45871,327.65041 C -1419.9129,328.55086 -3274.6643,220.48075 -3274.6643,88.454235 C -3274.6643,-43.572302 -1814.5279,-150.68036 -111.45871,-150.68038 z "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.8;fill:url(#radialGradient2920);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88565296;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2982"
+ sodipodi:cx="60.532116"
+ sodipodi:cy="24.724428"
+ sodipodi:rx="10.532116"
+ sodipodi:ry="10.724427"
+ d="M 71.064232 24.724428 A 10.532116 10.724427 0 1 1 50,24.724428 A 10.532116 10.724427 0 1 1 71.064232 24.724428 z"
+ transform="matrix(0.569686,0,0,0.55947,-21.4843,-1.832571)" />
+ <path
+ style="fill:#6f7d82;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 16,16 L 17,15 L 18.5,16.5 L 17.5,17.5 L 16,16 z "
+ id="path4029"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2918);stroke-width:1.64431727;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2994"
+ sodipodi:cx="60.532116"
+ sodipodi:cy="24.724428"
+ sodipodi:rx="8.9117899"
+ sodipodi:ry="9.1776361"
+ d="M 69.443906 24.724428 A 8.9117899 9.1776361 0 1 1 51.620326,24.724428 A 8.9117899 9.1776361 0 1 1 69.443906 24.724428 z"
+ transform="matrix(0.61716,0,0,0.599283,-24.358,-2.816928)" />
+ <path
+ style="opacity:0.4;fill:url(#linearGradient2906);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88565296;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 17.595221,10.187612 C 16.093981,15.456431 10.442106,8.4068282 8.4999898,14.050276 C 9.5812577,16.524813 12.496139,17.667897 15.006424,16.601802 C 17.516707,15.535706 18.676489,12.66215 17.595221,10.187612 z "
+ id="path1995"
+ sodipodi:nodetypes="ccsc"
+ inkscape:transform-center-y="2.8582448"
+ inkscape:transform-center-x="-0.38987137" />
+ <path
+ sodipodi:open="true"
+ sodipodi:end="4.2413415"
+ sodipodi:start="2.2530266"
+ transform="matrix(0.32838,0.119529,-0.119654,0.316378,-3.919139,-3.046883)"
+ d="M 54.250243,32.778916 A 9.9629145,10.377243 0 0 1 56.010747,15.477335"
+ sodipodi:ry="10.377243"
+ sodipodi:rx="9.9629145"
+ sodipodi:cy="24.724428"
+ sodipodi:cx="60.532116"
+ id="path2944"
+ style="opacity:0.9;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2916);stroke-width:2.90871835;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2914);stroke-width:2.33187675;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3042"
+ sodipodi:cx="60.532116"
+ sodipodi:cy="24.724428"
+ sodipodi:rx="10.532116"
+ sodipodi:ry="10.724427"
+ d="M 71.064232 24.724428 A 10.532116 10.724427 0 1 1 50,24.724428 A 10.532116 10.724427 0 1 1 71.064232 24.724428 z"
+ transform="matrix(0.439137,0,0,0.418781,-13.58189,1.656635)" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path2163"
+ d="M 17.5,17.5 C 17.315932,16.97894 17.853688,16.376482 18.5,16.5 C 19.651538,17.339018 20.591007,18.022454 21.5,19 C 21.665137,20.010948 20.990629,20.621817 20,20.5 C 19.007209,19.591196 18.285272,18.719489 17.5,17.5 z "
+ style="fill:#c17d11;fill-opacity:1;fill-rule:nonzero;stroke:#8f5902;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ inkscape:transform-center-x="-6.0394275"
+ inkscape:transform-center-y="6.036402" />
+ <path
+ style="opacity:0.3;fill:none;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1.00000036px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 18.328125,17.203125 C 19.0045,17.661514 20.293289,18.61815 20.84375,19.234375"
+ id="path2896"
+ sodipodi:nodetypes="cc" />
+ </g>
+</svg>
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
new file mode 100644
index 0000000..09cbd37
--- /dev/null
+++ b/data/icons/24x24/Makefile.am
@@ -0,0 +1,11 @@
+size = 24x24
+actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions
+appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
+
+dist_appicons_DATA = \
+ apps/eom.png
+dist_actionicons_DATA = \
+ actions/eom-image-collection.png \
+ actions/slideshow-play.png
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/24x24/Makefile.in b/data/icons/24x24/Makefile.in
new file mode 100644
index 0000000..b0dfc6c
--- /dev/null
+++ b/data/icons/24x24/Makefile.in
@@ -0,0 +1,535 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = data/icons/24x24
+DIST_COMMON = $(dist_actionicons_DATA) $(dist_appicons_DATA) \
+ $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__installdirs = "$(DESTDIR)$(actioniconsdir)" \
+ "$(DESTDIR)$(appiconsdir)"
+DATA = $(dist_actionicons_DATA) $(dist_appicons_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
+DBUS_CFLAGS = @DBUS_CFLAGS@
+DBUS_LIBS = @DBUS_LIBS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
+DLLTOOL = @DLLTOOL@
+DOC_USER_FORMATS = @DOC_USER_FORMATS@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EOM_API_VERSION = @EOM_API_VERSION@
+EOM_CFLAGS = @EOM_CFLAGS@
+EOM_DOC_EXIF_START = @EOM_DOC_EXIF_START@
+EOM_DOC_EXIF_STOP = @EOM_DOC_EXIF_STOP@
+EOM_LIBS = @EOM_LIBS@
+EOM_MAJOR_VERSION = @EOM_MAJOR_VERSION@
+EOM_MICRO_VERSION = @EOM_MICRO_VERSION@
+EOM_MINOR_VERSION = @EOM_MINOR_VERSION@
+EXEEXT = @EXEEXT@
+EXEMPI_CFLAGS = @EXEMPI_CFLAGS@
+EXEMPI_LIBS = @EXEMPI_LIBS@
+EXIF_CFLAGS = @EXIF_CFLAGS@
+EXIF_LIBS = @EXIF_LIBS@
+FGREP = @FGREP@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_MKENUMS = @GLIB_MKENUMS@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GREP = @GREP@
+GTKDOC_CHECK = @GTKDOC_CHECK@
+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
+GTKDOC_MKPDF = @GTKDOC_MKPDF@
+GTKDOC_REBASE = @GTKDOC_REBASE@
+HELP_DIR = @HELP_DIR@
+HTML_DIR = @HTML_DIR@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+LCMS_CFLAGS = @LCMS_CFLAGS@
+LCMS_LIBS = @LCMS_LIBS@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBJPEG = @LIBJPEG@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
+LIBXML2_LIBS = @LIBXML2_LIBS@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MATECONFTOOL = @MATECONFTOOL@
+MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
+MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+NM = @NM@
+NMEDIT = @NMEDIT@
+NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OMF_DIR = @OMF_DIR@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POFILES = @POFILES@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
+PYGOBJECT_DEFSDIR = @PYGOBJECT_DEFSDIR@
+PYGOBJECT_H2DEF = @PYGOBJECT_H2DEF@
+PYGTK_CFLAGS = @PYGTK_CFLAGS@
+PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
+PYGTK_LIBS = @PYGTK_LIBS@
+PYTHON = @PYTHON@
+PYTHON_CFLAGS = @PYTHON_CFLAGS@
+PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
+PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
+PYTHON_LIBS = @PYTHON_LIBS@
+PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
+PYTHON_PLATFORM = @PYTHON_PLATFORM@
+PYTHON_PREFIX = @PYTHON_PREFIX@
+PYTHON_VERSION = @PYTHON_VERSION@
+RANLIB = @RANLIB@
+RSVG_CFLAGS = @RSVG_CFLAGS@
+RSVG_LIBS = @RSVG_LIBS@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
+X11_CFLAGS = @X11_CFLAGS@
+X11_LIBS = @X11_LIBS@
+XGETTEXT = @XGETTEXT@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+pkgpyexecdir = @pkgpyexecdir@
+pkgpythondir = @pkgpythondir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+pyexecdir = @pyexecdir@
+pythondir = @pythondir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+size = 24x24
+actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions
+appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
+dist_appicons_DATA = \
+ apps/eom.png
+
+dist_actionicons_DATA = \
+ actions/eom-image-collection.png \
+ actions/slideshow-play.png
+
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/24x24/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign data/icons/24x24/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+install-dist_actioniconsDATA: $(dist_actionicons_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(actioniconsdir)" || $(MKDIR_P) "$(DESTDIR)$(actioniconsdir)"
+ @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(actioniconsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(actioniconsdir)" || exit $$?; \
+ done
+
+uninstall-dist_actioniconsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(actioniconsdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(actioniconsdir)" && rm -f $$files
+install-dist_appiconsDATA: $(dist_appicons_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(appiconsdir)" || $(MKDIR_P) "$(DESTDIR)$(appiconsdir)"
+ @list='$(dist_appicons_DATA)'; test -n "$(appiconsdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appiconsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(appiconsdir)" || exit $$?; \
+ done
+
+uninstall-dist_appiconsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_appicons_DATA)'; test -n "$(appiconsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(appiconsdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(appiconsdir)" && rm -f $$files
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+ for dir in "$(DESTDIR)$(actioniconsdir)" "$(DESTDIR)$(appiconsdir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-am
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-dist_actioniconsDATA \
+ install-dist_appiconsDATA
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-dist_actioniconsDATA \
+ uninstall-dist_appiconsDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ distclean distclean-generic distclean-libtool distdir dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-dist_actioniconsDATA \
+ install-dist_appiconsDATA install-dvi install-dvi-am \
+ install-exec install-exec-am install-html install-html-am \
+ install-info install-info-am install-man install-pdf \
+ install-pdf-am install-ps install-ps-am install-strip \
+ installcheck installcheck-am installdirs maintainer-clean \
+ maintainer-clean-generic mostlyclean mostlyclean-generic \
+ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
+ uninstall-dist_actioniconsDATA uninstall-dist_appiconsDATA
+
+
+-include $(top_srcdir)/git.mk
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/data/icons/24x24/actions/eom-image-collection.png b/data/icons/24x24/actions/eom-image-collection.png
new file mode 100644
index 0000000..c8e93d6
--- /dev/null
+++ b/data/icons/24x24/actions/eom-image-collection.png
Binary files differ
diff --git a/data/icons/24x24/actions/slideshow-play.png b/data/icons/24x24/actions/slideshow-play.png
new file mode 100644
index 0000000..c4552eb
--- /dev/null
+++ b/data/icons/24x24/actions/slideshow-play.png
Binary files differ
diff --git a/data/icons/24x24/apps/eom.png b/data/icons/24x24/apps/eom.png
new file mode 100644
index 0000000..15815ce
--- /dev/null
+++ b/data/icons/24x24/apps/eom.png
Binary files differ
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
new file mode 100644
index 0000000..0582f08
--- /dev/null
+++ b/data/icons/32x32/Makefile.am
@@ -0,0 +1,20 @@
+size = 32x32
+actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions
+appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
+
+dist_appicons_DATA = \
+ apps/eom.png
+dist_actionicons_DATA = \
+ actions/eom-plugin.png \
+ actions/eom-image-collection.png \
+ actions/slideshow-play.png
+
+noinst_DATA = \
+ apps/eom.svg \
+ actions/eom-image-collection.svg \
+ actions/eom-plugin.svg \
+ actions/slideshow-play.svg
+
+EXTRA_DIST = $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/32x32/Makefile.in b/data/icons/32x32/Makefile.in
new file mode 100644
index 0000000..d418d35
--- /dev/null
+++ b/data/icons/32x32/Makefile.in
@@ -0,0 +1,543 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = data/icons/32x32
+DIST_COMMON = $(dist_actionicons_DATA) $(dist_appicons_DATA) \
+ $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__installdirs = "$(DESTDIR)$(actioniconsdir)" \
+ "$(DESTDIR)$(appiconsdir)"
+DATA = $(dist_actionicons_DATA) $(dist_appicons_DATA) $(noinst_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
+DBUS_CFLAGS = @DBUS_CFLAGS@
+DBUS_LIBS = @DBUS_LIBS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
+DLLTOOL = @DLLTOOL@
+DOC_USER_FORMATS = @DOC_USER_FORMATS@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EOM_API_VERSION = @EOM_API_VERSION@
+EOM_CFLAGS = @EOM_CFLAGS@
+EOM_DOC_EXIF_START = @EOM_DOC_EXIF_START@
+EOM_DOC_EXIF_STOP = @EOM_DOC_EXIF_STOP@
+EOM_LIBS = @EOM_LIBS@
+EOM_MAJOR_VERSION = @EOM_MAJOR_VERSION@
+EOM_MICRO_VERSION = @EOM_MICRO_VERSION@
+EOM_MINOR_VERSION = @EOM_MINOR_VERSION@
+EXEEXT = @EXEEXT@
+EXEMPI_CFLAGS = @EXEMPI_CFLAGS@
+EXEMPI_LIBS = @EXEMPI_LIBS@
+EXIF_CFLAGS = @EXIF_CFLAGS@
+EXIF_LIBS = @EXIF_LIBS@
+FGREP = @FGREP@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_MKENUMS = @GLIB_MKENUMS@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GREP = @GREP@
+GTKDOC_CHECK = @GTKDOC_CHECK@
+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
+GTKDOC_MKPDF = @GTKDOC_MKPDF@
+GTKDOC_REBASE = @GTKDOC_REBASE@
+HELP_DIR = @HELP_DIR@
+HTML_DIR = @HTML_DIR@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+LCMS_CFLAGS = @LCMS_CFLAGS@
+LCMS_LIBS = @LCMS_LIBS@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBJPEG = @LIBJPEG@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
+LIBXML2_LIBS = @LIBXML2_LIBS@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MATECONFTOOL = @MATECONFTOOL@
+MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
+MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+NM = @NM@
+NMEDIT = @NMEDIT@
+NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OMF_DIR = @OMF_DIR@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POFILES = @POFILES@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
+PYGOBJECT_DEFSDIR = @PYGOBJECT_DEFSDIR@
+PYGOBJECT_H2DEF = @PYGOBJECT_H2DEF@
+PYGTK_CFLAGS = @PYGTK_CFLAGS@
+PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
+PYGTK_LIBS = @PYGTK_LIBS@
+PYTHON = @PYTHON@
+PYTHON_CFLAGS = @PYTHON_CFLAGS@
+PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
+PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
+PYTHON_LIBS = @PYTHON_LIBS@
+PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
+PYTHON_PLATFORM = @PYTHON_PLATFORM@
+PYTHON_PREFIX = @PYTHON_PREFIX@
+PYTHON_VERSION = @PYTHON_VERSION@
+RANLIB = @RANLIB@
+RSVG_CFLAGS = @RSVG_CFLAGS@
+RSVG_LIBS = @RSVG_LIBS@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
+X11_CFLAGS = @X11_CFLAGS@
+X11_LIBS = @X11_LIBS@
+XGETTEXT = @XGETTEXT@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+pkgpyexecdir = @pkgpyexecdir@
+pkgpythondir = @pkgpythondir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+pyexecdir = @pyexecdir@
+pythondir = @pythondir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+size = 32x32
+actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions
+appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
+dist_appicons_DATA = \
+ apps/eom.png
+
+dist_actionicons_DATA = \
+ actions/eom-plugin.png \
+ actions/eom-image-collection.png \
+ actions/slideshow-play.png
+
+noinst_DATA = \
+ apps/eom.svg \
+ actions/eom-image-collection.svg \
+ actions/eom-plugin.svg \
+ actions/slideshow-play.svg
+
+EXTRA_DIST = $(noinst_DATA)
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/32x32/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign data/icons/32x32/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+install-dist_actioniconsDATA: $(dist_actionicons_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(actioniconsdir)" || $(MKDIR_P) "$(DESTDIR)$(actioniconsdir)"
+ @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(actioniconsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(actioniconsdir)" || exit $$?; \
+ done
+
+uninstall-dist_actioniconsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(actioniconsdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(actioniconsdir)" && rm -f $$files
+install-dist_appiconsDATA: $(dist_appicons_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(appiconsdir)" || $(MKDIR_P) "$(DESTDIR)$(appiconsdir)"
+ @list='$(dist_appicons_DATA)'; test -n "$(appiconsdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appiconsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(appiconsdir)" || exit $$?; \
+ done
+
+uninstall-dist_appiconsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_appicons_DATA)'; test -n "$(appiconsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(appiconsdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(appiconsdir)" && rm -f $$files
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+ for dir in "$(DESTDIR)$(actioniconsdir)" "$(DESTDIR)$(appiconsdir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-am
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-dist_actioniconsDATA \
+ install-dist_appiconsDATA
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-dist_actioniconsDATA \
+ uninstall-dist_appiconsDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ distclean distclean-generic distclean-libtool distdir dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-dist_actioniconsDATA \
+ install-dist_appiconsDATA install-dvi install-dvi-am \
+ install-exec install-exec-am install-html install-html-am \
+ install-info install-info-am install-man install-pdf \
+ install-pdf-am install-ps install-ps-am install-strip \
+ installcheck installcheck-am installdirs maintainer-clean \
+ maintainer-clean-generic mostlyclean mostlyclean-generic \
+ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
+ uninstall-dist_actioniconsDATA uninstall-dist_appiconsDATA
+
+
+-include $(top_srcdir)/git.mk
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/data/icons/32x32/actions/eom-image-collection.png b/data/icons/32x32/actions/eom-image-collection.png
new file mode 100644
index 0000000..b67609b
--- /dev/null
+++ b/data/icons/32x32/actions/eom-image-collection.png
Binary files differ
diff --git a/data/icons/32x32/actions/eom-image-collection.svg b/data/icons/32x32/actions/eom-image-collection.svg
new file mode 100644
index 0000000..f5be940
--- /dev/null
+++ b/data/icons/32x32/actions/eom-image-collection.svg
@@ -0,0 +1,266 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32px"
+ height="32px"
+ id="svg4948"
+ sodipodi:version="0.32"
+ inkscape:version="0.45+devel"
+ sodipodi:docname="mode-browse.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="/home/andreas/project/misc icons/32x32/mode-browse.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4950">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5573">
+ <stop
+ style="stop-color:#86501b;stop-opacity:1;"
+ offset="0"
+ id="stop5575" />
+ <stop
+ style="stop-color:#86501b;stop-opacity:0;"
+ offset="1"
+ id="stop5577" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5573"
+ id="linearGradient5579"
+ x1="7.9565129"
+ y1="25.368917"
+ x2="7.9565129"
+ y2="27.981859"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7502503,0,6.0069831)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8"
+ inkscape:cx="17.199727"
+ inkscape:cy="21.772208"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1680"
+ inkscape:window-height="973"
+ inkscape:window-x="0"
+ inkscape:window-y="48">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4966" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4953">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <rect
+ style="opacity:1;fill:#e0e0dc;fill-opacity:1;stroke:#888a85;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4968"
+ width="13.082925"
+ height="12.907753"
+ x="1.5181555"
+ y="1.5922465"
+ rx="0.89303237"
+ ry="0.89303237" />
+ <rect
+ style="opacity:1;fill:#e0e0dc;fill-opacity:1;stroke:#888a85;stroke-width:0.99999981999999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5547"
+ width="13.056768"
+ height="13.034045"
+ x="17.493132"
+ y="1.5652591"
+ rx="0.89303237"
+ ry="0.89303237" />
+ <rect
+ style="opacity:1;fill:#e0e0dc;fill-opacity:1;stroke:#888a85;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5549"
+ width="13.082925"
+ height="12.907753"
+ x="1.474485"
+ y="17.550539"
+ rx="0.89303237"
+ ry="0.89303237" />
+ <rect
+ style="opacity:1;fill:#e0e0dc;fill-opacity:1;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5551"
+ width="12.956632"
+ height="13.008806"
+ x="17.549599"
+ y="17.556454"
+ rx="0.89303237"
+ ry="0.89303237" />
+ <rect
+ style="opacity:1;fill:#b5a184;fill-opacity:1;stroke:#555753;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5553"
+ width="8.8748369"
+ height="6.9149623"
+ x="19.5944"
+ y="4.5562711"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#7590b7;fill-opacity:1;stroke:#374762;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5555"
+ width="8.9749756"
+ height="7.0652037"
+ x="3.5274765"
+ y="4.4674311"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#b5a184;fill-opacity:1;stroke:#555753;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5557"
+ width="9.0011311"
+ height="7.0368099"
+ x="19.538612"
+ y="20.509232"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#c07837;fill-opacity:1;stroke:#784a21;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5559"
+ width="8.9749746"
+ height="7.1089396"
+ x="3.5348368"
+ y="20.452709"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#48638a;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5561"
+ width="8.0372915"
+ height="3.0905681"
+ x="3.973994"
+ y="7.9774284" />
+ <rect
+ style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5563"
+ width="0.93768394"
+ height="0.98233557"
+ x="5.047596"
+ y="6.9950929" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5579);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5565"
+ width="8.1712465"
+ height="2.9479904"
+ x="3.9293432"
+ y="24.05201" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#edd400;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path5567"
+ sodipodi:cx="22.132998"
+ sodipodi:cy="7.6252861"
+ sodipodi:rx="1.3576589"
+ sodipodi:ry="1.3892324"
+ d="M 23.490656,7.6252861 A 1.3576589,1.3892324 0 1 1 20.775339,7.6252861 A 1.3576589,1.3892324 0 1 1 23.490656,7.6252861 z"
+ transform="matrix(1.0697675,0,0,1.0681818,-2.1440585,-1.688124)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path5571"
+ sodipodi:cx="22.132998"
+ sodipodi:cy="7.6252861"
+ sodipodi:rx="1.3576589"
+ sodipodi:ry="1.3892324"
+ d="M 23.490656,7.6252861 A 1.3576589,1.3892324 0 1 1 20.775339,7.6252861 A 1.3576589,1.3892324 0 1 1 23.490656,7.6252861 z"
+ transform="matrix(1.0697675,0,0,1.0681818,-2.1544093,14.414342)" />
+ <rect
+ style="opacity:1;fill:#83352b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4964"
+ width="7.9565134"
+ height="1.0608337"
+ x="20.074541"
+ y="26.01388" />
+ <rect
+ style="opacity:1;fill:#83352b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4966"
+ width="7.9565134"
+ height="0.94720393"
+ x="20.000002"
+ y="10.018753" />
+ <rect
+ style="opacity:1;fill:#4e4d46;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4969"
+ width="1.0103508"
+ height="4.230844"
+ x="25"
+ y="21.846182"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#4e4d46;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4971"
+ width="1.0103508"
+ height="4.230844"
+ x="23.989649"
+ y="5.8510551"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4967"
+ width="11.082926"
+ height="10.907753"
+ x="2.5181556"
+ y="2.5922472"
+ rx="0.0625"
+ ry="0.0625" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5546"
+ width="11.082926"
+ height="10.907753"
+ x="18.455656"
+ y="2.592247"
+ rx="0.0625"
+ ry="0.0625" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5548"
+ width="11.082926"
+ height="10.951947"
+ x="2.5181556"
+ y="18.548052"
+ rx="0.0625"
+ ry="0.062499996" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5550"
+ width="11.038732"
+ height="10.951947"
+ x="18.499849"
+ y="18.548052"
+ rx="0.062499996"
+ ry="0.062499996" />
+ </g>
+</svg>
diff --git a/data/icons/32x32/actions/eom-plugin.png b/data/icons/32x32/actions/eom-plugin.png
new file mode 100644
index 0000000..fda1b4e
--- /dev/null
+++ b/data/icons/32x32/actions/eom-plugin.png
Binary files differ
diff --git a/data/icons/32x32/actions/eom-plugin.svg b/data/icons/32x32/actions/eom-plugin.svg
new file mode 100644
index 0000000..be49776
--- /dev/null
+++ b/data/icons/32x32/actions/eom-plugin.svg
@@ -0,0 +1,527 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.0"
+ x="0.0000000"
+ y="0.0000000"
+ width="32"
+ height="32"
+ id="svg1"
+ sodipodi:version="0.32"
+ inkscape:version="0.44+devel"
+ sodipodi:docname="plugins32.svg"
+ sodipodi:docbase="/home/lapo/Icone/gimp/preferences"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ sodipodi:modified="true">
+ <metadata
+ id="metadata162">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Folder</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:date>2005-02-01</dc:date>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:identifier>http://jimmac.musichall.cz/</dc:identifier>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>folder</rdf:li>
+ <rdf:li>directory</rdf:li>
+ <rdf:li>storage</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666"
+ borderopacity="1"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1085"
+ inkscape:window-height="655"
+ inkscape:cy="2.5783622"
+ inkscape:cx="22.609947"
+ inkscape:zoom="1"
+ inkscape:document-units="px"
+ showgrid="false"
+ inkscape:window-x="234"
+ inkscape:window-y="315"
+ inkscape:current-layer="layer2"
+ inkscape:showpageshadow="false"
+ showborder="true"
+ inkscape:grid-points="true"
+ inkscape:grid-bbox="true"
+ inkscape:guide-bbox="true"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ width="32px"
+ height="32px" />
+ <defs
+ id="defs3">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3782">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop3784" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3786" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3772">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop3774" />
+ <stop
+ id="stop3780"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3776" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2864">
+ <stop
+ style="stop-color:#8ae234;stop-opacity:1"
+ offset="0"
+ id="stop2866" />
+ <stop
+ style="stop-color:#4e9a06;stop-opacity:1"
+ offset="1"
+ id="stop2868" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2854">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2856" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2858" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3025">
+ <stop
+ style="stop-color:#8ae234;stop-opacity:1;"
+ offset="0"
+ id="stop3027" />
+ <stop
+ style="stop-color:#73d216;stop-opacity:1;"
+ offset="1"
+ id="stop3029" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4734">
+ <stop
+ style="stop-color:#cccdbc;stop-opacity:1;"
+ offset="0"
+ id="stop4736" />
+ <stop
+ style="stop-color:#b9baa4;stop-opacity:1;"
+ offset="1"
+ id="stop4738" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient356">
+ <stop
+ style="stop-color:#fffff3;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop357" />
+ <stop
+ style="stop-color:#fffff3;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop358" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient311">
+ <stop
+ style="stop-color:#cfcfc4;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop312" />
+ <stop
+ style="stop-color:#cfcfc4;stop-opacity:1.0000000;"
+ offset="0.32673267"
+ id="stop335" />
+ <stop
+ style="stop-color:#cfcfc4;stop-opacity:0;"
+ offset="1"
+ id="stop313" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient235">
+ <stop
+ style="stop-color:#59594a;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop236" />
+ <stop
+ style="stop-color:#a2a491;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop237" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3025"
+ id="linearGradient3031"
+ x1="28.284271"
+ y1="41.724426"
+ x2="28.284271"
+ y2="23.766773"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.224127,0,0,1.233884,94.35394,25.10826)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2854"
+ id="linearGradient2860"
+ x1="17.536978"
+ y1="4.823194"
+ x2="44.375"
+ y2="57.75"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2864"
+ id="linearGradient2870"
+ x1="30.935923"
+ y1="44.293907"
+ x2="30.935923"
+ y2="-11.761294"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-18,-15)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3772"
+ id="linearGradient3778"
+ x1="30.992197"
+ y1="46.986557"
+ x2="30.992197"
+ y2="43.494534"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.833333,0,0,1.142857,4.666667,-6.714286)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3788"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5"
+ gradientTransform="matrix(2,0,0,1.333333,-35,-15)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3792"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-96,-105)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3772"
+ id="linearGradient3799"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.833333,0,0,1.142857,4.666667,-6.714286)"
+ x1="30.992197"
+ y1="46.986557"
+ x2="30.992197"
+ y2="43.494534" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3801"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-35,-15)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3803"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-96,-105)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3806"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-97.5,-105)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-35,-15)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3772"
+ id="linearGradient3812"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.583333,0,0,1.142857,13.16666,-6.714286)"
+ x1="30.992197"
+ y1="46.986557"
+ x2="30.992197"
+ y2="43.494534" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3772"
+ id="linearGradient3820"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.749999,0,0,1.142857,19.49999,-6.714286)"
+ x1="30.992197"
+ y1="46.986557"
+ x2="30.992197"
+ y2="43.494534" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3822"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-23,-15)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3824"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-108.5,-105)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3772"
+ id="linearGradient3836"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.583333,0,0,1.142857,13.16666,-6.714286)"
+ x1="30.992197"
+ y1="46.986557"
+ x2="30.992197"
+ y2="43.494534" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3838"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-35,-15)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3840"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-97.5,-105)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3772"
+ id="linearGradient3842"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.749999,0,0,1.142857,19.49999,-6.714286)"
+ x1="30.992197"
+ y1="46.986557"
+ x2="30.992197"
+ y2="43.494534" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3844"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-23,-15)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3846"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-108.5,-105)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ </defs>
+ <g
+ inkscape:groupmode="layer"
+ id="layer1"
+ inkscape:label="pixmap"
+ style="display:inline" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="vectors"
+ style="display:inline">
+ <g
+ id="g891"
+ transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" />
+ <path
+ style="opacity:1;color:black;fill:url(#linearGradient3031);fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.99999964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 134.13807,57.806199 C 132.11092,57.806199 130.46569,59.464537 130.46569,61.507852 C 130.46569,62.598622 130.94432,63.567881 131.68982,64.245533 L 131.68982,65.209505 L 125.56918,65.209505 L 125.56918,72.612811 L 124.68934,72.612811 C 124.01562,71.811079 123.01338,71.30181 121.8968,71.30181 C 119.86965,71.30181 118.22442,72.977422 118.22442,75.042021 C 118.22442,77.106618 119.86965,78.782232 121.8968,78.782233 C 122.9763,78.782233 123.94072,78.304388 124.61283,77.548349 L 125.56918,77.548349 L 125.56918,81.250002 L 132.91395,81.250002 L 132.91395,80.28603 C 132.16845,79.608378 131.68982,78.639119 131.68982,77.548349 C 131.68982,75.505034 133.33505,73.846696 135.3622,73.846696 C 137.38936,73.846696 139.03458,75.505034 139.03458,77.548349 C 139.03458,78.639119 138.55595,79.608378 137.81046,80.28603 L 137.81046,81.250002 L 145.15522,81.250002 L 145.15522,73.846696 L 146.11157,73.846696 C 146.78369,74.602735 147.7481,75.08058 148.8276,75.08058 C 150.85476,75.08058 152.49998,73.404965 152.49998,71.340368 C 152.49998,69.275771 150.85476,67.600157 148.8276,67.600156 C 147.71102,67.600156 146.70878,68.109426 146.03506,68.911158 L 145.15522,68.911158 L 145.15522,65.209505 L 136.58633,65.209505 L 136.58633,64.245533 C 137.33183,63.567881 137.81046,62.598622 137.81046,61.507852 C 137.81046,59.464537 136.16523,57.806199 134.13807,57.806199 z "
+ id="rect1933" />
+ <path
+ style="color:black;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.99999988;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 133.5,93 C 135.48874,92.977903 139.5,94.5 139.5,94.5 L 139.5,98.5 C 139.5,98.5 135.4805,99.977903 134,100 C 132.06832,100.03504 131,98 131,95 C 131,94 131.56806,93.014845 133.5,93 z "
+ id="path2829"
+ sodipodi:nodetypes="ccccsc" />
+ <path
+ style="opacity:1;color:black;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 136.5,19.5 C 133.5,19.5 131.50807,20.568017 131.5,22.5 C 131.5,23.90625 132.53125,25.03125 132.5,27.5 L 123.5,27.5 L 123.5,34.5 C 121.65625,34.609375 120.22965,33.486337 119,33.5 C 117.06806,33.514845 116.5,34.5 116.5,35.5 C 116.5,38.500001 117.56832,40.535041 119.5,40.5 C 120.47439,40.485457 120.98438,39.53125 123.5,39.5 L 123.5,46.5 L 132.5,46.5 C 132.5,43.441942 131.51704,42.642007 131.5,41.5 C 131.46496,39.56832 133.5,38.5 136.5,38.5 C 137.5,38.5 139.5,39.068003 139.5,41 C 139.5,43 137.5,42.940844 137.5,46.5 L 146.5,46.5 L 146.5,38.5 C 148.95278,38.464308 149.9974,40.513864 151.5,40.5 C 153.43171,40.466763 153.5,38.5 153.5,37 C 153.5,36 152.932,33.5 151,33.5 C 149.98353,33.5 148.48874,34.522097 146.5,34.5 L 146.5,27.5 L 137.5,27.5 C 137.46875,25.46875 139.53125,23.03125 139.5,22 C 139.43965,20.068943 137.5,19.5 136.5,19.5 z "
+ id="path2841"
+ sodipodi:nodetypes="cccccssscccsssccccsscccsc" />
+ <path
+ style="opacity:1;color:black;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 137,-21.5 C 136,-21.5 133.5,-20.932 133.5,-19 C 133.5,-17.98353 134.5221,-16.48874 134.5,-14.5 L 127.5,-14.5 L 127.5,-5.5 C 125.46875,-5.46875 123.03125,-7.53125 122,-7.5 C 120.06894,-7.439654 119.5,-5.5 119.5,-4.5 C 119.5,-1.499999 120.56802,0.491928 122.5,0.5 C 123.90625,0.5 125.03125,-0.53125 127.5,-0.5 L 127.5,8.5 L 134.5,8.5 C 134.5,6 132.5,5.500976 132.5,3.5 C 132.5,2 133.5,1.5 135,1.5 C 137.4383,1.5 139.5,1.999024 139.5,4 C 139.5,5.229726 138.5,6.5 138.5,8.5 L 146.5,8.5 L 146.5,-3.5 C 143.44194,-3.5 142.64201,-2.517045 141.5,-2.5 C 139.56832,-2.464959 138.5,-3.5 138.5,-6.5 C 138.5,-7.499999 139.068,-9.5 141,-9.5 C 143,-9.5 142.94084,-7.5 146.5,-7.5 L 146.5,-14.5 L 138.5,-14.5 C 138.46431,-16.95278 140.51386,-17.9974 140.5,-19.5 C 140.46676,-21.43171 138.5,-21.5 137,-21.5 z "
+ id="path2843"
+ sodipodi:nodetypes="cscccssccccssscccsssccccc" />
+ <g
+ id="g3826"
+ transform="matrix(1.105262,0,0,1,-21.28944,-15)"
+ style="opacity:0.5">
+ <rect
+ y="43"
+ x="29.5"
+ height="4"
+ width="3.5"
+ id="rect2872"
+ style="color:black;fill:url(#linearGradient3836);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="43"
+ x="33"
+ height="4"
+ width="3"
+ id="rect3762"
+ style="color:black;fill:url(#radialGradient3838);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ transform="scale(-1,-1)"
+ y="-47"
+ x="-29.5"
+ height="4"
+ width="3"
+ id="rect3790"
+ style="color:black;fill:url(#radialGradient3840);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <g
+ id="g3831"
+ transform="matrix(1.095238,0,0,1,-22.07144,-15)"
+ style="opacity:0.5">
+ <rect
+ y="43"
+ x="40.5"
+ height="4"
+ width="4.5"
+ id="rect3814"
+ style="color:black;fill:url(#linearGradient3842);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="43"
+ x="45"
+ height="4"
+ width="3"
+ id="rect3816"
+ style="color:black;fill:url(#radialGradient3844);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ transform="scale(-1,-1)"
+ y="-47"
+ x="-40.5"
+ height="4"
+ width="3"
+ id="rect3818"
+ style="color:black;fill:url(#radialGradient3846);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <path
+ style="opacity:1;color:black;fill:url(#linearGradient2870);fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 19,0.5 C 18,0.5 15.5,1.068 15.5,3 C 15.5,4.01647 16.522097,5.51126 16.5,7.5 L 9.5,7.5 L 9.5,16.5 C 7.46875,16.53125 6.03125,14.46875 5,14.5 C 3.068943,14.560346 2.5,16.5 2.5,17.5 C 2.5,20.500001 3.568017,21.491928 5.5,21.5 C 6.90625,21.5 7.03125,20.46875 9.5,20.5 L 9.5,30.5 L 16.5,30.5 C 16.5,28 14.5,27.500976 14.5,25.5 C 14.5,24 15.5,23.5 17,23.5 C 19.438301,23.5 21.5,23.999024 21.5,26 C 21.5,27.229726 20.5,28.5 20.5,30.5 L 28.5,30.5 L 28.5,18.5 C 25.441942,18.5 24.642007,19.482955 23.5,19.5 C 21.56832,19.535041 20.5,18.5 20.5,15.5 C 20.5,14.500001 21.068003,12.5 23,12.5 C 25,12.5 24.940844,14.5 28.5,14.5 L 28.5,7.5 L 20.5,7.5 C 20.464308,5.04722 22.513864,4.0026 22.5,2.5 C 22.466763,0.56829 20.5,0.5 19,0.5 z "
+ id="path2848"
+ sodipodi:nodetypes="cscccssccccssscccsssccccc" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-1.0004594"
+ inkscape:original="M 37 15.5 C 36 15.5 33.5 16.068 33.5 18 C 33.5 19.01647 34.522097 20.51126 34.5 22.5 L 27.5 22.5 L 27.5 31.5 C 25.46875 31.53125 24.03125 29.46875 23 29.5 C 21.068943 29.560346 20.5 31.5 20.5 32.5 C 20.5 35.500001 21.568017 36.491928 23.5 36.5 C 24.90625 36.5 25.03125 35.46875 27.5 35.5 L 27.5 45.5 L 34.5 45.5 C 34.5 43 32.5 42.500976 32.5 40.5 C 32.5 39 33.5 38.5 35 38.5 C 37.438301 38.5 39.5 38.999024 39.5 41 C 39.5 42.229726 38.5 43.5 38.5 45.5 L 46.5 45.5 L 46.5 33.5 C 43.441942 33.5 42.642007 34.482955 41.5 34.5 C 39.56832 34.535041 38.5 33.5 38.5 30.5 C 38.5 29.500001 39.068003 27.5 41 27.5 C 43 27.5 42.940844 29.5 46.5 29.5 L 46.5 22.5 L 38.5 22.5 C 38.464308 20.04722 40.513864 19.0026 40.5 17.5 C 40.466763 15.56829 38.5 15.5 37 15.5 z "
+ style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2860);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2852"
+ d="M 37,16.5 C 36.68942,16.5 35.902047,16.620774 35.34375,16.90625 C 34.785453,17.191726 34.5,17.46553 34.5,18 C 34.5,18.172902 34.704812,18.780018 34.96875,19.5625 C 35.232688,20.344982 35.512983,21.331484 35.5,22.5 C 35.499691,23.052157 35.052157,23.499691 34.5,23.5 L 28.5,23.5 L 28.5,31.5 C 28.499691,32.052157 28.052157,32.499691 27.5,32.5 C 26.142249,32.520888 25.097893,31.849874 24.3125,31.3125 C 23.919803,31.043813 23.59051,30.805544 23.34375,30.65625 C 23.09699,30.506956 22.949001,30.502492 23.03125,30.5 C 22.397137,30.519816 22.129326,30.778147 21.875,31.1875 C 21.620674,31.596853 21.5,32.189735 21.5,32.5 C 21.5,33.881277 21.775657,34.648011 22.0625,35 C 22.349343,35.351989 22.704454,35.496676 23.5,35.5 C 23.958568,35.5 24.075894,35.379531 24.65625,35.09375 C 25.236606,34.807969 26.12614,34.482609 27.5,34.5 C 28.052157,34.500309 28.499691,34.947843 28.5,35.5 L 28.5,44.5 L 33.3125,44.5 C 33.170541,44.123896 32.961735,43.783257 32.6875,43.40625 C 32.204437,42.742156 31.5,41.833812 31.5,40.5 C 31.5,39.527676 31.892215,38.626096 32.59375,38.125 C 33.295285,37.623904 34.138838,37.5 35,37.5 C 36.287402,37.5 37.535293,37.609982 38.59375,38.09375 C 39.652207,38.577518 40.5,39.655905 40.5,41 C 40.5,41.886051 40.178478,42.585996 39.9375,43.28125 C 39.804932,43.663726 39.769838,44.097966 39.6875,44.5 L 45.5,44.5 L 45.5,34.65625 C 44.807179,34.737235 44.026141,34.789669 43.59375,34.9375 C 42.93424,35.162982 42.354463,35.487247 41.5,35.5 C 40.352214,35.520821 39.229356,35.183917 38.5,34.28125 C 37.770644,33.378583 37.5,32.118757 37.5,30.5 C 37.5,29.810579 37.674983,28.929012 38.1875,28.09375 C 38.700017,27.258488 39.688777,26.5 41,26.5 C 42.333486,26.5 43.143386,27.241529 43.75,27.6875 C 44.182971,28.005811 44.727135,28.212779 45.5,28.34375 L 45.5,23.5 L 38.5,23.5 C 37.947843,23.499691 37.500309,23.052157 37.5,22.5 C 37.47807,20.992969 38.122147,19.890986 38.65625,19.09375 C 39.190353,18.296514 39.502716,17.794342 39.5,17.5 C 39.489218,16.873329 39.372622,16.883374 38.9375,16.71875 C 38.502378,16.554126 37.734817,16.5 37,16.5 z "
+ transform="translate(-18,-15)" />
+ </g>
+</svg>
diff --git a/data/icons/32x32/actions/slideshow-play.png b/data/icons/32x32/actions/slideshow-play.png
new file mode 100644
index 0000000..1fd3aa2
--- /dev/null
+++ b/data/icons/32x32/actions/slideshow-play.png
Binary files differ
diff --git a/data/icons/32x32/actions/slideshow-play.svg b/data/icons/32x32/actions/slideshow-play.svg
new file mode 100644
index 0000000..2ee03b6
--- /dev/null
+++ b/data/icons/32x32/actions/slideshow-play.svg
@@ -0,0 +1,582 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg2160"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/hbons/Desktop/Ubuntu Visual Refresh: Discovery"
+ sodipodi:docname="slideshow-play.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ inkscape:export-filename="/home/andreas/project/misc icons/32x32/slideshow-play.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs2162">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 16 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="32 : 16 : 1"
+ inkscape:persp3d-origin="16 : 10.666667 : 1"
+ id="perspective6489" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4102">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4104" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4106" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4090">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4092" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4094" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3926">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3928" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3930" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3832">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop3834" />
+ <stop
+ id="stop3840"
+ offset="0.67355675"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="1"
+ id="stop3836" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3357">
+ <stop
+ style="stop-color:#f57900;stop-opacity:1"
+ offset="0"
+ id="stop3359" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3362" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3351">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3353" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3355" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3253">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1;"
+ offset="0"
+ id="stop3255" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1"
+ id="stop3257" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3363">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop3365" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:0;"
+ offset="1"
+ id="stop3367" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3860">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1;"
+ offset="0"
+ id="stop3862" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1"
+ offset="1"
+ id="stop3864" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3844">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop3846" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:0;"
+ offset="1"
+ id="stop3848" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3850"
+ x1="15.470238"
+ y1="-4.5"
+ x2="43"
+ y2="-4.5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.7567568,0,0,1,-2.540541,3)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3860"
+ id="linearGradient3866"
+ x1="26.357143"
+ y1="2.5714288"
+ x2="29"
+ y2="10.571428"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-5,-2)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="radialGradient3249"
+ cx="20.260752"
+ cy="13.526507"
+ fx="20.260752"
+ fy="13.526507"
+ r="18.5"
+ gradientTransform="matrix(0.7086309,0,0,0.5043875,1.6426043,5.6668314)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3363"
+ id="linearGradient3316"
+ gradientUnits="userSpaceOnUse"
+ x1="24.857141"
+ y1="39.5"
+ x2="25.5"
+ y2="40"
+ gradientTransform="translate(-8,-14)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3253"
+ id="linearGradient3324"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(8,-15)"
+ x1="-25.94198"
+ y1="42.406563"
+ x2="-25.94198"
+ y2="45" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3351"
+ id="linearGradient2570"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.9047619,-5,-1.5238096)"
+ x1="26.5"
+ y1="40.304192"
+ x2="21"
+ y2="15.5" />
+ <linearGradient
+ id="linearGradient3688"
+ inkscape:collect="always">
+ <stop
+ id="stop3690"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop3692"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3702">
+ <stop
+ id="stop3704"
+ offset="0"
+ style="stop-color:black;stop-opacity:0;" />
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0.5"
+ id="stop3710" />
+ <stop
+ id="stop3706"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3688"
+ id="radialGradient4024"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)"
+ cx="4.9929786"
+ cy="43.5"
+ fx="4.9929786"
+ fy="43.5"
+ r="2.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3688"
+ id="radialGradient4026"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)"
+ cx="4.9929786"
+ cy="43.5"
+ fx="4.9929786"
+ fy="43.5"
+ r="2.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3702"
+ id="linearGradient4028"
+ gradientUnits="userSpaceOnUse"
+ x1="25.058096"
+ y1="47.027729"
+ x2="25.058096"
+ y2="39.999443" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926"
+ id="radialGradient4036"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.3157895,0,29.421053)"
+ cx="24.5"
+ cy="43"
+ fx="24.5"
+ fy="43"
+ r="9.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4090"
+ id="linearGradient4118"
+ gradientUnits="userSpaceOnUse"
+ x1="58.4375"
+ y1="9.75"
+ x2="61.8125"
+ y2="20.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4102"
+ id="linearGradient4120"
+ gradientUnits="userSpaceOnUse"
+ x1="63.41864"
+ y1="10.808893"
+ x2="61.452"
+ y2="3.6936314" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3357"
+ id="linearGradient4140"
+ gradientUnits="userSpaceOnUse"
+ x1="62.225399"
+ y1="18"
+ x2="57.575382"
+ y2="11.850951" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="40.292082"
+ inkscape:cy="12.214265"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1440"
+ inkscape:window-height="791"
+ inkscape:window-x="0"
+ inkscape:window-y="28"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-nodes="true"
+ inkscape:snap-bbox="false"
+ objecttolerance="10000"
+ gridtolerance="10000"
+ guidetolerance="10000"
+ showborder="false"
+ inkscape:showpageshadow="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2561"
+ empspacing="2"
+ visible="true"
+ enabled="true"
+ spacingx="1px"
+ spacingy="1px" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata2165">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:title>Presentation</dc:title>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Based of Hylke Bons work</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <cc:license
+ rdf:resource="http://www.gnu.org/licenses/lgpl.html" />
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>presentation</rdf:li>
+ <rdf:li>slides</rdf:li>
+ <rdf:li>powerpoint</rdf:li>
+ <rdf:li>spreadsheet</rdf:li>
+ <rdf:li>impress</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.2837838;fill:url(#radialGradient4036);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3994"
+ sodipodi:cx="24.5"
+ sodipodi:cy="43"
+ sodipodi:rx="9.5"
+ sodipodi:ry="3"
+ d="M 34,43 A 9.5,3 0 1 1 15,43 A 9.5,3 0 1 1 34,43 z"
+ transform="matrix(1,0,0,0.8333338,-7,-6.8333548)" />
+ <g
+ transform="matrix(0.7999997,0,0,0.4444451,-3.2000002,11.111095)"
+ inkscape:label="Shadow"
+ id="g3996"
+ style="opacity:0.13963964;display:inline">
+ <g
+ transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)"
+ style="opacity:0.4"
+ id="g3998">
+ <rect
+ style="opacity:1;fill:url(#radialGradient4024);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect4000"
+ width="5"
+ height="7"
+ x="38"
+ y="40" />
+ <rect
+ style="opacity:1;fill:url(#radialGradient4026);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect4002"
+ width="5"
+ height="7"
+ x="-10"
+ y="-47"
+ transform="scale(-1,-1)" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4028);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect4004"
+ width="28"
+ height="7.0000005"
+ x="10"
+ y="40" />
+ </g>
+ </g>
+ <path
+ style="fill:#d3d7cf;fill-rule:evenodd;stroke:#888a85;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 12.5,29.5 L 17.5,26"
+ id="path3405" />
+ <path
+ style="fill:#d3d7cf;fill-rule:evenodd;stroke:#888a85;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 22.5,29.5 L 17.5,26"
+ id="path3407" />
+ <rect
+ style="fill:url(#linearGradient3324);fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3251"
+ width="2.0000002"
+ height="9"
+ x="-18.5"
+ y="20.5"
+ rx="1.0000001"
+ ry="1.0000001"
+ transform="scale(-1,1)" />
+ <path
+ style="fill:#d3d7cf;fill-rule:evenodd;stroke:#d3d7cf;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 12.5,29.5 L 17.5,26"
+ id="path3401" />
+ <rect
+ transform="scale(-1,1)"
+ ry="1.432099"
+ rx="1.0000001"
+ y="13.611113"
+ x="-18.5"
+ height="12.888889"
+ width="2.0000002"
+ id="rect3310"
+ style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#999999;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ style="fill:#d3d7cf;fill-rule:evenodd;stroke:#d3d7cf;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 22.5,29.5 L 17.5,26"
+ id="path3403" />
+ <rect
+ style="fill:#d3d7cf;fill-opacity:1;stroke:#777974;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3883"
+ width="4"
+ height="3.0000002"
+ x="15.5"
+ y="24.5"
+ rx="1.5000001"
+ ry="1.5000001" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.58113861;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4001"
+ sodipodi:cx="20.178572"
+ sodipodi:cy="44.67857"
+ sodipodi:rx="1.25"
+ sodipodi:ry="0.96428573"
+ d="M 21.428572,44.67857 A 1.25,0.96428573 0 1 1 18.928572,44.67857 A 1.25,0.96428573 0 1 1 21.428572,44.67857 z"
+ transform="matrix(0.4,0,0,0.5185187,14.42857,6.333325)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.58113861;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4005"
+ sodipodi:cx="20.178572"
+ sodipodi:cy="44.67857"
+ sodipodi:rx="1.25"
+ sodipodi:ry="0.96428573"
+ d="M 21.428572,44.67857 A 1.25,0.96428573 0 1 1 18.928572,44.67857 A 1.25,0.96428573 0 1 1 21.428572,44.67857 z"
+ transform="matrix(0.4,0,0,0.5185187,4.428571,6.333326)" />
+ <rect
+ style="fill:url(#linearGradient3316);fill-opacity:1;stroke:none"
+ id="rect3361"
+ width="3"
+ height="2"
+ x="16"
+ y="25"
+ rx="1.1250001"
+ ry="1" />
+ <rect
+ style="opacity:0.11711713;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3411"
+ width="3"
+ height="2"
+ x="16"
+ y="22" />
+ <rect
+ style="opacity:1;fill:url(#radialGradient3249);fill-opacity:1;stroke:#babdb6;stroke-width:0.99999994000000003;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2168"
+ width="29"
+ height="20"
+ x="1.5"
+ y="2.5"
+ rx="1.0195435"
+ ry="0.96017009" />
+ <path
+ style="fill:url(#linearGradient2570);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 2.991223,3 L 28.00878,3 C 28.55791,3 29,3.4114101 29,3.9224441 L 29,21.077556 C 29,21.58859 28.55791,22 28.00878,22 L 2.991223,22 C 2.442085,22 2,21.58859 2,21.077556 L 2,3.9224441 C 2,3.4114101 2.442085,3 2.991223,3 z"
+ id="rect3349"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 3.40625,3.5000001 C 2.876679,3.5000001 2.5,3.7197986 2.5,4.0288109 L 2.5,20.908152 C 2.5,21.217165 2.876679,21.436963 3.40625,21.436963 L 28.59375,21.436963 C 29.12332,21.436963 29.5,21.217164 29.5,20.908152 L 29.5,4.0288109 C 29.5,3.7197989 29.12332,3.5000001 28.59375,3.5000001 L 3.40625,3.5000001 z"
+ id="path3151"
+ sodipodi:nodetypes="ccccccccc" />
+ <rect
+ style="opacity:0.11711713;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3285"
+ width="29"
+ height="2"
+ x="1"
+ y="3" />
+ <rect
+ style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:url(#linearGradient3866);stroke-width:0.99999982;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3827"
+ width="31"
+ height="3"
+ x="0.5"
+ y="0.5"
+ rx="1.5833334"
+ ry="1.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3850);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3842"
+ width="28"
+ height="1"
+ x="2"
+ y="-2"
+ transform="scale(1,-1)"
+ rx="0.37837839"
+ ry="0.5" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect4202"
+ width="1.9999999"
+ height="2.0000002"
+ x="1.000001"
+ y="29"
+ transform="matrix(7.3523171e-8,1,1,-1.8380787e-8,0,0)"
+ rx="0.99999988"
+ ry="1.0000001" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3409"
+ width="1.9999999"
+ height="2.0000002"
+ x="1.0000002"
+ y="1"
+ transform="matrix(7.3523171e-8,1,1,-1.8380787e-8,0,0)"
+ rx="0.99999988"
+ ry="1.0000001" />
+ <path
+ style="fill:#888a85;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 13,7.03923 L 13,17 L 22,12 L 13,7.03923 z"
+ id="path5208"
+ sodipodi:nodetypes="cccc" />
+ </g>
+</svg>
diff --git a/data/icons/32x32/apps/eom.png b/data/icons/32x32/apps/eom.png
new file mode 100644
index 0000000..6b2a536
--- /dev/null
+++ b/data/icons/32x32/apps/eom.png
Binary files differ
diff --git a/data/icons/32x32/apps/eom.svg b/data/icons/32x32/apps/eom.svg
new file mode 100644
index 0000000..78740e9
--- /dev/null
+++ b/data/icons/32x32/apps/eom.svg
@@ -0,0 +1,537 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg1872"
+ sodipodi:version="0.32"
+ inkscape:version="0.44.1"
+ sodipodi:docbase="/home/ulisse/Desktop/EOM/32x32"
+ sodipodi:docname="eom.svg"
+ inkscape:export-filename="/home/ulisse/Desktop/EOM/eom.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ version="1.0">
+ <defs
+ id="defs1874">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3488">
+ <stop
+ style="stop-color:#d88c1d;stop-opacity:1"
+ offset="0"
+ id="stop3490" />
+ <stop
+ style="stop-color:#b34f00;stop-opacity:1"
+ offset="1"
+ id="stop3492" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3416">
+ <stop
+ style="stop-color:#ffee5c;stop-opacity:1"
+ offset="0"
+ id="stop3418" />
+ <stop
+ style="stop-color:#f57900;stop-opacity:1"
+ offset="1"
+ id="stop3420" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3619"
+ inkscape:collect="always">
+ <stop
+ id="stop3621"
+ offset="0"
+ style="stop-color:#82a02b;stop-opacity:1" />
+ <stop
+ id="stop3623"
+ offset="1"
+ style="stop-color:#e6edab;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4015">
+ <stop
+ id="stop4017"
+ offset="0"
+ style="stop-color:#82837d;stop-opacity:1" />
+ <stop
+ id="stop4019"
+ offset="1"
+ style="stop-color:#4d4f4c;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3999">
+ <stop
+ style="stop-color:#b2b6ae;stop-opacity:1"
+ offset="0"
+ id="stop4001" />
+ <stop
+ style="stop-color:#7b7d77;stop-opacity:1"
+ offset="1"
+ id="stop4003" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient2952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-25.4081,0,0,1.969706,15200.99,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5060"
+ inkscape:collect="always">
+ <stop
+ id="stop5062"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop5064"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient3845"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.540811,0,0,1.969706,-1642.705,-872.8758)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2949">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2951" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2953" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2886">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop2888" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:0;"
+ offset="1"
+ id="stop2890" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3218">
+ <stop
+ id="stop3220"
+ offset="0"
+ style="stop-color:white;stop-opacity:0" />
+ <stop
+ style="stop-color:#204a87;stop-opacity:0.0887574;"
+ offset="0.5"
+ id="stop3222" />
+ <stop
+ id="stop3224"
+ offset="1"
+ style="stop-color:#204a87;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3212">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="0"
+ id="stop3214" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1"
+ offset="1"
+ id="stop3216" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2842"
+ inkscape:collect="always">
+ <stop
+ id="stop2844"
+ offset="0"
+ style="stop-color:#eeeeec;stop-opacity:1" />
+ <stop
+ id="stop2846"
+ offset="1"
+ style="stop-color:#e7e7e4;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2760">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2762" />
+ <stop
+ style="stop-color:white;stop-opacity:0.42352942"
+ offset="1"
+ id="stop2764" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3218"
+ id="radialGradient4060"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.01826,0,-0.451456)"
+ cx="60.532116"
+ cy="24.724428"
+ fx="60.532116"
+ fy="24.724428"
+ r="10.532116" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2949"
+ id="linearGradient4070"
+ gradientUnits="userSpaceOnUse"
+ x1="53.8335"
+ y1="19.828632"
+ x2="56.286068"
+ y2="33.055767" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3999"
+ id="linearGradient3168"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.629267,0,0,0.612874,-3.597622,0.792992)"
+ x1="23.48374"
+ y1="20.852196"
+ x2="29.452541"
+ y2="29.202261" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2760"
+ id="linearGradient3185"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.629473,0,0,0.603346,-3.830444,1.44113)"
+ x1="11.469355"
+ y1="7.6489091"
+ x2="23.686275"
+ y2="37" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2842"
+ id="linearGradient3191"
+ gradientUnits="userSpaceOnUse"
+ x1="10.625015"
+ y1="9.375"
+ x2="15.750015"
+ y2="31"
+ gradientTransform="matrix(0.649318,0,0,0.626026,-4.169186,0.951616)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4015"
+ id="linearGradient3193"
+ gradientUnits="userSpaceOnUse"
+ x1="25.308739"
+ y1="26.027328"
+ x2="34.195168"
+ y2="36.463192"
+ gradientTransform="matrix(0.649318,0,0,0.626026,-4.169186,0.951616)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3619"
+ id="linearGradient3199"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-6.347442,-4.30929)"
+ x1="20.29458"
+ y1="28.568218"
+ x2="13.14384"
+ y2="14.963111" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3416"
+ id="radialGradient3201"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.994711,0,9.651581e-2)"
+ cx="63.729385"
+ cy="17.50551"
+ fx="63.729385"
+ fy="17.50551"
+ r="5.9090057" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3488"
+ id="linearGradient3203"
+ gradientUnits="userSpaceOnUse"
+ x1="60.68158"
+ y1="16.232525"
+ x2="70.960976"
+ y2="24.890217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2886"
+ id="linearGradient2036"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.572976,-0.247115,-0.242376,-0.5633,-10.23342,44.38813)"
+ x1="60.532116"
+ y1="24.186483"
+ x2="59.922974"
+ y2="12.958087" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3212"
+ id="linearGradient2047"
+ gradientUnits="userSpaceOnUse"
+ x1="59.413414"
+ y1="15.435809"
+ x2="60.532116"
+ y2="30.891516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2760"
+ id="linearGradient1949"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.610999,0,0,0.587504,-3.271271,1.30502)"
+ x1="26.020784"
+ y1="28.509748"
+ x2="16.589474"
+ y2="19.17882" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#e8e8e8"
+ borderopacity="1"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="13.754093"
+ inkscape:cy="10.75053"
+ inkscape:current-layer="layer2"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1049"
+ inkscape:window-height="743"
+ inkscape:window-x="163"
+ inkscape:window-y="206"
+ inkscape:grid-points="false"
+ showborder="true"
+ inkscape:guide-bbox="true"
+ width="32px"
+ height="32px"
+ showguides="true" />
+ <metadata
+ id="metadata1877">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Ulisse Perusin</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:title>Eye Of Mate</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>eye of mate</rdf:li>
+ <rdf:li>image viewer</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <rect
+ style="fill:url(#linearGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3193);stroke-width:1.00011122;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2829"
+ width="20.128868"
+ height="19.406792"
+ x="-1.2472441"
+ y="5.020782"
+ ry="1.6041903"
+ transform="matrix(0.968554,-0.248802,0.269179,0.96309,0,0)" />
+ <rect
+ transform="matrix(0.968957,-0.247227,0.270873,0.962615,0,0)"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3185);stroke-width:1.00014997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect1873"
+ width="18.254709"
+ height="17.497042"
+ x="-0.3683421"
+ y="5.9662232"
+ ry="0.79993165" />
+ <g
+ style="display:inline"
+ id="g3153"
+ transform="matrix(0.630515,0,0,0.611588,1.298232,3.210299)">
+ <rect
+ transform="matrix(0.965926,-0.258819,0.258819,0.965926,0,0)"
+ y="9.1907225"
+ x="1.1525567"
+ height="17.000008"
+ width="25.000015"
+ id="rect3149"
+ style="fill:url(#linearGradient3199);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <path
+ style="fill:white;fill-opacity:1;fill-rule:nonzero;stroke:#8e7c87;stroke-width:1.12725163;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 20.938071,16.824563 C 21.074734,17.36721 22.583288,21.228333 19.352066,21.729826 C 15.888292,22.267411 16.328878,19.244772 16.229619,18.306362 C 15.87734,19.307606 13.41688,22.798752 10.803501,21.43192 C 8.2238999,20.082754 11.160018,16.62789 11.572015,16.436342 C 7.168651,18.652448 5.8710229,16.007019 6.6640254,13.554388 C 7.2357999,11.78598 11.055301,11.977177 11.422041,11.9193 C 10.288023,12.270054 8.4346927,7.9185558 11.96723,7.2184232 C 14.785917,6.6597724 15.936833,8.336874 16.221401,8.9473315 C 16.440653,8.5656595 16.621585,5.0823373 19.20059,5.4621324 C 22.662688,5.9719756 21.376247,9.2318383 20.930881,9.9769952 C 21.621411,8.2537103 24.581608,7.9149861 25.695179,9.8093234 C 27.296537,12.533452 24.458447,13.735865 23.988343,13.576135 C 24.491817,13.376049 27.871475,14.518492 27.034279,16.926756 C 26.407174,18.730673 23.447199,19.245161 20.938071,16.824563 z "
+ id="path3361"
+ sodipodi:nodetypes="cscscscscscscsc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient3201);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3203);stroke-width:1.8144002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="path3358"
+ sodipodi:cx="65.28125"
+ sodipodi:cy="18.25"
+ sodipodi:rx="4.6825957"
+ sodipodi:ry="4.8792539"
+ d="M 69.963846 18.25 A 4.6825957 4.8792539 0 1 1 60.598654,18.25 A 4.6825957 4.8792539 0 1 1 69.963846 18.25 z"
+ transform="matrix(1.107952,0.217564,-0.390759,0.63425,-48.20152,-12.23497)" />
+ </g>
+ <rect
+ transform="matrix(0.967844,-0.251549,0.266268,0.963899,0,0)"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3168);stroke-width:1.0000577;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2811"
+ width="15.731651"
+ height="10.41886"
+ x="1.1218747"
+ y="9.0667934" />
+ <rect
+ transform="matrix(0.968739,-0.248081,0.269954,0.962873,0,0)"
+ style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1949);stroke-width:1.0001291;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2906"
+ width="13.881494"
+ height="8.482234"
+ x="1.9985989"
+ y="10.032271" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="lente"
+ style="display:inline">
+ <g
+ style="opacity:0.28730164;display:inline"
+ id="g5022"
+ transform="matrix(8.047074e-3,0,0,8.361828e-3,30.35147,28.26016)">
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ d="M -111.45871,-150.67077 C -111.45871,-150.67077 -111.45871,327.66002 -111.45871,327.66002 C 19.386732,328.56047 204.86193,220.49036 204.86185,88.463847 C 204.86185,-43.56269 58.848173,-150.67075 -111.45871,-150.67077 z "
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient3845);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient2952);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M -111.45871,-150.68038 C -111.45871,-150.68038 -111.45871,327.65041 -111.45871,327.65041 C -1419.9129,328.55086 -3274.6643,220.48075 -3274.6643,88.454235 C -3274.6643,-43.572302 -1814.5279,-150.68036 -111.45871,-150.68038 z "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <path
+ style="fill:#6f7d82;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 24,22 L 25,21 L 27,23 L 26,24 L 24,22 z "
+ id="path4029"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.6;fill:url(#radialGradient4060);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88565296;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2982"
+ sodipodi:cx="60.532116"
+ sodipodi:cy="24.724428"
+ sodipodi:rx="10.532116"
+ sodipodi:ry="10.724427"
+ d="M 71.064232 24.724428 A 10.532116 10.724427 0 1 1 50,24.724428 A 10.532116 10.724427 0 1 1 71.064232 24.724428 z"
+ transform="matrix(0.788045,0,0,0.774764,-29.21443,-3.657558)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#414340;stroke-width:2.50066781;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2994"
+ sodipodi:cx="60.532116"
+ sodipodi:cy="24.724428"
+ sodipodi:rx="10.532116"
+ sodipodi:ry="10.724427"
+ d="M 71.064232 24.724428 A 10.532116 10.724427 0 1 1 50,24.724428 A 10.532116 10.724427 0 1 1 71.064232 24.724428 z"
+ transform="matrix(0.807055,0,0,0.792584,-30.35273,-4.09617)" />
+ <path
+ style="opacity:0.7;fill:url(#linearGradient2036);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88565296;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 24.492136,12.899773 C 22.5,20 15,10.5 12.422825,18.105074 C 13.85766,21.439744 17.725688,22.980157 21.056819,21.543494 C 24.387949,20.10683 25.926971,16.234444 24.492136,12.899773 z "
+ id="path1995"
+ sodipodi:nodetypes="ccsc"
+ inkscape:transform-center-y="2.829378"
+ inkscape:transform-center-x="-0.38003431" />
+ <path
+ sodipodi:open="true"
+ sodipodi:end="4.1858053"
+ sodipodi:start="2.2847493"
+ transform="matrix(0.562934,0.207559,-0.20512,0.549378,-10.50414,-10.67903)"
+ d="M 54.008136,32.567333 A 9.9629145,10.377243 0 0 1 55.524927,15.753"
+ sodipodi:ry="10.377243"
+ sodipodi:rx="9.9629145"
+ sodipodi:cy="24.724428"
+ sodipodi:cx="60.532116"
+ id="path2944"
+ style="opacity:0.9;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4070);stroke-width:1.68588805;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(0.759583,0,0,0.74596,-27.47921,-2.943444)"
+ d="M 71.064232 24.724428 A 10.532116 10.724427 0 1 1 50,24.724428 A 10.532116 10.724427 0 1 1 71.064232 24.724428 z"
+ sodipodi:ry="10.724427"
+ sodipodi:rx="10.532116"
+ sodipodi:cy="24.724428"
+ sodipodi:cx="60.532116"
+ id="path3042"
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2047);stroke-width:1.3284775;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path2032"
+ d="M 25.5,24 C 25.484007,23.378321 26.380745,22.543675 27,22.5 C 28.741718,23.773668 30.125134,25.016041 31.5,26.5 C 31.631884,27.9755 30.767766,28.569215 29.5,28.5 C 27.998388,27.120395 26.687736,25.851239 25.5,24 z "
+ style="fill:#c17d11;fill-opacity:1;fill-rule:nonzero;stroke:#8f5902;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ inkscape:transform-center-x="-9.1347287"
+ inkscape:transform-center-y="9.1635303" />
+ <path
+ style="opacity:0.3;fill:none;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 26.823224,23.566291 C 28.43052,24.780883 29.495441,25.88863 30.602252,26.977903"
+ id="path2896"
+ sodipodi:nodetypes="cc" />
+ </g>
+</svg>
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
new file mode 100644
index 0000000..6c4d701
--- /dev/null
+++ b/data/icons/48x48/Makefile.am
@@ -0,0 +1,7 @@
+size = 48x48
+actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions
+
+dist_actionicons_DATA = \
+ actions/slideshow-play.png
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/48x48/Makefile.in b/data/icons/48x48/Makefile.in
new file mode 100644
index 0000000..84a54a2
--- /dev/null
+++ b/data/icons/48x48/Makefile.in
@@ -0,0 +1,506 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = data/icons/48x48
+DIST_COMMON = $(dist_actionicons_DATA) $(srcdir)/Makefile.am \
+ $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__installdirs = "$(DESTDIR)$(actioniconsdir)"
+DATA = $(dist_actionicons_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
+DBUS_CFLAGS = @DBUS_CFLAGS@
+DBUS_LIBS = @DBUS_LIBS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
+DLLTOOL = @DLLTOOL@
+DOC_USER_FORMATS = @DOC_USER_FORMATS@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EOM_API_VERSION = @EOM_API_VERSION@
+EOM_CFLAGS = @EOM_CFLAGS@
+EOM_DOC_EXIF_START = @EOM_DOC_EXIF_START@
+EOM_DOC_EXIF_STOP = @EOM_DOC_EXIF_STOP@
+EOM_LIBS = @EOM_LIBS@
+EOM_MAJOR_VERSION = @EOM_MAJOR_VERSION@
+EOM_MICRO_VERSION = @EOM_MICRO_VERSION@
+EOM_MINOR_VERSION = @EOM_MINOR_VERSION@
+EXEEXT = @EXEEXT@
+EXEMPI_CFLAGS = @EXEMPI_CFLAGS@
+EXEMPI_LIBS = @EXEMPI_LIBS@
+EXIF_CFLAGS = @EXIF_CFLAGS@
+EXIF_LIBS = @EXIF_LIBS@
+FGREP = @FGREP@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_MKENUMS = @GLIB_MKENUMS@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GREP = @GREP@
+GTKDOC_CHECK = @GTKDOC_CHECK@
+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
+GTKDOC_MKPDF = @GTKDOC_MKPDF@
+GTKDOC_REBASE = @GTKDOC_REBASE@
+HELP_DIR = @HELP_DIR@
+HTML_DIR = @HTML_DIR@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+LCMS_CFLAGS = @LCMS_CFLAGS@
+LCMS_LIBS = @LCMS_LIBS@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBJPEG = @LIBJPEG@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
+LIBXML2_LIBS = @LIBXML2_LIBS@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MATECONFTOOL = @MATECONFTOOL@
+MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
+MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+NM = @NM@
+NMEDIT = @NMEDIT@
+NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OMF_DIR = @OMF_DIR@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POFILES = @POFILES@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
+PYGOBJECT_DEFSDIR = @PYGOBJECT_DEFSDIR@
+PYGOBJECT_H2DEF = @PYGOBJECT_H2DEF@
+PYGTK_CFLAGS = @PYGTK_CFLAGS@
+PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
+PYGTK_LIBS = @PYGTK_LIBS@
+PYTHON = @PYTHON@
+PYTHON_CFLAGS = @PYTHON_CFLAGS@
+PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
+PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
+PYTHON_LIBS = @PYTHON_LIBS@
+PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
+PYTHON_PLATFORM = @PYTHON_PLATFORM@
+PYTHON_PREFIX = @PYTHON_PREFIX@
+PYTHON_VERSION = @PYTHON_VERSION@
+RANLIB = @RANLIB@
+RSVG_CFLAGS = @RSVG_CFLAGS@
+RSVG_LIBS = @RSVG_LIBS@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
+X11_CFLAGS = @X11_CFLAGS@
+X11_LIBS = @X11_LIBS@
+XGETTEXT = @XGETTEXT@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+pkgpyexecdir = @pkgpyexecdir@
+pkgpythondir = @pkgpythondir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+pyexecdir = @pyexecdir@
+pythondir = @pythondir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+size = 48x48
+actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions
+dist_actionicons_DATA = \
+ actions/slideshow-play.png
+
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/48x48/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign data/icons/48x48/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+install-dist_actioniconsDATA: $(dist_actionicons_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(actioniconsdir)" || $(MKDIR_P) "$(DESTDIR)$(actioniconsdir)"
+ @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(actioniconsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(actioniconsdir)" || exit $$?; \
+ done
+
+uninstall-dist_actioniconsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(actioniconsdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(actioniconsdir)" && rm -f $$files
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+ for dir in "$(DESTDIR)$(actioniconsdir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-am
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-dist_actioniconsDATA
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-dist_actioniconsDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ distclean distclean-generic distclean-libtool distdir dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-dist_actioniconsDATA \
+ install-dvi install-dvi-am install-exec install-exec-am \
+ install-html install-html-am install-info install-info-am \
+ install-man install-pdf install-pdf-am install-ps \
+ install-ps-am install-strip installcheck installcheck-am \
+ installdirs maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
+ ps ps-am uninstall uninstall-am uninstall-dist_actioniconsDATA
+
+
+-include $(top_srcdir)/git.mk
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/data/icons/48x48/actions/slideshow-play.png b/data/icons/48x48/actions/slideshow-play.png
new file mode 100644
index 0000000..d2936f7
--- /dev/null
+++ b/data/icons/48x48/actions/slideshow-play.png
Binary files differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
new file mode 100644
index 0000000..123b8e3
--- /dev/null
+++ b/data/icons/Makefile.am
@@ -0,0 +1,16 @@
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+
+install-data-hook: update-icon-cache
+uninstall-hook: update-icon-cache
+update-icon-cache:
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After (un)install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ fi
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/Makefile.in b/data/icons/Makefile.in
new file mode 100644
index 0000000..48ce623
--- /dev/null
+++ b/data/icons/Makefile.in
@@ -0,0 +1,670 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = data/icons
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
+SOURCES =
+DIST_SOURCES =
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+ html-recursive info-recursive install-data-recursive \
+ install-dvi-recursive install-exec-recursive \
+ install-html-recursive install-info-recursive \
+ install-pdf-recursive install-ps-recursive install-recursive \
+ installcheck-recursive installdirs-recursive pdf-recursive \
+ ps-recursive uninstall-recursive
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
+ distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
+ACLOCAL = @ACLOCAL@
+ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
+DBUS_CFLAGS = @DBUS_CFLAGS@
+DBUS_LIBS = @DBUS_LIBS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
+DLLTOOL = @DLLTOOL@
+DOC_USER_FORMATS = @DOC_USER_FORMATS@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EOM_API_VERSION = @EOM_API_VERSION@
+EOM_CFLAGS = @EOM_CFLAGS@
+EOM_DOC_EXIF_START = @EOM_DOC_EXIF_START@
+EOM_DOC_EXIF_STOP = @EOM_DOC_EXIF_STOP@
+EOM_LIBS = @EOM_LIBS@
+EOM_MAJOR_VERSION = @EOM_MAJOR_VERSION@
+EOM_MICRO_VERSION = @EOM_MICRO_VERSION@
+EOM_MINOR_VERSION = @EOM_MINOR_VERSION@
+EXEEXT = @EXEEXT@
+EXEMPI_CFLAGS = @EXEMPI_CFLAGS@
+EXEMPI_LIBS = @EXEMPI_LIBS@
+EXIF_CFLAGS = @EXIF_CFLAGS@
+EXIF_LIBS = @EXIF_LIBS@
+FGREP = @FGREP@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_MKENUMS = @GLIB_MKENUMS@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GREP = @GREP@
+GTKDOC_CHECK = @GTKDOC_CHECK@
+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
+GTKDOC_MKPDF = @GTKDOC_MKPDF@
+GTKDOC_REBASE = @GTKDOC_REBASE@
+HELP_DIR = @HELP_DIR@
+HTML_DIR = @HTML_DIR@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+LCMS_CFLAGS = @LCMS_CFLAGS@
+LCMS_LIBS = @LCMS_LIBS@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBJPEG = @LIBJPEG@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
+LIBXML2_LIBS = @LIBXML2_LIBS@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MATECONFTOOL = @MATECONFTOOL@
+MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
+MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+NM = @NM@
+NMEDIT = @NMEDIT@
+NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OMF_DIR = @OMF_DIR@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POFILES = @POFILES@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
+PYGOBJECT_DEFSDIR = @PYGOBJECT_DEFSDIR@
+PYGOBJECT_H2DEF = @PYGOBJECT_H2DEF@
+PYGTK_CFLAGS = @PYGTK_CFLAGS@
+PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
+PYGTK_LIBS = @PYGTK_LIBS@
+PYTHON = @PYTHON@
+PYTHON_CFLAGS = @PYTHON_CFLAGS@
+PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
+PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
+PYTHON_LIBS = @PYTHON_LIBS@
+PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
+PYTHON_PLATFORM = @PYTHON_PLATFORM@
+PYTHON_PREFIX = @PYTHON_PREFIX@
+PYTHON_VERSION = @PYTHON_VERSION@
+RANLIB = @RANLIB@
+RSVG_CFLAGS = @RSVG_CFLAGS@
+RSVG_LIBS = @RSVG_LIBS@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
+X11_CFLAGS = @X11_CFLAGS@
+X11_LIBS = @X11_LIBS@
+XGETTEXT = @XGETTEXT@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+pkgpyexecdir = @pkgpyexecdir@
+pkgpythondir = @pkgpythondir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+pyexecdir = @pyexecdir@
+pythondir = @pythondir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+all: all-recursive
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign data/icons/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (which will cause the Makefiles to be regenerated when you run `make');
+# (2) otherwise, pass the desired values on the `make' command line.
+$(RECURSIVE_TARGETS):
+ @fail= failcom='exit 1'; \
+ for f in x $$MAKEFLAGS; do \
+ case $$f in \
+ *=* | --[!k]*);; \
+ *k*) failcom='fail=yes';; \
+ esac; \
+ done; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || eval $$failcom; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+$(RECURSIVE_CLEAN_TARGETS):
+ @fail= failcom='exit 1'; \
+ for f in x $$MAKEFLAGS; do \
+ case $$f in \
+ *=* | --[!k]*);; \
+ *k*) failcom='fail=yes';; \
+ esac; \
+ done; \
+ dot_seen=no; \
+ case "$@" in \
+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+ *) list='$(SUBDIRS)' ;; \
+ esac; \
+ rev=''; for subdir in $$list; do \
+ if test "$$subdir" = "."; then :; else \
+ rev="$$subdir $$rev"; \
+ fi; \
+ done; \
+ rev="$$rev ."; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || eval $$failcom; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+ctags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ done
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ mkid -fID $$unique
+tags: TAGS
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ set x; \
+ here=`pwd`; \
+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+ include_option=--etags-include; \
+ empty_fix=.; \
+ else \
+ include_option=--include; \
+ empty_fix=; \
+ fi; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ test ! -f $$subdir/TAGS || \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
+ fi; \
+ done; \
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ test -n "$$unique" || unique=$$empty_fix; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
+ fi
+ctags: CTAGS
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ test -z "$(CTAGS_ARGS)$$unique" \
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ $$unique
+
+GTAGS:
+ here=`$(am__cd) $(top_builddir) && pwd` \
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
+
+distclean-tags:
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ test -d "$(distdir)/$$subdir" \
+ || $(MKDIR_P) "$(distdir)/$$subdir" \
+ || exit 1; \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
+ $(MAKE) $(AM_MAKEFLAGS) \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
+ am__remove_distdir=: \
+ am__skip_length_check=: \
+ am__skip_mode_fix=: \
+ distdir) \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-recursive
+all-am: Makefile
+installdirs: installdirs-recursive
+installdirs-am:
+install: install-recursive
+install-exec: install-exec-recursive
+install-data: install-data-recursive
+uninstall: uninstall-recursive
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-recursive
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-recursive
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-tags
+
+dvi: dvi-recursive
+
+dvi-am:
+
+html: html-recursive
+
+html-am:
+
+info: info-recursive
+
+info-am:
+
+install-data-am:
+ @$(NORMAL_INSTALL)
+ $(MAKE) $(AM_MAKEFLAGS) install-data-hook
+install-dvi: install-dvi-recursive
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-recursive
+
+install-html-am:
+
+install-info: install-info-recursive
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-recursive
+
+install-pdf-am:
+
+install-ps: install-ps-recursive
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-recursive
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-recursive
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-recursive
+
+pdf-am:
+
+ps: ps-recursive
+
+ps-am:
+
+uninstall-am:
+ @$(NORMAL_INSTALL)
+ $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-data-am install-strip tags-recursive \
+ uninstall-am
+
+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
+ all all-am check check-am clean clean-generic clean-libtool \
+ ctags ctags-recursive distclean distclean-generic \
+ distclean-libtool distclean-tags distdir dvi dvi-am html \
+ html-am info info-am install install-am install-data \
+ install-data-am install-data-hook install-dvi install-dvi-am \
+ install-exec install-exec-am install-html install-html-am \
+ install-info install-info-am install-man install-pdf \
+ install-pdf-am install-ps install-ps-am install-strip \
+ installcheck installcheck-am installdirs installdirs-am \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+ tags tags-recursive uninstall uninstall-am uninstall-hook
+
+
+install-data-hook: update-icon-cache
+uninstall-hook: update-icon-cache
+update-icon-cache:
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After (un)install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ fi
+
+-include $(top_srcdir)/git.mk
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am
new file mode 100644
index 0000000..7acb6dc
--- /dev/null
+++ b/data/icons/scalable/Makefile.am
@@ -0,0 +1,12 @@
+size = scalable
+actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions
+appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
+
+dist_appicons_DATA = \
+ apps/eom.svg
+dist_actionicons_DATA = \
+ actions/eom-plugin.svg \
+ actions/eom-image-collection.svg \
+ actions/slideshow-play.svg
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/scalable/Makefile.in b/data/icons/scalable/Makefile.in
new file mode 100644
index 0000000..5103212
--- /dev/null
+++ b/data/icons/scalable/Makefile.in
@@ -0,0 +1,536 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = data/icons/scalable
+DIST_COMMON = $(dist_actionicons_DATA) $(dist_appicons_DATA) \
+ $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__installdirs = "$(DESTDIR)$(actioniconsdir)" \
+ "$(DESTDIR)$(appiconsdir)"
+DATA = $(dist_actionicons_DATA) $(dist_appicons_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
+DBUS_CFLAGS = @DBUS_CFLAGS@
+DBUS_LIBS = @DBUS_LIBS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
+DLLTOOL = @DLLTOOL@
+DOC_USER_FORMATS = @DOC_USER_FORMATS@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EOM_API_VERSION = @EOM_API_VERSION@
+EOM_CFLAGS = @EOM_CFLAGS@
+EOM_DOC_EXIF_START = @EOM_DOC_EXIF_START@
+EOM_DOC_EXIF_STOP = @EOM_DOC_EXIF_STOP@
+EOM_LIBS = @EOM_LIBS@
+EOM_MAJOR_VERSION = @EOM_MAJOR_VERSION@
+EOM_MICRO_VERSION = @EOM_MICRO_VERSION@
+EOM_MINOR_VERSION = @EOM_MINOR_VERSION@
+EXEEXT = @EXEEXT@
+EXEMPI_CFLAGS = @EXEMPI_CFLAGS@
+EXEMPI_LIBS = @EXEMPI_LIBS@
+EXIF_CFLAGS = @EXIF_CFLAGS@
+EXIF_LIBS = @EXIF_LIBS@
+FGREP = @FGREP@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_MKENUMS = @GLIB_MKENUMS@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GREP = @GREP@
+GTKDOC_CHECK = @GTKDOC_CHECK@
+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
+GTKDOC_MKPDF = @GTKDOC_MKPDF@
+GTKDOC_REBASE = @GTKDOC_REBASE@
+HELP_DIR = @HELP_DIR@
+HTML_DIR = @HTML_DIR@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+LCMS_CFLAGS = @LCMS_CFLAGS@
+LCMS_LIBS = @LCMS_LIBS@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBJPEG = @LIBJPEG@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
+LIBXML2_LIBS = @LIBXML2_LIBS@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MATECONFTOOL = @MATECONFTOOL@
+MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
+MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+NM = @NM@
+NMEDIT = @NMEDIT@
+NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OMF_DIR = @OMF_DIR@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POFILES = @POFILES@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
+PYGOBJECT_DEFSDIR = @PYGOBJECT_DEFSDIR@
+PYGOBJECT_H2DEF = @PYGOBJECT_H2DEF@
+PYGTK_CFLAGS = @PYGTK_CFLAGS@
+PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
+PYGTK_LIBS = @PYGTK_LIBS@
+PYTHON = @PYTHON@
+PYTHON_CFLAGS = @PYTHON_CFLAGS@
+PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
+PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
+PYTHON_LIBS = @PYTHON_LIBS@
+PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
+PYTHON_PLATFORM = @PYTHON_PLATFORM@
+PYTHON_PREFIX = @PYTHON_PREFIX@
+PYTHON_VERSION = @PYTHON_VERSION@
+RANLIB = @RANLIB@
+RSVG_CFLAGS = @RSVG_CFLAGS@
+RSVG_LIBS = @RSVG_LIBS@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
+X11_CFLAGS = @X11_CFLAGS@
+X11_LIBS = @X11_LIBS@
+XGETTEXT = @XGETTEXT@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+pkgpyexecdir = @pkgpyexecdir@
+pkgpythondir = @pkgpythondir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+pyexecdir = @pyexecdir@
+pythondir = @pythondir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+size = scalable
+actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions
+appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
+dist_appicons_DATA = \
+ apps/eom.svg
+
+dist_actionicons_DATA = \
+ actions/eom-plugin.svg \
+ actions/eom-image-collection.svg \
+ actions/slideshow-play.svg
+
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/scalable/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign data/icons/scalable/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+install-dist_actioniconsDATA: $(dist_actionicons_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(actioniconsdir)" || $(MKDIR_P) "$(DESTDIR)$(actioniconsdir)"
+ @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(actioniconsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(actioniconsdir)" || exit $$?; \
+ done
+
+uninstall-dist_actioniconsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(actioniconsdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(actioniconsdir)" && rm -f $$files
+install-dist_appiconsDATA: $(dist_appicons_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(appiconsdir)" || $(MKDIR_P) "$(DESTDIR)$(appiconsdir)"
+ @list='$(dist_appicons_DATA)'; test -n "$(appiconsdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appiconsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(appiconsdir)" || exit $$?; \
+ done
+
+uninstall-dist_appiconsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_appicons_DATA)'; test -n "$(appiconsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(appiconsdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(appiconsdir)" && rm -f $$files
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+ for dir in "$(DESTDIR)$(actioniconsdir)" "$(DESTDIR)$(appiconsdir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-am
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-dist_actioniconsDATA \
+ install-dist_appiconsDATA
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-dist_actioniconsDATA \
+ uninstall-dist_appiconsDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ distclean distclean-generic distclean-libtool distdir dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-dist_actioniconsDATA \
+ install-dist_appiconsDATA install-dvi install-dvi-am \
+ install-exec install-exec-am install-html install-html-am \
+ install-info install-info-am install-man install-pdf \
+ install-pdf-am install-ps install-ps-am install-strip \
+ installcheck installcheck-am installdirs maintainer-clean \
+ maintainer-clean-generic mostlyclean mostlyclean-generic \
+ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
+ uninstall-dist_actioniconsDATA uninstall-dist_appiconsDATA
+
+
+-include $(top_srcdir)/git.mk
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/data/icons/scalable/actions/eom-image-collection.svg b/data/icons/scalable/actions/eom-image-collection.svg
new file mode 100644
index 0000000..4850a1e
--- /dev/null
+++ b/data/icons/scalable/actions/eom-image-collection.svg
@@ -0,0 +1,335 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48"
+ height="48"
+ id="svg4948"
+ sodipodi:version="0.32"
+ inkscape:version="0.45+devel"
+ sodipodi:docname="mode-browse.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ inkscape:export-filename="/home/andreas/project/misc icons/48x48/mode-browse.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4950">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6692">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="0"
+ id="stop6694" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1"
+ id="stop6696" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5573">
+ <stop
+ style="stop-color:#86501b;stop-opacity:1;"
+ offset="0"
+ id="stop5575" />
+ <stop
+ style="stop-color:#86501b;stop-opacity:0;"
+ offset="1"
+ id="stop5577" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5573"
+ id="linearGradient5579"
+ x1="7.9565129"
+ y1="25.368917"
+ x2="7.9565129"
+ y2="27.981859"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4873087,0,0,1.2541641,1.0351959,4.8125303)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6692"
+ id="linearGradient6698"
+ x1="5.4375"
+ y1="5.5"
+ x2="19.75"
+ y2="20.875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6692"
+ id="linearGradient6702"
+ gradientUnits="userSpaceOnUse"
+ x1="5.4375"
+ y1="5.5"
+ x2="19.75"
+ y2="20.875"
+ gradientTransform="matrix(1,0,0,0.996724,22,1.1590899e-2)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6692"
+ id="linearGradient6706"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.996724,22.0625,21.949091)"
+ x1="5.4375"
+ y1="5.5"
+ x2="19.75"
+ y2="20.875" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6692"
+ id="linearGradient6710"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.996724,-1.0105527e-7,21.949091)"
+ x1="5.4375"
+ y1="5.5"
+ x2="19.75"
+ y2="20.875" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="26.976501"
+ inkscape:cy="16.939855"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1680"
+ inkscape:window-height="973"
+ inkscape:window-x="0"
+ inkscape:window-y="48"
+ width="48px"
+ height="48px">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4966" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4953">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Browse Mode</dc:title>
+ <dc:date>June 2007</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Jakub Steine</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <rect
+ style="opacity:1;fill:url(#linearGradient6710);fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect6708"
+ width="19.024265"
+ height="19.015522"
+ x="3.4757347"
+ y="25.475597"
+ rx="0.89303225"
+ ry="0.89303243" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient6706);fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect6704"
+ width="19.024265"
+ height="19.015522"
+ x="25.538235"
+ y="25.475597"
+ rx="0.89303225"
+ ry="0.89303243" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient6702);fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect6700"
+ width="19.024265"
+ height="19.015522"
+ x="25.475735"
+ y="3.5380964"
+ rx="0.89303225"
+ ry="0.89303243" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient6698);fill-opacity:1;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4968"
+ width="19.024265"
+ height="19.078022"
+ x="3.4757342"
+ y="3.5380962"
+ rx="0.89303225"
+ ry="0.89303237" />
+ <rect
+ style="opacity:1;fill:#b5a184;fill-opacity:1;stroke:#555753;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5553"
+ width="13.057958"
+ height="11.060355"
+ x="28.461643"
+ y="7.5"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#7590b7;fill-opacity:1;stroke:#374762;stroke-width:0.99999976;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5555"
+ width="13.011382"
+ height="11.056218"
+ x="6.5000005"
+ y="7.5329471"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#b5a184;fill-opacity:1;stroke:#555753;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5557"
+ width="12.971067"
+ height="10.978971"
+ x="28.559673"
+ y="29.5"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#c07837;fill-opacity:1;stroke:#784a21;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5559"
+ width="12.978341"
+ height="10.927094"
+ x="6.5876255"
+ y="29.572908"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#48638a;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5561"
+ width="12.052464"
+ height="5.0541034"
+ x="6.9423699"
+ y="12.993522" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5579);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5565"
+ width="12.153167"
+ height="4.928041"
+ x="6.8793416"
+ y="34.977699" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#edd400;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path5567"
+ sodipodi:cx="22.132998"
+ sodipodi:cy="7.6252861"
+ sodipodi:rx="1.3576589"
+ sodipodi:ry="1.3892324"
+ d="M 23.490656,7.6252861 A 1.3576589,1.3892324 0 1 1 20.775339,7.6252861 A 1.3576589,1.3892324 0 1 1 23.490656,7.6252861 z"
+ transform="matrix(1.5100728,0,0,1.4442485,-1.4286442,1.1310799e-2)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path5571"
+ sodipodi:cx="22.132998"
+ sodipodi:cy="7.6252861"
+ sodipodi:rx="1.3576589"
+ sodipodi:ry="1.3892324"
+ d="M 23.490656,7.6252861 A 1.3576589,1.3892324 0 1 1 20.775339,7.6252861 A 1.3576589,1.3892324 0 1 1 23.490656,7.6252861 z"
+ transform="matrix(1.5100728,0,0,1.4124366,-1.3548669,22.233233)" />
+ <rect
+ style="opacity:1;fill:#83352b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4964"
+ width="12.115215"
+ height="1.8666756"
+ x="28.884785"
+ y="38.006943" />
+ <rect
+ style="opacity:1;fill:#83352b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4966"
+ width="12.115215"
+ height="2.2209804"
+ x="29"
+ y="15.895762" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000024000000010;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4997"
+ width="16.902946"
+ height="16.956703"
+ x="4.5866475"
+ y="4.5831451"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5576"
+ width="16.902946"
+ height="16.956703"
+ x="26.534685"
+ y="4.6212811"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5578"
+ width="16.902946"
+ height="16.956703"
+ x="26.576239"
+ y="26.515572"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5580"
+ width="16.902946"
+ height="16.930815"
+ x="4.6004729"
+ y="26.538095"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:#6c4015;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 11.021924,34.96875 L 14.96875,34.96875 L 12.953125,32.953125 L 11.021924,34.96875 z"
+ id="path5967" />
+ <path
+ style="fill:#86501b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 13,35 L 18.84375,35 L 15.859375,32.015625 L 13,35 z"
+ id="path5965" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path5971"
+ sodipodi:cx="22.132998"
+ sodipodi:cy="7.6252861"
+ sodipodi:rx="1.3576589"
+ sodipodi:ry="1.3892324"
+ d="M 23.490656,7.6252861 A 1.3576589,1.3892324 0 1 1 20.775339,7.6252861 A 1.3576589,1.3892324 0 1 1 23.490656,7.6252861 z"
+ transform="matrix(0.7278205,0,0,0.680762,-6.0010955,6.7820924)" />
+ <path
+ style="fill:#6c4015;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 36.228174,15.882098 L 36.979475,13.514064 L 34.913397,10.332019 L 37.1673,12.47805 L 37.355125,9.8140106 L 35.852524,9 L 37.824688,9.5180071 L 38.388164,11.294032 L 40.923804,10.036014 L 38.294251,12.626052 L 38.294251,15.882098 L 36.228174,15.882098 z"
+ id="path6283"
+ sodipodi:nodetypes="cccccccccccc" />
+ <path
+ style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 36.273223,38 L 37.024524,35.597945 L 34.958446,32.370185 L 37.212349,34.547047 L 37.400174,31.844735 L 35.897573,31.019029 L 37.869737,31.544479 L 38.433213,33.346019 L 40.968853,32.069928 L 38.3393,34.697175 L 38.3393,38 L 36.273223,38 z"
+ id="path6285"
+ sodipodi:nodetypes="cccccccccccc" />
+ </g>
+</svg>
diff --git a/data/icons/scalable/actions/eom-plugin.svg b/data/icons/scalable/actions/eom-plugin.svg
new file mode 100644
index 0000000..39adbca
--- /dev/null
+++ b/data/icons/scalable/actions/eom-plugin.svg
@@ -0,0 +1,339 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.0"
+ x="0.0000000"
+ y="0.0000000"
+ width="48"
+ height="48"
+ id="svg1"
+ sodipodi:version="0.32"
+ inkscape:version="0.44+devel"
+ sodipodi:docname="plug-ins-48.svg"
+ sodipodi:docbase="/home/lapo/Desktop/plug-ins"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ sodipodi:modified="true">
+ <metadata
+ id="metadata162">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Plug-in</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:date></dc:date>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:identifier></dc:identifier>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>plugin</rdf:li>
+ <rdf:li>plug-in</rdf:li>
+ <rdf:li>extension</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666"
+ borderopacity="1"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1085"
+ inkscape:window-height="655"
+ inkscape:cy="3.6125869"
+ inkscape:cx="24.897305"
+ inkscape:zoom="1"
+ inkscape:document-units="px"
+ showgrid="false"
+ inkscape:window-x="234"
+ inkscape:window-y="315"
+ inkscape:current-layer="layer2"
+ inkscape:showpageshadow="false"
+ showborder="false"
+ inkscape:grid-points="true"
+ inkscape:grid-bbox="true"
+ inkscape:guide-bbox="true"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ width="48px"
+ height="48px" />
+ <defs
+ id="defs3">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3118">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop3120" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop3122" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3782">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop3784" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3786" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3772">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop3774" />
+ <stop
+ id="stop3780"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3776" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2864">
+ <stop
+ style="stop-color:#8ae234;stop-opacity:1"
+ offset="0"
+ id="stop2866" />
+ <stop
+ style="stop-color:#4e9a06;stop-opacity:1"
+ offset="1"
+ id="stop2868" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2854">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2856" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2858" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2854"
+ id="linearGradient2860"
+ x1="17.536978"
+ y1="4.823194"
+ x2="44.375"
+ y2="57.75"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2864"
+ id="linearGradient2870"
+ x1="30.935923"
+ y1="44.293907"
+ x2="30.935923"
+ y2="-11.761294"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.307692,0,0,1.299366,-21.30769,-16.64017)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3772"
+ id="linearGradient3836"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.583333,0,0,1.142857,13.16666,-6.714286)"
+ x1="30.992197"
+ y1="46.986557"
+ x2="30.992197"
+ y2="43.494534" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3838"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-35,-15)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3840"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-97.5,-105)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3772"
+ id="linearGradient3842"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.749999,0,0,1.142857,19.49999,-6.714286)"
+ x1="30.992197"
+ y1="46.986557"
+ x2="30.992197"
+ y2="43.494534" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3844"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-23,-15)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3782"
+ id="radialGradient3846"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,1.333333,-108.5,-105)"
+ cx="34"
+ cy="45"
+ fx="34"
+ fy="45"
+ r="1.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3118"
+ id="linearGradient3124"
+ x1="6"
+ y1="-13.5"
+ x2="52"
+ y2="89"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <g
+ inkscape:groupmode="layer"
+ id="layer1"
+ inkscape:label="pixmap"
+ style="display:inline" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="vectors"
+ style="display:inline">
+ <g
+ id="g891"
+ transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" />
+ <g
+ id="g3826"
+ transform="matrix(1.421054,0,0,1.124999,-24.65793,-8.874957)"
+ style="opacity:0.5">
+ <rect
+ y="43"
+ x="29.5"
+ height="4"
+ width="3.5"
+ id="rect2872"
+ style="color:black;fill:url(#linearGradient3836);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="43"
+ x="33"
+ height="4"
+ width="3"
+ id="rect3762"
+ style="color:black;fill:url(#radialGradient3838);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ transform="scale(-1,-1)"
+ y="-47"
+ x="-29.5"
+ height="4"
+ width="3"
+ id="rect3790"
+ style="color:black;fill:url(#radialGradient3840);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <g
+ id="g3831"
+ transform="matrix(1.333332,0,0,1.124999,-21.99992,-8.874957)"
+ style="opacity:0.5">
+ <rect
+ y="43"
+ x="40.5"
+ height="4"
+ width="4.5"
+ id="rect3814"
+ style="color:black;fill:url(#linearGradient3842);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="43"
+ x="45"
+ height="4"
+ width="3"
+ id="rect3816"
+ style="color:black;fill:url(#radialGradient3844);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ transform="scale(-1,-1)"
+ y="-47"
+ x="-40.5"
+ height="4"
+ width="3"
+ id="rect3818"
+ style="color:black;fill:url(#radialGradient3846);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <path
+ style="opacity:1;color:black;fill:url(#linearGradient2870);fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 27,3.5 C 25.692308,3.5 22.5,4.4896249 22.5,7 C 22.5,8.3207666 23.528896,9.915899 23.5,12.5 L 14.5,12.5 L 14.5,24.5 C 11.843751,24.540605 9.848557,21.459395 8.5,21.5 C 5.9747718,21.578412 5.5000003,24.289856 5.5000003,25.589222 C 5.5000003,29.487321 6.973561,30.489512 9.5,30.5 C 11.338942,30.5 11.271635,29.459395 14.5,29.5 L 14.5,42.5 L 24.5,42.5 C 24.5,39.251585 21.5,38.6 21.5,36 C 21.5,34.050951 22.538462,33.5 24.5,33.5 C 27.688547,33.5 30.5,33.9 30.5,36.5 C 30.5,38.097864 29.5,39.901268 29.5,42.5 L 39.5,42.5 L 39.5,26.5 C 35.501001,26.5 35,28.5 33,28.5 C 30.473548,28.5 28.5,26.898098 28.5,23 C 28.5,21 29.973543,19.5 32.5,19.5 C 35.115385,19.5 34.845719,21.5 39.5,21.5 L 39.5,12.5 L 28.5,12.5 C 28.453326,9.312941 31.51813,7.9524274 31.5,6 C 31.456536,3.4900017 28.961538,3.5 27,3.5 z "
+ id="path2848"
+ sodipodi:nodetypes="cscccssccccssscccsssccccc" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-1.0004594"
+ inkscape:original="M 37 15.5 C 36 15.5 33.5 16.068 33.5 18 C 33.5 19.01647 34.522097 20.51126 34.5 22.5 L 27.5 22.5 L 27.5 31.5 C 25.46875 31.53125 24.03125 29.46875 23 29.5 C 21.068943 29.560346 20.5 31.5 20.5 32.5 C 20.5 35.500001 21.568017 36.491928 23.5 36.5 C 24.90625 36.5 25.03125 35.46875 27.5 35.5 L 27.5 45.5 L 34.5 45.5 C 34.5 43 32.5 42.500976 32.5 40.5 C 32.5 39 33.5 38.5 35 38.5 C 37.438301 38.5 39.5 38.999024 39.5 41 C 39.5 42.229726 38.5 43.5 38.5 45.5 L 46.5 45.5 L 46.5 33.5 C 43.441942 33.5 42.642007 34.482955 41.5 34.5 C 39.56832 34.535041 38.5 33.5 38.5 30.5 C 38.5 29.500001 39.068003 27.5 41 27.5 C 43 27.5 42.940844 29.5 46.5 29.5 L 46.5 22.5 L 38.5 22.5 C 38.464308 20.04722 40.513864 19.0026 40.5 17.5 C 40.466763 15.56829 38.5 15.5 37 15.5 z "
+ style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2860);stroke-width:0.76925391;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2852"
+ d="M 37,16.5 C 36.68942,16.5 35.902047,16.620774 35.34375,16.90625 C 34.785453,17.191726 34.5,17.46553 34.5,18 C 34.5,18.172902 34.704812,18.780018 34.96875,19.5625 C 35.232688,20.344982 35.512983,21.331484 35.5,22.5 C 35.499691,23.052157 35.052157,23.499691 34.5,23.5 L 28.5,23.5 L 28.5,31.5 C 28.499691,32.052157 28.052157,32.499691 27.5,32.5 C 26.142249,32.520888 25.097893,31.849874 24.3125,31.3125 C 23.919803,31.043813 23.59051,30.805544 23.34375,30.65625 C 23.09699,30.506956 22.949001,30.502492 23.03125,30.5 C 22.397137,30.519816 22.129326,30.778147 21.875,31.1875 C 21.620674,31.596853 21.5,32.189735 21.5,32.5 C 21.5,33.881277 21.775657,34.648011 22.0625,35 C 22.349343,35.351989 22.704454,35.496676 23.5,35.5 C 23.958568,35.5 24.075894,35.379531 24.65625,35.09375 C 25.236606,34.807969 26.12614,34.482609 27.5,34.5 C 28.052157,34.500309 28.499691,34.947843 28.5,35.5 L 28.5,44.5 L 33.3125,44.5 C 33.170541,44.123896 32.961735,43.783257 32.6875,43.40625 C 32.204437,42.742156 31.5,41.833812 31.5,40.5 C 31.5,39.527676 31.892215,38.626096 32.59375,38.125 C 33.295285,37.623904 34.138838,37.5 35,37.5 C 36.287402,37.5 37.535293,37.609982 38.59375,38.09375 C 39.652207,38.577518 40.5,39.655905 40.5,41 C 40.5,41.886051 40.178478,42.585996 39.9375,43.28125 C 39.804932,43.663726 39.769838,44.097966 39.6875,44.5 L 45.5,44.5 L 45.5,34.65625 C 44.807179,34.737235 44.026141,34.789669 43.59375,34.9375 C 42.93424,35.162982 42.354463,35.487247 41.5,35.5 C 40.352214,35.520821 39.229356,35.183917 38.5,34.28125 C 37.770644,33.378583 37.5,32.118757 37.5,30.5 C 37.5,29.810579 37.674983,28.929012 38.1875,28.09375 C 38.700017,27.258488 39.688777,26.5 41,26.5 C 42.333486,26.5 43.143386,27.241529 43.75,27.6875 C 44.182971,28.005811 44.727135,28.212779 45.5,28.34375 L 45.5,23.5 L 38.5,23.5 C 37.947843,23.499691 37.500309,23.052157 37.5,22.5 C 37.47807,20.992969 38.122147,19.890986 38.65625,19.09375 C 39.190353,18.296514 39.502716,17.794342 39.5,17.5 C 39.489218,16.873329 39.372622,16.883374 38.9375,16.71875 C 38.502378,16.554126 37.734817,16.5 37,16.5 z "
+ transform="matrix(1.300556,0,0,1.299366,48.83859,-16.64017)" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.99620879"
+ inkscape:original="M 27 3.5 C 25.692308 3.5 22.5 4.4896249 22.5 7 C 22.5 8.3207666 23.528896 9.915899 23.5 12.5 L 14.5 12.5 L 14.5 24.5 C 11.843751 24.540605 9.848557 21.459395 8.5 21.5 C 5.9747718 21.578412 5.5 24.294384 5.5 25.59375 C 5.4999998 29.491849 6.973561 30.489512 9.5 30.5 C 11.338942 30.5 11.271635 29.459395 14.5 29.5 L 14.5 42.5 L 24.5 42.5 C 24.5 39.251585 21.5 38.6 21.5 36 C 21.5 34.050951 22.538462 33.5 24.5 33.5 C 27.688547 33.5 30.5 33.9 30.5 36.5 C 30.5 38.097864 29.5 39.901268 29.5 42.5 L 39.5 42.5 L 39.5 26.5 C 35.501001 26.5 35 28.5 33 28.5 C 30.473548 28.5 28.5 26.898098 28.5 23 C 28.5 21 29.973543 19.5 32.5 19.5 C 35.115385 19.5 34.845719 21.5 39.5 21.5 L 39.5 12.5 L 28.5 12.5 C 28.453326 9.312941 31.51813 7.9524274 31.5 6 C 31.456536 3.4900017 28.961538 3.5 27 3.5 z "
+ style="opacity:0.7;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3124);stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2227"
+ d="M 27,4.5 C 26.597455,4.5 25.529461,4.7013168 24.75,5.15625 C 23.970539,5.6111832 23.5,6.1670874 23.5,7 C 23.5,7.8033927 24.531904,9.6469288 24.5,12.5 C 24.500986,12.765517 24.395945,13.020444 24.208195,13.208195 C 24.020444,13.395945 23.765517,13.500986 23.5,13.5 L 15.5,13.5 L 15.5,24.5 C 15.500986,24.765517 15.395945,25.020444 15.208195,25.208195 C 15.020444,25.395945 14.765517,25.500986 14.5,25.5 C 12.783003,25.526247 11.447309,24.573088 10.40625,23.78125 C 9.8857204,23.385331 9.4173523,23.020977 9.0625,22.78125 C 8.7076477,22.541523 8.4821585,22.501478 8.53125,22.5 C 7.6233367,22.528192 7.2611213,22.89703 6.9375,23.53125 C 6.6138787,24.16547 6.5,25.065401 6.5,25.59375 C 6.4999999,27.41727 6.8492015,28.346482 7.28125,28.8125 C 7.7132985,29.278518 8.3671037,29.495297 9.5,29.5 C 10.231562,29.5 10.411788,29.344621 11.09375,29.0625 C 11.775712,28.780379 12.778893,28.478353 14.5,28.5 C 14.765517,28.499014 15.020444,28.604055 15.208195,28.791805 C 15.395945,28.979556 15.500986,29.234483 15.5,29.5 L 15.5,41.5 L 23.28125,41.5 C 23.073416,40.819356 22.751483,40.253983 22.25,39.65625 C 21.519057,38.785016 20.5,37.683157 20.5,36 C 20.5,34.848547 20.864827,33.816649 21.65625,33.21875 C 22.447673,32.620851 23.42596,32.5 24.5,32.5 C 26.135931,32.5 27.726629,32.578289 29.0625,33.09375 C 29.730436,33.351481 30.358743,33.728824 30.8125,34.3125 C 31.266257,34.896176 31.5,35.670462 31.5,36.5 C 31.5,38.191533 30.88196,39.696562 30.65625,41.5 L 38.5,41.5 L 38.5,27.625 C 37.407792,27.757151 36.614817,28.023726 36,28.375 C 35.195797,28.834479 34.33207,29.5 33,29.5 C 31.526225,29.5 30.080885,28.992234 29.0625,27.875 C 28.044115,26.757766 27.5,25.117171 27.5,23 C 27.5,21.755341 27.980432,20.567174 28.875,19.75 C 29.769568,18.932826 31.039616,18.5 32.5,18.5 C 34.061628,18.5 34.984669,19.201395 35.75,19.65625 C 36.356467,20.016688 37.176831,20.285059 38.5,20.40625 L 38.5,13.5 L 28.5,13.5 C 28.234483,13.500986 27.979556,13.395945 27.791805,13.208195 C 27.604055,13.020444 27.499014,12.765517 27.5,12.5 C 27.471958,10.585166 28.397657,9.211205 29.1875,8.1875 C 29.977343,7.163795 30.504205,6.4528696 30.5,6 C 30.491991,5.5374802 30.37809,5.3228447 30.25,5.15625 C 30.12191,4.9896553 29.935455,4.8605122 29.625,4.75 C 29.004091,4.5289757 27.982462,4.5 27,4.5 z " />
+ </g>
+</svg>
diff --git a/data/icons/scalable/actions/slideshow-play.svg b/data/icons/scalable/actions/slideshow-play.svg
new file mode 100644
index 0000000..bf5486b
--- /dev/null
+++ b/data/icons/scalable/actions/slideshow-play.svg
@@ -0,0 +1,594 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48"
+ height="48"
+ id="svg2160"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/hbons/Desktop/Ubuntu Visual Refresh: Discovery"
+ sodipodi:docname="slideshow-play.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ inkscape:export-filename="/home/andreas/project/misc icons/48x48/slideshow-play.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs2162">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective5486" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3926">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3928" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3930" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3832">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop3834" />
+ <stop
+ id="stop3840"
+ offset="0.67355675"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="1"
+ id="stop3836" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3448">
+ <stop
+ style="stop-color:#f57900;stop-opacity:1"
+ offset="0"
+ id="stop3450" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3452" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3359">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3361" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3363" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3269">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3271" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3273" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3253">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1;"
+ offset="0"
+ id="stop3255" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1"
+ id="stop3257" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3363">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop3365" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:0;"
+ offset="1"
+ id="stop3367" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3860">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1;"
+ offset="0"
+ id="stop3862" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1"
+ offset="1"
+ id="stop3864" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3844">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop3846" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:0;"
+ offset="1"
+ id="stop3848" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3780">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3782" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3784" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3688"
+ inkscape:collect="always">
+ <stop
+ id="stop3690"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop3692"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3702">
+ <stop
+ id="stop3704"
+ offset="0"
+ style="stop-color:black;stop-opacity:0;" />
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0.5"
+ id="stop3710" />
+ <stop
+ id="stop3706"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3688"
+ id="radialGradient3095"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)"
+ cx="4.9929786"
+ cy="43.5"
+ fx="4.9929786"
+ fy="43.5"
+ r="2.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3688"
+ id="radialGradient3097"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)"
+ cx="4.9929786"
+ cy="43.5"
+ fx="4.9929786"
+ fy="43.5"
+ r="2.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3702"
+ id="linearGradient3099"
+ gradientUnits="userSpaceOnUse"
+ x1="25.058096"
+ y1="47.027729"
+ x2="25.058096"
+ y2="39.999443" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3269"
+ id="linearGradient3966"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.2704924,0,0,-1.2704925,-50.516555,48.821273)"
+ x1="14.548253"
+ y1="23.127861"
+ x2="15.581317"
+ y2="26.866568" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3977"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.972973,0,0,1,-88.837838,-1)"
+ x1="15.470238"
+ y1="-4.5"
+ x2="43"
+ y2="-4.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3860"
+ id="linearGradient3980"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-90,2)"
+ x1="26.357143"
+ y1="2.5714288"
+ x2="29"
+ y2="10.571428" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="radialGradient3985"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.041059,0,0,0.815965,2.689362,5.4046471)"
+ cx="-65.5"
+ cy="18.5"
+ fx="-65.5"
+ fy="18.5"
+ r="18.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3780"
+ id="linearGradient3990"
+ gradientUnits="userSpaceOnUse"
+ x1="20.134581"
+ y1="29.676609"
+ x2="13.635802"
+ y2="17.022938" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3448"
+ id="linearGradient3992"
+ gradientUnits="userSpaceOnUse"
+ x1="17.696638"
+ y1="29.965809"
+ x2="14.499061"
+ y2="20.717426" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926"
+ id="radialGradient4157"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.3157895,0,29.421053)"
+ cx="24.5"
+ cy="43"
+ fx="24.5"
+ fy="43"
+ r="9.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3253"
+ id="linearGradient4159"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(90,-1)"
+ x1="-25.94198"
+ y1="42.406563"
+ x2="-25.94198"
+ y2="45" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3359"
+ id="linearGradient4161"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-89,2)"
+ x1="24.5"
+ y1="34"
+ x2="24.5"
+ y2="35" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3363"
+ id="linearGradient4163"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-69,-4)"
+ x1="24.857141"
+ y1="39.5"
+ x2="25.5"
+ y2="40" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="25.113534"
+ inkscape:cy="24.998143"
+ inkscape:current-layer="g4173"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1440"
+ inkscape:window-height="791"
+ inkscape:window-x="0"
+ inkscape:window-y="28"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-nodes="true"
+ inkscape:snap-bbox="false"
+ objecttolerance="10000"
+ gridtolerance="10000"
+ guidetolerance="10000"
+ showborder="false"
+ inkscape:showpageshadow="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2561"
+ empspacing="2"
+ visible="true"
+ enabled="true"
+ spacingx="1px"
+ spacingy="1px" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata2165">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:title>Presentation</dc:title>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Based of Hylke Bons Work</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <cc:license
+ rdf:resource="http://www.gnu.org/licenses/lgpl.html" />
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>presentation</rdf:li>
+ <rdf:li>slides</rdf:li>
+ <rdf:li>powerpoint</rdf:li>
+ <rdf:li>spreadsheet</rdf:li>
+ <rdf:li>impress</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ transform="matrix(1.1999995,0,0,0.7777773,-4.8,11.944489)"
+ inkscape:label="Shadow"
+ id="g3075"
+ style="opacity:0.13963964;display:inline">
+ <g
+ transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)"
+ style="opacity:0.4"
+ id="g3077">
+ <rect
+ style="opacity:1;fill:url(#radialGradient3095);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3079"
+ width="5"
+ height="7"
+ x="38"
+ y="40" />
+ <rect
+ style="opacity:1;fill:url(#radialGradient3097);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3081"
+ width="5"
+ height="7"
+ x="-10"
+ y="-47"
+ transform="scale(-1,-1)" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3099);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3083"
+ width="28"
+ height="7.0000005"
+ x="10"
+ y="40" />
+ </g>
+ </g>
+ <g
+ id="g4142"
+ transform="translate(90,0)">
+ <path
+ transform="matrix(1,0,0,0.8333338,-89,7.1666452)"
+ d="M 34,43 A 9.5,3 0 1 1 15,43 A 9.5,3 0 1 1 34,43 z"
+ sodipodi:ry="3"
+ sodipodi:rx="9.5"
+ sodipodi:cy="43"
+ sodipodi:cx="24.5"
+ id="path3924"
+ style="opacity:0.2837838;fill:url(#radialGradient4157);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <rect
+ transform="scale(-1,1)"
+ ry="1.0000001"
+ rx="1.0000001"
+ y="34.5"
+ x="63.5"
+ height="9"
+ width="2.0000002"
+ id="rect2466"
+ style="fill:url(#linearGradient4159);fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#999999;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2472"
+ width="2.0000002"
+ height="12.888889"
+ x="63.5"
+ y="27.611113"
+ rx="1.0000001"
+ ry="1.432099"
+ transform="scale(-1,1)" />
+ <g
+ transform="translate(-21,4)"
+ id="g3125">
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:#d3d7cf;fill-rule:evenodd;stroke:#888a85;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M -49.5,39.5 L -43.5,36"
+ id="path3107" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:#d3d7cf;fill-rule:evenodd;stroke:#888a85;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M -37.5,39.5 L -43.5,36"
+ id="path3109" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:#d3d7cf;fill-rule:evenodd;stroke:#d3d7cf;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M -49.5,39.5 L -43.5,36"
+ id="path3111" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:#d3d7cf;fill-rule:evenodd;stroke:#d3d7cf;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M -37.5,39.5 L -43.5,36"
+ id="path3113" />
+ <rect
+ style="fill:#d3d7cf;fill-opacity:1;stroke:#777974;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3115"
+ width="4"
+ height="3.0000002"
+ x="-45.5"
+ y="34.5"
+ rx="1.5000001"
+ ry="1.5000001" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.58113861;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3119"
+ sodipodi:cx="20.178572"
+ sodipodi:cy="44.67857"
+ sodipodi:rx="1.25"
+ sodipodi:ry="0.96428573"
+ d="M 21.428572,44.67857 A 1.25,0.96428573 0 1 1 18.928572,44.67857 A 1.25,0.96428573 0 1 1 21.428572,44.67857 z"
+ transform="matrix(0.5767767,0,0,0.7476738,-61.13853,6.0950058)" />
+ <rect
+ style="fill:url(#linearGradient4163);fill-opacity:1;stroke:none"
+ id="rect3121"
+ width="3"
+ height="2"
+ x="-45"
+ y="35"
+ rx="1.1250001"
+ ry="1" />
+ </g>
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.58113861;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4170"
+ sodipodi:cx="20.178572"
+ sodipodi:cy="44.67857"
+ sodipodi:rx="1.25"
+ sodipodi:ry="0.96428573"
+ d="M 21.428572,44.67857 A 1.25,0.96428573 0 1 1 18.928572,44.67857 A 1.25,0.96428573 0 1 1 21.428572,44.67857 z"
+ transform="matrix(0.5767767,0,0,0.7476738,19.86147,10.095006)" />
+ <g
+ id="g4173"
+ transform="translate(90,0)">
+ <rect
+ ry="1.0573044"
+ rx="1.0195435"
+ y="6.5"
+ x="-84.5"
+ height="28"
+ width="38"
+ id="rect2484"
+ style="fill:url(#radialGradient3985);fill-opacity:1;stroke:#babdb6;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path2488"
+ d="M -82.59375,7.4999999 C -83.123321,7.4999999 -83.5,7.7440554 -83.5,8.0871703 L -83.5,32.829314 C -83.5,33.172429 -83.123321,33.416484 -82.59375,33.416484 L -48.40625,33.416484 C -47.87668,33.416484 -47.5,33.172428 -47.5,32.829314 L -47.5,8.0871703 C -47.5,7.7440557 -47.876682,7.4999999 -48.40625,7.4999999 L -82.59375,7.4999999 z"
+ style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" />
+ <rect
+ y="7"
+ x="-85"
+ height="2"
+ width="39"
+ id="rect2490"
+ style="opacity:0.11711713;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="1.5"
+ rx="1.5833334"
+ y="4.5"
+ x="-85.5"
+ height="3"
+ width="40"
+ id="rect2492"
+ style="fill:#babdb6;fill-opacity:1;stroke:url(#linearGradient3980);stroke-width:0.99999982;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ ry="0.5"
+ rx="0.48648649"
+ transform="scale(1,-1)"
+ y="-6"
+ x="-84"
+ height="1"
+ width="37"
+ id="rect2494"
+ style="fill:url(#linearGradient3977);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ ry="0.99999988"
+ rx="0.99999988"
+ transform="matrix(7.3523151e-8,1,1,-1.8380792e-8,0,0)"
+ y="-85"
+ x="5.0000005"
+ height="1.9999998"
+ width="1.9999999"
+ id="rect2496"
+ style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ <rect
+ ry="1.0000001"
+ rx="0.99999988"
+ transform="matrix(7.3523171e-8,1,1,-1.8380787e-8,0,0)"
+ y="-48"
+ x="5.000001"
+ height="2.0000002"
+ width="1.9999999"
+ id="rect2498"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ style="opacity:0.11711713;fill:url(#linearGradient4161);fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect2482"
+ width="3"
+ height="2"
+ x="-66"
+ y="35" />
+ <path
+ style="fill:#888a85;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M -70,13 L -70,27 L -58,19.972431 L -70,13 z"
+ id="path5208"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ </g>
+</svg>
diff --git a/data/icons/scalable/apps/eom.svg b/data/icons/scalable/apps/eom.svg
new file mode 100644
index 0000000..a44a43f
--- /dev/null
+++ b/data/icons/scalable/apps/eom.svg
@@ -0,0 +1,548 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg1872"
+ sodipodi:version="0.32"
+ inkscape:version="0.44.1"
+ sodipodi:docbase="/home/ulisse/Desktop/EOM/scalable"
+ sodipodi:docname="eom.svg"
+ inkscape:export-filename="/home/ulisse/Desktop/EOM/eom.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs1874">
+ <linearGradient
+ id="linearGradient2831">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="stop2833" />
+ <stop
+ id="stop2839"
+ offset="0.5"
+ style="stop-color:#c8c0c9;stop-opacity:1;" />
+ <stop
+ style="stop-color:#614e62;stop-opacity:1"
+ offset="1"
+ id="stop2835" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3619"
+ inkscape:collect="always">
+ <stop
+ id="stop3621"
+ offset="0"
+ style="stop-color:#82a02b;stop-opacity:1" />
+ <stop
+ id="stop3623"
+ offset="1"
+ style="stop-color:#e6edab;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3488">
+ <stop
+ style="stop-color:#d88c1d;stop-opacity:1"
+ offset="0"
+ id="stop3490" />
+ <stop
+ style="stop-color:#b34f00;stop-opacity:1"
+ offset="1"
+ id="stop3492" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3416">
+ <stop
+ style="stop-color:#ffee5c;stop-opacity:1"
+ offset="0"
+ id="stop3418" />
+ <stop
+ style="stop-color:#f57900;stop-opacity:1"
+ offset="1"
+ id="stop3420" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2890"
+ inkscape:collect="always">
+ <stop
+ id="stop2892"
+ offset="0"
+ style="stop-color:#4c4e4b;stop-opacity:1" />
+ <stop
+ id="stop2894"
+ offset="1"
+ style="stop-color:#e6e6e3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4015">
+ <stop
+ id="stop4017"
+ offset="0"
+ style="stop-color:#82837d;stop-opacity:1" />
+ <stop
+ id="stop4019"
+ offset="1"
+ style="stop-color:#4d4f4c;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3999">
+ <stop
+ style="stop-color:#888e82;stop-opacity:1"
+ offset="0"
+ id="stop4001" />
+ <stop
+ style="stop-color:#6b6d68;stop-opacity:1"
+ offset="1"
+ id="stop4003" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient2952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-25.4081,0,0,1.969706,15200.99,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5060"
+ inkscape:collect="always">
+ <stop
+ id="stop5062"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop5064"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient3845"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.540811,0,0,1.969706,-1642.705,-872.8758)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2949">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2951" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2953" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2886">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop2888" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:0;"
+ offset="1"
+ id="stop2890" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3218">
+ <stop
+ id="stop3220"
+ offset="0"
+ style="stop-color:white;stop-opacity:0" />
+ <stop
+ style="stop-color:#204a87;stop-opacity:0.0887574;"
+ offset="0.5"
+ id="stop3222" />
+ <stop
+ id="stop3224"
+ offset="1"
+ style="stop-color:#204a87;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2842"
+ inkscape:collect="always">
+ <stop
+ id="stop2844"
+ offset="0"
+ style="stop-color:#eeeeec;stop-opacity:1" />
+ <stop
+ id="stop2846"
+ offset="1"
+ style="stop-color:#e7e7e4;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2760">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2762" />
+ <stop
+ style="stop-color:white;stop-opacity:0.42352942"
+ offset="1"
+ id="stop2764" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3218"
+ id="radialGradient4060"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.01826,0,-0.451456)"
+ cx="60.532116"
+ cy="24.724428"
+ fx="60.532116"
+ fy="24.724428"
+ r="10.532116" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2886"
+ id="linearGradient4068"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.81547,-0.385506,-0.378595,-0.800847,-12.50422,68.63607)"
+ x1="60.532116"
+ y1="24.186483"
+ x2="59.922974"
+ y2="12.958087" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2949"
+ id="linearGradient4070"
+ gradientUnits="userSpaceOnUse"
+ x1="53.8335"
+ y1="19.828632"
+ x2="56.286068"
+ y2="33.055767" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2890"
+ id="linearGradient2888"
+ gradientUnits="userSpaceOnUse"
+ x1="63.113831"
+ y1="32.622692"
+ x2="58.204823"
+ y2="17.386044" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3999"
+ id="linearGradient3576"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-6.676487,1.334465)"
+ x1="23.48374"
+ y1="20.852196"
+ x2="29.452541"
+ y2="29.202261" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2760"
+ id="linearGradient3582"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-6.676487,1.334465)"
+ x1="12.444391"
+ y1="14.154983"
+ x2="22.235647"
+ y2="29.344141" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2760"
+ id="linearGradient3585"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.003714,0,0,1.003708,-6.671399,1.207117)"
+ x1="11.469355"
+ y1="7.6489091"
+ x2="23.686275"
+ y2="37" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3619"
+ id="linearGradient3588"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-6.676487,1.334465)"
+ x1="20.29458"
+ y1="28.568218"
+ x2="13.14384"
+ y2="14.963111" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2842"
+ id="linearGradient3591"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.004955,0,0,1.004946,-6.663975,1.161333)"
+ x1="10.625015"
+ y1="9.375"
+ x2="15.750015"
+ y2="31" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4015"
+ id="linearGradient3593"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.004955,0,0,1.004946,-6.663975,1.161333)"
+ x1="25.308739"
+ y1="26.027328"
+ x2="34.195168"
+ y2="36.463192" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3416"
+ id="radialGradient3625"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.994711,0,9.651581e-2)"
+ cx="63.729385"
+ cy="17.50551"
+ fx="63.729385"
+ fy="17.50551"
+ r="5.9090057" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3488"
+ id="linearGradient3627"
+ gradientUnits="userSpaceOnUse"
+ x1="60.68158"
+ y1="16.232525"
+ x2="70.960976"
+ y2="24.890217" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#e8e8e8"
+ borderopacity="1"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="37.695515"
+ inkscape:cy="26.610237"
+ inkscape:current-layer="layer2"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1049"
+ inkscape:window-height="743"
+ inkscape:window-x="112"
+ inkscape:window-y="23"
+ inkscape:grid-points="false"
+ showborder="true"
+ inkscape:guide-bbox="true" />
+ <metadata
+ id="metadata1877">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Ulisse Perusin</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:title>Eye of Mate</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>Eye of Mate</rdf:li>
+ <rdf:li>image viewer</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <rect
+ style="fill:url(#linearGradient3591);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3593);stroke-width:1.00000095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2829"
+ width="31.153616"
+ height="31.153337"
+ x="-2.1416614"
+ y="7.6934843"
+ ry="2.575175"
+ transform="matrix(0.965926,-0.258817,0.258822,0.965925,0,0)" />
+ <rect
+ style="fill:url(#linearGradient3588);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2780"
+ width="25.000011"
+ height="17.000006"
+ x="0.82351607"
+ y="14.834471"
+ transform="matrix(0.965926,-0.258819,0.258819,0.965926,0,0)" />
+ <rect
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3585);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect1873"
+ width="29.107695"
+ height="29.107533"
+ x="-1.1509713"
+ y="8.7349224"
+ ry="1.3307415"
+ transform="matrix(0.965926,-0.258818,0.258821,0.965925,0,0)" />
+ <path
+ sodipodi:nodetypes="ccscscscscscscscscscc"
+ id="path3361"
+ d="M 25.69562,26.01748 C 23.444311,27.145507 21.475955,24.280596 21.5,24 C 21.461432,24.325864 21.858629,27.476182 19.095782,27.449751 C 15.968749,27.420135 16.701094,24.324372 16.972521,24.040208 C 16.856917,24.433066 14.43344,27.372564 12.40625,26.15625 C 9.90625,24.65625 13.393598,22.652925 13.805595,22.461377 C 13.402365,22.743759 9.3593531,24.615071 8.6559734,22.443955 C 7.8404876,19.926802 12.453858,19.376312 12.6145,19.516524 C 12.335171,19.471694 8.3828213,18.929915 8.5968383,16.875408 C 8.8732368,14.222056 13.16668,16.222302 13.831993,16.497115 C 13.582198,16.147456 11.328259,13.839553 13.588388,12.707107 C 15.839698,11.57908 16.782453,14.248577 17.234381,14.700854 C 17.027701,14.194229 16.748375,11.523498 19.511188,11.553229 C 22.26322,11.582847 21.909888,14.230109 21.46524,14.975405 C 21.915645,14.236788 23.710135,11.509415 25.920329,12.920367 C 28.024138,14.263404 25.551052,16.598672 24.882166,16.95304 C 25.565201,16.977764 29.247112,15.740498 30,17.5 C 30.802849,19.37626 26.551729,19.799276 26.122799,19.80042 C 26.459296,19.731419 31.133202,20.417934 30.33862,22.324617 C 29.313483,24.784539 25.267806,22.57873 25.098134,22.329538 C 25.431598,22.448521 27.955748,24.885034 25.69562,26.01748 z "
+ style="fill:white;fill-opacity:1;fill-rule:nonzero;stroke:#8e7c87;stroke-width:1.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+ <rect
+ style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3582);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2906"
+ width="23.000004"
+ height="15.000013"
+ x="1.8235136"
+ y="15.83447"
+ transform="matrix(0.965926,-0.258819,0.258819,0.965926,0,0)" />
+ <path
+ transform="matrix(1.062954,0.241627,-0.374889,0.704399,-43.04926,-9.166133)"
+ d="M 70.5625 18.25 A 5.28125 5.25 0 1 1 60,18.25 A 5.28125 5.25 0 1 1 70.5625 18.25 z"
+ sodipodi:ry="5.25"
+ sodipodi:rx="5.28125"
+ sodipodi:cy="18.25"
+ sodipodi:cx="65.28125"
+ id="path3358"
+ style="fill:url(#radialGradient3625);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3627);stroke-width:1.20067859;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <rect
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3576);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2811"
+ width="25.000011"
+ height="17.000006"
+ x="0.82351607"
+ y="14.834471"
+ transform="matrix(0.965926,-0.258819,0.258819,0.965926,0,0)" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="lente">
+ <g
+ style="opacity:0.28730164;display:inline"
+ id="g5022"
+ transform="matrix(1.2358e-2,0,0,1.045239e-2,45.46832,44.57497)">
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ d="M -111.45871,-150.67077 C -111.45871,-150.67077 -111.45871,327.66002 -111.45871,327.66002 C 19.386732,328.56047 204.86193,220.49036 204.86185,88.463847 C 204.86185,-43.56269 58.848173,-150.67075 -111.45871,-150.67077 z "
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient3845);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient2952);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M -111.45871,-150.68038 C -111.45871,-150.68038 -111.45871,327.65041 -111.45871,327.65041 C -1419.9129,328.55086 -3274.6643,220.48075 -3274.6643,88.454235 C -3274.6643,-43.572302 -1814.5279,-150.68036 -111.45871,-150.68038 z "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <g
+ id="g4042"
+ transform="translate(1.00124,1)">
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path4029"
+ d="M 35.49876,35 L 36.99876,33.5 L 39.49876,36 L 37.99876,37.5 L 35.49876,35 z "
+ style="fill:#6f7d82;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ transform="matrix(1.139373,0,0,1.118941,-41.4699,-2.165178)"
+ d="M 71.064232 24.724428 A 10.532116 10.724427 0 1 1 50,24.724428 A 10.532116 10.724427 0 1 1 71.064232 24.724428 z"
+ sodipodi:ry="10.724427"
+ sodipodi:rx="10.532116"
+ sodipodi:cy="24.724428"
+ sodipodi:cx="60.532116"
+ id="path2982"
+ style="opacity:0.6;fill:url(#radialGradient4060);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88565296;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.186846,0,0,1.165564,-44.34354,-3.317899)"
+ d="M 71.064232 24.724428 A 10.532116 10.724427 0 1 1 50,24.724428 A 10.532116 10.724427 0 1 1 71.064232 24.724428 z"
+ sodipodi:ry="10.724427"
+ sodipodi:rx="10.532116"
+ sodipodi:cy="24.724428"
+ sodipodi:cx="60.532116"
+ id="path2994"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#414340;stroke-width:1.70045328;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="rect3080"
+ d="M 36.99876,37 C 36.973373,36.01628 38.015787,35.06911 38.99876,35 C 41.763476,37.0154 44.316369,39.151843 46.49876,41.5 C 46.708105,43.834772 45.511148,44.609523 43.49876,44.5 C 41.115177,42.316968 38.88411,39.929325 36.99876,37 z "
+ style="fill:#c17d11;fill-opacity:1;fill-rule:nonzero;stroke:#8f5902;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+ inkscape:transform-center-x="-14.499995"
+ inkscape:transform-center-y="14.5" />
+ <path
+ inkscape:transform-center-x="-0.4563408"
+ inkscape:transform-center-y="2.7205539"
+ sodipodi:nodetypes="ccsc"
+ id="path1995"
+ d="M 36.086124,21.439789 C 33.867148,30.784641 21.316877,21.785156 18.908845,29.5602 C 21.150078,34.301127 26.816759,36.329866 31.557689,34.088632 C 36.298618,31.847397 38.327357,26.180715 36.086124,21.439789 z "
+ style="opacity:0.8;fill:url(#linearGradient4068);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88565296;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.9;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4070);stroke-width:1.0629977;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2944"
+ sodipodi:cx="60.532116"
+ sodipodi:cy="24.724428"
+ sodipodi:rx="10.532116"
+ sodipodi:ry="10.724427"
+ d="M 52.930779,32.147613 A 10.532116,10.724427 0 0 1 55.991077,15.048046"
+ transform="matrix(0.89,0.330218,-0.324295,0.874041,-18.35683,-16.09895)"
+ inkscape:transform-center-y="-1.1313152"
+ inkscape:transform-center-x="5.456351"
+ sodipodi:start="2.3770938"
+ sodipodi:end="4.2666097"
+ sodipodi:open="true" />
+ </g>
+ <path
+ transform="matrix(1.139371,0,0,1.118941,-40.46857,-1.165163)"
+ d="M 71.064232 24.724428 A 10.532116 10.724427 0 1 1 50,24.724428 A 10.532116 10.724427 0 1 1 71.064232 24.724428 z"
+ sodipodi:ry="10.724427"
+ sodipodi:rx="10.532116"
+ sodipodi:cy="24.724428"
+ sodipodi:cx="60.532116"
+ id="path3042"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2888);stroke-width:0.97421879;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ style="opacity:0.3;fill:none;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 39.734375,37.03125 C 42.408672,38.882997 44.712614,41.066318 46.484375,42.921875"
+ id="path2896"
+ sodipodi:nodetypes="cc" />
+ </g>
+</svg>
diff --git a/data/pixmaps/Makefile.am b/data/pixmaps/Makefile.am
new file mode 100644
index 0000000..e1ba2dd
--- /dev/null
+++ b/data/pixmaps/Makefile.am
@@ -0,0 +1,9 @@
+pixmapsdir = $(pkgdatadir)/pixmaps
+
+pixmaps_DATA = \
+ thumbnail-frame.png
+
+EXTRA_DIST = \
+ $(pixmaps_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/data/pixmaps/Makefile.in b/data/pixmaps/Makefile.in
new file mode 100644
index 0000000..c15eb80
--- /dev/null
+++ b/data/pixmaps/Makefile.in
@@ -0,0 +1,507 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = data/pixmaps
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__installdirs = "$(DESTDIR)$(pixmapsdir)"
+DATA = $(pixmaps_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
+DBUS_CFLAGS = @DBUS_CFLAGS@
+DBUS_LIBS = @DBUS_LIBS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
+DLLTOOL = @DLLTOOL@
+DOC_USER_FORMATS = @DOC_USER_FORMATS@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EOM_API_VERSION = @EOM_API_VERSION@
+EOM_CFLAGS = @EOM_CFLAGS@
+EOM_DOC_EXIF_START = @EOM_DOC_EXIF_START@
+EOM_DOC_EXIF_STOP = @EOM_DOC_EXIF_STOP@
+EOM_LIBS = @EOM_LIBS@
+EOM_MAJOR_VERSION = @EOM_MAJOR_VERSION@
+EOM_MICRO_VERSION = @EOM_MICRO_VERSION@
+EOM_MINOR_VERSION = @EOM_MINOR_VERSION@
+EXEEXT = @EXEEXT@
+EXEMPI_CFLAGS = @EXEMPI_CFLAGS@
+EXEMPI_LIBS = @EXEMPI_LIBS@
+EXIF_CFLAGS = @EXIF_CFLAGS@
+EXIF_LIBS = @EXIF_LIBS@
+FGREP = @FGREP@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_MKENUMS = @GLIB_MKENUMS@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GREP = @GREP@
+GTKDOC_CHECK = @GTKDOC_CHECK@
+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
+GTKDOC_MKPDF = @GTKDOC_MKPDF@
+GTKDOC_REBASE = @GTKDOC_REBASE@
+HELP_DIR = @HELP_DIR@
+HTML_DIR = @HTML_DIR@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+LCMS_CFLAGS = @LCMS_CFLAGS@
+LCMS_LIBS = @LCMS_LIBS@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBJPEG = @LIBJPEG@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
+LIBXML2_LIBS = @LIBXML2_LIBS@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MATECONFTOOL = @MATECONFTOOL@
+MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
+MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+NM = @NM@
+NMEDIT = @NMEDIT@
+NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OMF_DIR = @OMF_DIR@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POFILES = @POFILES@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
+PYGOBJECT_DEFSDIR = @PYGOBJECT_DEFSDIR@
+PYGOBJECT_H2DEF = @PYGOBJECT_H2DEF@
+PYGTK_CFLAGS = @PYGTK_CFLAGS@
+PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
+PYGTK_LIBS = @PYGTK_LIBS@
+PYTHON = @PYTHON@
+PYTHON_CFLAGS = @PYTHON_CFLAGS@
+PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
+PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
+PYTHON_LIBS = @PYTHON_LIBS@
+PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
+PYTHON_PLATFORM = @PYTHON_PLATFORM@
+PYTHON_PREFIX = @PYTHON_PREFIX@
+PYTHON_VERSION = @PYTHON_VERSION@
+RANLIB = @RANLIB@
+RSVG_CFLAGS = @RSVG_CFLAGS@
+RSVG_LIBS = @RSVG_LIBS@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
+X11_CFLAGS = @X11_CFLAGS@
+X11_LIBS = @X11_LIBS@
+XGETTEXT = @XGETTEXT@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+pkgpyexecdir = @pkgpyexecdir@
+pkgpythondir = @pkgpythondir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+pyexecdir = @pyexecdir@
+pythondir = @pythondir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+pixmapsdir = $(pkgdatadir)/pixmaps
+pixmaps_DATA = \
+ thumbnail-frame.png
+
+EXTRA_DIST = \
+ $(pixmaps_DATA)
+
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/pixmaps/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign data/pixmaps/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+install-pixmapsDATA: $(pixmaps_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(pixmapsdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapsdir)"
+ @list='$(pixmaps_DATA)'; test -n "$(pixmapsdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pixmapsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pixmapsdir)" || exit $$?; \
+ done
+
+uninstall-pixmapsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(pixmaps_DATA)'; test -n "$(pixmapsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(pixmapsdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(pixmapsdir)" && rm -f $$files
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+ for dir in "$(DESTDIR)$(pixmapsdir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-am
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-pixmapsDATA
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-pixmapsDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ distclean distclean-generic distclean-libtool distdir dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-dvi install-dvi-am \
+ install-exec install-exec-am install-html install-html-am \
+ install-info install-info-am install-man install-pdf \
+ install-pdf-am install-pixmapsDATA install-ps install-ps-am \
+ install-strip installcheck installcheck-am installdirs \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+ uninstall uninstall-am uninstall-pixmapsDATA
+
+
+-include $(top_srcdir)/git.mk
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/data/pixmaps/thumbnail-frame.png b/data/pixmaps/thumbnail-frame.png
new file mode 100644
index 0000000..c2605d5
--- /dev/null
+++ b/data/pixmaps/thumbnail-frame.png
Binary files differ