[e-users] entrance login manager

2012-09-14 Thread Gabriele Piccini
Hi All, I compiled entrance from svn, hence modified my init script but when I close e17 I have some errors from init saying the boot is too fast and a session of entrance is run. I understood problem is file in /var/run entrance.pid which I delete entrace respawing regularly. I wish to know if en

[e-users] Entrance login manager

2012-12-17 Thread Shakir Abdul-Ahad
I feel silly asking this... but.. how do I change the default theme in Entrance? I don't know if anyone even uses it anymore, but I was able to get it working on Archlinux. I know that there used to be an 'entrance_edit' tool a while back, but I don't see it in the SVN. Thanks. --

Re: [e-users] entrance login manager

2012-09-14 Thread Michaël Bouchaud
Ho the wiki is wrong. I didn't know there was a wiki on entrance. This page was made for the old version of entrance. I will fix it ! Read the readme 2012/9/14 Gabriele Piccini > Hi All, > I compiled entrance from svn, hence modified my init script but when I > close e17 I have some errors from

Re: [e-users] entrance login manager

2012-09-14 Thread Gabriele Piccini
Hi Michael, I think my problem is how I launch entrance..: I put the executable path link into the rc (rc.4 in my case) respawing file of init. When e17 kill the entrance client, init respaws entrance but since in var/run there is entrance.pid file it fails. With another LM as SLIM the same proced

Re: [e-users] entrance login manager

2012-09-14 Thread Michaël Bouchaud
Could you send me your log. Something goes wrong, 2012/9/14 Gabriele Piccini > Hi Michael, > I think my problem is how I launch entrance..: I put the executable path > link into the rc (rc.4 in my case) respawing file of init. > When e17 kill the entrance client, init respaws entrance but since

Re: [e-users] entrance login manager

2012-09-14 Thread Gabriele Piccini
Hi, here the log. I wait the response. On 09/14/2012 11:16 AM, Michaël Bouchaud wrote: Could you send me your log. Something goes wrong, 2012/9/14 Gabriele Piccini Hi Michael, I think my problem is how I launch entrance..: I put the executable path link into the rc (rc.4 in my case) respawin

Re: [e-users] entrance login manager

2012-09-17 Thread Michaël Bouchaud
Please up. But entrance just wait for end of run of the window manager, he never be killed by it. The entrance client is closed when the wm take the hand on x11. If you stil have the problem, I think you have segv or something very bad. So if you can attach a gdb session on the pid of entrance and

Re: [e-users] entrance login manager

2012-09-21 Thread Gabriele Piccini
Hi, could you give me some advice how to do with gdb?? I'm very noob.. The strange thing is when I launch entrance (daemon or not) on the command line all go fine 2012/9/17 Michaël Bouchaud > Please up. > But entrance just wait for end of run of the window manager, he never be > killed by it. >

Re: [e-users] entrance login manager

2012-09-25 Thread Gabriele Piccini
Hi All, I tryed the last version (77048) and hoped last fix will work... but it is not been.. entrance.pid in /run is the guilty. If I remove it when init respaws entrance all works. I tryed to attach gdb to the process on entrance but the command bt does not display nothing.. I wish to use the na

Re: [e-users] entrance login manager

2012-09-25 Thread Michaël Bouchaud
What linux distro do you use ? If you want gdb entrance launch as is gdb --args entrance -t Warning, when X start you need to switch to your vt, where you launch entrance. Gdb grab a signal at this moment from X, press 'c' to continue. After that, if you got another signal, this is very bad. Press

Re: [e-users] entrance login manager

2012-09-26 Thread Gabriele Piccini
Hi Michael, I use Slackware 13.37. when I type gdb I have "gdb: option '-t' is ambiguous" hence it could be a type mismatch . >From man page I tried to type: gdb entrance gdb> run gdb> t says there's no thread gdb> bt -- says there's no stack I want to say again that I have issue when I lau

Re: [e-users] entrance login manager

2012-09-26 Thread Michaël Bouchaud
-t isn't an option for gdb but for entrance. the option for gdb is --args. so just type in your term 'gdb entrance --args entrance -t' And my bad, 2012/9/26 Gabriele Piccini > Hi Michael, > I use Slackware 13.37. > when I type gdb I have "gdb: option '-t' is ambiguous" hence it could be a >

Re: [e-users] entrance login manager

2012-09-26 Thread Michaël Bouchaud
Arf and my bad as I say. Entrance compil without pam but I don't think, it works. 2012/9/26 Michaël Bouchaud > -t isn't an option for gdb but for entrance. the option for gdb is --args. > so just type in your term > > 'gdb entrance --args entrance -t' > > And my bad, > > 2012/9/26 Gabriele Pic

Re: [e-users] entrance login manager

2012-09-27 Thread Gabriele Piccini
Hi, finally gdb has said something.. but I typed bash>gdb entrance gdb>run -t gdb>bt perhaps I have some bash settings wrong however the output is: (gdb) bt #0 0x76592823 in __select_nocancel () from /lib64/libc.so.6 #1 0x77547a21 in _ecore_main_select (timeout=) at ecore_main

Re: [e-users] entrance login manager

2012-10-01 Thread Michaël Bouchaud
Fixed now :) r77279 2012/9/27 Gabriele Piccini > Hi, > finally gdb has said something.. > but I typed > > bash>gdb entrance > gdb>run -t > gdb>bt > > perhaps I have some bash settings wrong > > however the output is: > > (gdb) bt > #0 0x76592823 in __select_nocancel () from /lib64/libc.

Re: [e-users] entrance login manager

2012-10-02 Thread Gabriele Piccini
Hi, I'm very happy you fixed the bug but, excuse me again, I can't find any r77279 release in http://trac.enlightenment.org/e/browser/trunk/PROTO/entrance?order=name 2012/10/1 Michaël Bouchaud > Fixed now :) > r77279 > > 2012/9/27 Gabriele Piccini > > > Hi, > > finally gdb has said something.

Re: [e-users] entrance login manager

2012-10-02 Thread Michaël Bouchaud
I think it's an issue from trac, not updated ... 2012/10/2 Gabriele Piccini > Hi, I'm very happy you fixed the bug but, excuse me again, I can't find any > r77279 release in > http://trac.enlightenment.org/e/browser/trunk/PROTO/entrance?order=name > > > > 2012/10/1 Michaël Bouchaud > > > Fixed

Re: [e-users] entrance login manager

2012-10-02 Thread Gabriele Piccini
OK. I try with svn. Cheers 2012/10/2 Michaël Bouchaud > I think it's an issue from trac, not updated ... > > 2012/10/2 Gabriele Piccini > > > Hi, I'm very happy you fixed the bug but, excuse me again, I can't find > any > > r77279 release in > > http://trac.enlightenment.org/e/browser/trunk/PR

Re: [e-users] entrance login manager

2012-10-10 Thread Gabriele Piccini
Hi Michael, I'm very sorry to bore you again but r77339 doesn't work too. My problem are the log files which when I exit from e17 are not deleted. If I delete them before exit from e17 all works and if I start entrance from bash too ;I do not understand what changes to the presence of the log files