+++ /dev/null
---- ion3.orig/ioncore/clientwin.c
-+++ ion3/ioncore/clientwin.c
-@@ -509,13 +509,13 @@
- xwindow_unmanaged_selectinput(win, 0);
- xwindow_unmanaged_selectinput(icon_win, StructureNotifyMask);
-
-- win=icon_win;
-- attr=icon_attr;
--
- /* Copy WM_CLASS as _ION_DOCKAPP_HACK */
-
- p=xwindow_get_text_property(win, XA_WM_CLASS, &n);
-
-+ win=icon_win;
-+ attr=icon_attr;
-+
- if(p!=NULL){
- xwindow_set_text_property(icon_win, ioncore_g.atom_dockapp_hack,
- (const char **)p, n);
# For ion-completeman system-wide cache
VARDIR=/var/cache/ion3
# Message catalogs
-@@ -59,18 +59,18 @@
+@@ -62,18 +62,18 @@
# If you have installed Lua 5.1 from the official tarball without changing
# paths, this should do it.
##
-@@ -124,7 +124,7 @@
+@@ -127,7 +127,7 @@
# You may uncomment this if you know that your system C libary provides
# asprintf and vasprintf. (GNU libc does.) If HAS_SYSTEM_ASPRINTF is not
# defined, an implementation provided in libtu/sprintf_2.2/ is used.
# The following setting is needed with GNU libc for clock_gettime and the
# monotonic clock. Other systems may not need it, or may not provide a
-@@ -163,14 +163,14 @@
+@@ -169,14 +169,14 @@
#C89_SOURCE=-ansi
# The -DCF_HAS_VA_COPY option should allow for some optimisations, and
# in some cases simply defining
---- ion3.orig/utils/ion-statusd/Makefile
-+++ ion3/utils/ion-statusd/Makefile
-@@ -15,7 +15,7 @@
- DEFINES += -DETCDIR=\"$(ETCDIR)\" -DSHAREDIR=\"$(SHAREDIR)\" \
- -DEXTRABINDIR=\"$(EXTRABINDIR)\" -DMODULEDIR=\"$(MODULEDIR)\" \
- -DLCDIR=\"$(LCDIR)\" -DLOCALEDIR=\"$(LOCALEDIR)\" \
-- -DSTATUSD_LOCATION=\"$(EXTRABINDIR)/ion-statusd\"
-+# -DSTATUSD_LOCATION=\"$(EXTRABINDIR)/ion-statusd\"
-
- SOURCES = ion-statusd.c exec.c extlrx.c
-
--- ion3.orig/etc/cfg_ion.lua
+++ ion3/etc/cfg_ion.lua
-@@ -9,6 +9,8 @@
+@@ -16,6 +16,8 @@
-- Set default modifiers. Alt should usually be mapped to Mod1 on
-- XFree86-based systems. The flying window keys are probably Mod3
-- or Mod4; see the output of 'xmodmap'.