Ron Lau wrote:
I also would really like a way to disable this feature. I did an ugly hack to disable it in the source, but that's not really a solution...
Christoph


Really? hmm... and how exactly did you do that? Can you post it?

As I said, this is really just a hack. It isn't neither perfect nor beautiful.
If you restart e17, all running apps still get added to engage. It only prevents new windows from appearing in engage.

patch:
-------------------
diff -u -r1.60 e_mod_main.c
--- misc/engage/src/module/e_mod_main.c 3 Jul 2005 19:24:00 -0000       1.60
+++ misc/engage/src/module/e_mod_main.c 19 Jul 2005 13:17:26 -0000
@@ -2541,5 +2541,5 @@
      if (bd->client.icccm.class && strcmp(bd->client.icccm.class, *cur) == 0)
        return 1;

-   return 0;
+   return 1;
 }
-------------------

Christoph
--
echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" [EMAIL PROTECTED]


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to