Florent THIERY a écrit :
> He's talking about recent annoucement that PS3 will use yellow dog 
> linux. The logo says "featuring E17". I was surprised too
>
> 2006/10/21, The Rasterman Carsten Haitzler < [EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>>:
>
>     On Sat, 21 Oct 2006 10:47:29 +0400 sitarane < [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> babbled:
>
>     > wtf ?
>     >
>     > Is it going to be: one size fits all ?
>     > Where are you going Raster ? PS3-crazed ?
>
>     eh?
>
>     >
>     >
>
I was talking about that...

Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin

Modified Files:
        e_main.c e_start_main.c 

Log Message:

*force people to do things right and use enlightenment_start
*
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -3 -r1.191 -r1.192
--- e_main.c    17 Oct 2006 12:29:00 -0000      1.191
+++ e_main.c    21 Oct 2006 05:57:27 -0000      1.192
@@ -337,6 +337,18 @@
        _e_main_shutdown(-1);
      }
    _e_main_shutdown_push(e_alert_shutdown);
+
+   /* we want to have been launched by enlightenment_start. there is a very */
+   /* good reason we want to have been launched this way, thus check */
+   if (!getenv("E_START"))
+     {
+       e_alert_show("You are executing enlightenment directly. This is bad. 
Please do not execute the\n"
+                    "\"enlightenment\" binary. Use the \"enlightenment_start\" 
launcher. It will\n"
+                    "handle setting up environment variables, paths, and 
launching any other required\n"
+                    "services etc. before enlightenment itself begins 
running.\n");
+       exit(-1);
+     }

I don't like to be forced to do anything... After one hour and half manually 
compiling all the libs and apps, I was facing an error message like the one 
above. And NO way to login because of a stupid diktat. This is the 'one size 
fits all': do it my way or go away...
Yes, I think Raster is going mad.




... 


-------------------------------------------------------------------------
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-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to