Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        actions.c 


Log Message:
Add hack to make apps lauched from e16 in window mode appear in the virtual
root in stead of the real root.

===================================================================
RCS file: /cvs/e/e16/e/src/actions.c,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -3 -r1.208 -r1.209
--- actions.c   10 Sep 2006 14:29:04 -0000      1.208
+++ actions.c   10 Sep 2006 18:43:20 -0000      1.209
@@ -53,6 +53,10 @@
    /* Set up env stuff */
    if (flags & EXEC_SET_LANG)
       LangExport();
+#if USE_ROOTHACKLIB
+   if (Mode.wm.window)
+      Esetenv("LD_PRELOAD", ENLIGHTENMENT_LIB "/libe16_hack.so");
+#endif
 
    sh = usershell(getuid());
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to