On Saturday 24 Jun 2017 12:49:09 you wrote:
> On Fri, 23 Jun 2017 15:50:49 +0100 Mick <[email protected]> said:

> > Does the above provide anything useful?
> 
> wrong process. that's enlightenment_start not enlightenment.

Oh!  When I tried to attach /usr/bin/enlightenment just now gdb informed me 
that this was already being traced by the PID of /usr/bin/enlightenment_start.  
So I went to /usr/bin/enlightenment_start.

My Display Manager is LightDM and I have a ~/.xsession file which contains:
===================================
#!/bin/sh
if [ -x /usr/bin/gpg-agent ]; then
        kill $(ps ux | awk '/gpg-agent/ && !/awk/ {print $2}') >/dev/null 2>&1
fi

if [ -x /usr/bin/gpg-agent ]; then
  eval "$(/usr/bin/gpg-agent --daemon)"
fi 

# Uncomment the following lines to start rxvt-unicode which has the ability to
# run multiple terminals in one single process, thus starting up faster and 
# saving resources.
# The --opendisplay ensures that the daemon quits when the X server 
terminates,
# therefore we don't need matching lines in agent-shutdown.sh.

if [ -x /usr/bin/urxvtd ]; then
        /usr/bin/urxvtd --opendisplay --fork --quiet
fi

#exec ck-launch-session /usr/bin/enlightenment_start
#exec /usr/bin/enlightenment_start
#dbus-launch --sh-syntax --exit-with-session "/usr/bin/enlightenment_start"
/usr/bin/enlightenment_start
akonadictl stop
wait 4
===================================

Is the above incorrect?

I seem to have enlightenment mentioned a number of times in ps:

 3853 ?        SLsl   0:00 /usr/sbin/lightdm
 3864 tty7     Ssl+   0:16  \_ /usr/bin/X :0 -seat seat0 -auth 
/var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
 4126 ?        SLl    0:00  \_ lightdm --session-child 12 21
 4153 ?        Ss     0:00      \_ /usr/bin/enlightenment_start
 4166 ?        Ss     0:00          \_ /usr/bin/gpg-agent --sh --write-env-
file /home/michael/.gnupg/.gpg-agent-info --daemon -- 
/usr/bin/enlightenment_start
 4167 ?        Sl     1:11          \_ /usr/bin/enlightenment
 4168 ?        SNs    0:00              \_ /usr/bin/efreetd
 4190 ?        SNsl   0:06              \_ gkrellm
 4233 ?        SNs    0:00              \_ 
/usr/lib64/enlightenment/utils/enlightenment_fm
[snip ...]

 4164 ?        S      0:00 /usr/bin/dbus-launch --exit-with-session 
/usr/bin/gpg-agent --sh --write-env-file /home/michael/.gnupg/.gpg-agent-info 
--daemon -- /usr/bin/enlightenment_start

Should this process tree be/look different?
-- 
Regards,
Mick
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to