Re: [E-devel] Debugging a Startup Applications Issue

2012-06-29 Thread Sebastian Dransfeld
On 06/28/2012 10:14 PM, Jeff Hoogland wrote: Still no extra output when adding those lines to the e_exec.c Startup applications are .order files, so I would put some debug messages in e_order.c:_e_order_read() after each call to efreet. Then you can find out if the .desktop files are found at

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-29 Thread Jeff Hoogland
Could you be a bit more specific for me? C is not my first language - an approximate line number and which variable I should be posting output from would be great. Thanks, On Fri, Jun 29, 2012 at 2:42 AM, Sebastian Dransfeld s...@tango.flipp.netwrote: On 06/28/2012 10:14 PM, Jeff Hoogland

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-28 Thread Jeff Hoogland
Sorry for the delay - My Monday-Wednesday is crazy busy. Devilhorns I added the live to the e_startup function you indicated: if (!(e_exec( NULL , desktop , NULL , NULL , NULL ))) printf(Failed to exec startup application: %s\n, desktop-name); And it doesn't display any output in the

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-28 Thread Christopher Michael
On 06/28/2012 06:38 PM, Jeff Hoogland wrote: Sorry about that. Should have been an fprintf(stderr, ...) like the the previous ones. dh Sorry for the delay - My Monday-Wednesday is crazy busy. Devilhorns I added the live to the e_startup function you indicated: if (!(e_exec( NULL ,

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-28 Thread Jeff Hoogland
Still no extra output when adding those lines to the e_exec.c On Thu, Jun 28, 2012 at 2:26 PM, Christopher Michael cpmicha...@comcast.net wrote: Hrrmmm, so e_exec is actually executing the apps then (or so it would appear) else I would think that would error out. Unsure, I am a bit stumped

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-24 Thread Jeff Hoogland
Just a gentle nudge of other places I can stick debug messages (and what they should output) into the E code to figure out what is going on here... On Fri, Jun 22, 2012 at 5:00 PM, Christopher Michael cpmicha...@comcast.net wrote: Christopher Michael cpmicha...@comcast.net wrote: Jeff

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-24 Thread cpmichael1
- Original Message - From: Jeff Hoogland jeffhoogl...@linux.com To: Enlightenment developer list enlightenment-devel@lists.sourceforge.net Sent: Sunday, June 24, 2012 11:45:57 PM Subject: Re: [E-devel] Debugging a Startup Applications Issue Just a gentle nudge of other places I can stick

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-24 Thread Daniel Juyung Seo
Yes Jeff(Bodhi) is the first class advocate of E. We need to help him :) On Jun 23, 2012 5:41 AM, Christopher Michael cpmicha...@comcast.net wrote: Sebastian Dransfeld s...@tango.flipp.net wrote: On 06/22/2012 06:49 PM, Jeff Hoogland wrote: OK - So, I'm having an issue with Enlightenment

[E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Jeff Hoogland
OK - So, I'm having an issue with Enlightenment on my latest Bodhi disc - for my live user no startup applications run when Enlightenment is started... At the suggestion of Raster/Devilhorns I've started adding print commands to the *e_startup.c*, but I still haven't pinned down the issue. The

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Jeff Hoogland
OK so played around with my installed system and *_e_startup_event_cb*appears to be running there and thus my startup applications are working... Any ideas why this function might not be working with my live user? On Fri, Jun 22, 2012 at 11:49 AM, Jeff Hoogland jeffhoogl...@linux.comwrote: OK -

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Michael Blumenkrantz
On Fri, 22 Jun 2012 12:01:47 -0500 Jeff Hoogland jeffhoogl...@linux.com wrote: OK so played around with my installed system and *_e_startup_event_cb*appears to be running there and thus my startup applications are working... Any ideas why this function might not be working with my live user?

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Christopher Michael
Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Fri, 22 Jun 2012 12:01:47 -0500 Jeff Hoogland jeffhoogl...@linux.com wrote: OK so played around with my installed system and *_e_startup_event_cb*appears to be running there and thus my startup applications are working... Any

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Jeff Hoogland
I've got 5 desktop files being generated in ~/.cache/efreet so I'm not sure that is the issue. I'll have to decompile the .eet files and compare them to my installed user I guess. On Fri, Jun 22, 2012 at 1:29 PM, Christopher Michael cpmicha...@comcast.net wrote: Michael Blumenkrantz

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Jeff Hoogland
Also - the live CD can write to the home directory. It is all stored in memory basically - behaves the same as a normal user - never been an issue in the past. On Fri, Jun 22, 2012 at 1:41 PM, Jeff Hoogland jeffhoogl...@linux.comwrote: I've got 5 desktop files being generated in ~/.cache/efreet

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Sebastian Dransfeld
On 06/22/2012 06:49 PM, Jeff Hoogland wrote: OK - So, I'm having an issue with Enlightenment on my latest Bodhi disc - for my live user no startup applications run when Enlightenment is started... At the suggestion of Raster/Devilhorns I've started adding print commands to the *e_startup.c*,

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Jeff Hoogland
What exactly should I be checking in the init functions? On Fri, Jun 22, 2012 at 2:44 PM, Sebastian Dransfeld s...@tango.flipp.netwrote: On 06/22/2012 06:49 PM, Jeff Hoogland wrote: OK - So, I'm having an issue with Enlightenment on my latest Bodhi disc - for my live user no startup

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Christopher Michael
Sebastian Dransfeld s...@tango.flipp.net wrote: On 06/22/2012 06:49 PM, Jeff Hoogland wrote: OK - So, I'm having an issue with Enlightenment on my latest Bodhi disc - for my live user no startup applications run when Enlightenment is started... At the suggestion of Raster/Devilhorns I've

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Christopher Michael
Jeff Hoogland jeffhoogl...@linux.com wrote: Also - the live CD can write to the home directory. It is all stored in memory basically - behaves the same as a normal user - never been an issue in the past. On Fri, Jun 22, 2012 at 1:41 PM, Jeff Hoogland jeffhoogl...@linux.comwrote: I've got 5

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Christopher Michael
Christopher Michael cpmicha...@comcast.net wrote: Jeff Hoogland jeffhoogl...@linux.com wrote: Also - the live CD can write to the home directory. It is all stored in memory basically - behaves the same as a normal user - never been an issue in the past. On Fri, Jun 22, 2012 at 1:41 PM, Jeff