Stefano,

The output can be viewed here <http://d-h.st/d36>


On Thu, Aug 29, 2013 at 1:28 PM, Carsten Haitzler <ras...@rasterman.com>wrote:

> On Thu, 29 Aug 2013 09:26:58 +0530 Asma <fan....@gmail.com> said:
>
> > Simon, Alexandre & Stefano ,
> >
> > Thank you so much for all your help i finally managed to start
> > enlightenment.  :D
> > I simply ran xinit from the terminal and then it worked..
> >
> > However once started it says connman network service not found?
> >
> > I ignored the message and tried to install some lightweight apps Feh and
> > Abiword.
> > Abiword works fine but when I try to launch Feh there is an "Application
> > run error". The same error comes when i try to run MPlayer, the
> multimedia
> > app that comes with E17.
> >
> > Any idea what might be wrong this time ???
>
> nothing wrong. both these apsp requrie a file on the cmdline to load... so
> they
> are only useful as helpers for thng slike efm. these apps if u run them on
> the
> cmdline will exit too with an error code.
>
> btw - connman is being looked for for network config. it is a network
> management daemon. google for it. :)
>
> > Regards,
> > Asma.
> >
> > ----------------------------------------------------------------------
> > >
> > > Message: 1
> > > Date: Fri, 23 Aug 2013 11:52:52 +0100
> > > From: Stefano <pietran...@gmail.com>
> > > Subject: Re: [e-users] Fwd: Enlightenment cannot initialize Ecore_X!
> > > To: "Enlightenment users discussion & support"
> > >         <enlightenment-users@lists.sourceforge.net>
> > > Message-ID:
> > >         <CAFDjZqZFdxpLbor2YmeHWQjgO+ADqKR+zRUEhy=
> > > o3mysdt+...@mail.gmail.com>
> > > Content-Type: text/plain; charset=ISO-8859-1
> > >
> > > On Fri, Aug 23, 2013 at 10:39 AM, Asma <fan....@gmail.com> wrote:
> > > > I'm sorry but I didn't quite catch your last reply...
> > > > Does this mean that I need to change the contents of the .xinitrc
> file or
> > > > change the command line script?
> > > > I am using xdm as the login manager and 'startx' script works fine.
> > > >
> > > > But how do I ideally start enlightenment after launching X?
> > >
> > > >From terminal, run just
> > >
> > > xinit
> > >
> > > it will start X and execute the contents of .xinitrc
> > >
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 2
> > > Date: Fri, 23 Aug 2013 12:56:16 +0200
> > > From: Alexandre Alves <alex.ethereals...@gmail.com>
> > > Subject: Re: [e-users] Fwd: Enlightenment cannot initialize Ecore_X!
> > > To: "Enlightenment users discussion & support"
> > >         <enlightenment-users@lists.sourceforge.net>
> > > Message-ID:
> > >         <
> > > cadb7y2+o9hzcmy9y9zvfe30wfbbovthhspscywluuvynk6x...@mail.gmail.com>
> > > Content-Type: text/plain; charset=ISO-8859-1
> > >
> > > Hi,
> > >
> > > I had this error before but on my case was that I compiled one of the
> libs
> > > witouth having some dev libs. It was a pain since I had to check the
> > > configure of each one.
> > >
> > > It's not much but hope it helps.
> > > Your last mail made me think you were calling enlightenment_start
> > > directly from you tty after you login, hoping it would start X.
> > > I was obviously wrong.
> > >
> > > Using 'startx' and letting it execute your .xinitrc should have work.
> > >
> > >
> > > Another thing you cant try is putting :
> > > sleep 5s && exec /usr/bin/enlightenment_start & sleep 10s
> > >
> > > In your .xinitrc and comment your original line.
> > > What this will do is waiting 5 seconds before running enlightenment, to
> > > see if X starts successfully.
> > > then it will run enlightenment for 10 seconds, and exit.
> > >
> > > If you still get the same error with that, then it will begin to be
> > > harder for me to help you, and it will need some debug to see where
> > > exactly in ecore_x_init() it exits. I think this is the first time i
> see
> > > someone with this error.
> > >
> > >
> > > Le 23/08/2013 11:39, Asma a ?crit :
> > > > I'm sorry but I didn't quite catch your last reply...
> > > > Does this mean that I need to change the contents of the .xinitrc
> file or
> > > > change the command line script?
> > > > I am using xdm as the login manager and 'startx' script works fine.
> > > >
> > > > But how do I ideally start enlightenment after launching X?
> > > >
> > > > So thats why.
> > > > Enlightenement wont start X.
> > > > X must be started first, it will then execute your .xinitrc, and so,
> > > > launch enlightenment.
> > > > You can launch X using the 'startx' script or any login manager.
> > > >
> > >
> > >
> > >
> > >
> ------------------------------------------------------------------------------
> > > Introducing Performance Central, a new site from SourceForge and
> > > AppDynamics. Performance Central is your source for news, insights,
> > > analysis and resources for efficient Application Performance
> Management.
> > > Visit us today!
> > >
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > > _______________________________________________
> > > enlightenment-users mailing list
> > > enlightenment-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > >
> > >
> > >
> > > Message: 5
> > > Date: Sat, 24 Aug 2013 20:37:12 +0930
> > > From: Simon <si...@simotek.net>
> > > Subject: Re: [e-users] Fwd: Enlightenment cannot initialize Ecore_X!
> > > To: enlightenment-users@lists.sourceforge.net
> > > Message-ID: <521893e0.4020...@simotek.net>
> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> > >
> > > On 08/23/2013 07:17 PM,
> > > enlightenment-users-requ...@lists.sourceforge.net wrote:
> > > > Your last mail made me think you were calling enlightenment_start
> > > > directly from you tty after you login, hoping it would start X.
> > > > I was obviously wrong.
> > > >
> > > > Using 'startx' and letting it execute your .xinitrc should have work.
> > > >
> > > >
> > > > Another thing you cant try is putting :
> > > > sleep 5s && exec /usr/bin/enlightenment_start & sleep 10s
> > > >
> > > > In your .xinitrc and comment your original line.
> > > > What this will do is waiting 5 seconds before running enlightenment,
> to
> > > > see if X starts successfully.
> > > > then it will run enlightenment for 10 seconds, and exit.
> > > >
> > > > If you still get the same error with that, then it will begin to be
> > > > harder for me to help you, and it will need some debug to see where
> > > > exactly in ecore_x_init() it exits. I think this is the first time i
> see
> > > > someone with this error.
> > > >
> > > >
> > > > Le 23/08/2013 11:39, Asma a ?crit :
> > > >> >I'm sorry but I didn't quite catch your last reply...
> > > >> >Does this mean that I need to change the contents of the .xinitrc
> file
> > > or
> > > >> >change the command line script?
> > > >> >I am using xdm as the login manager and 'startx' script works fine.
> > > >> >
> > > >> >But how do I ideally start enlightenment after launching X?
> > > >> >
> > > >> >So thats why.
> > > >> >Enlightenement wont start X.
> > > >> >X must be started first, it will then execute your .xinitrc, and
> so,
> > > >> >launch enlightenment.
> > > >> >You can launch X using the 'startx' script or any login manager.
> > > If you have built e17.4 it is common to have issues on startup, try
> > > e17.3 it works much better for alot of people. Although normally i use
> > > kdm to launch.
> > >
> > > Cheers Simon
> > >
> > >
> > >
> > >
> >
> ------------------------------------------------------------------------------
> > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> > Discover the easy way to master current and previous Microsoft
> technologies
> > and advance your career. Get an incredible 1,500+ hours of step-by-step
> > tutorial videos with LearnDevNow. Subscribe today and save!
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> > _______________________________________________
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
>
>
> --
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    ras...@rasterman.com
>
>
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to