Re: [e-users] Entrance??!!!??

2023-07-15 Thread juanma1980--- via enlightenment-users

El 2023-07-14 12:17, Rbt. Y-Lee va escriure:

At that entrance repostory there's a pull request from an upgraded fork:

https://github.com/PokeMichele/entrance/

It builds and seems to run ok but I've no Xsessions availables and don't 
works with wayland so I'm not sure if it works or not but It's coolest 
DM I've seen,



I do not use it nor have I tried it. But it is worth mentioning William
Thomson did some work on trying to make it functional again.

See https://github.com/Obsidian-StudiosInc/entrance

It looks like development has stopped on it tho.

Robert

On Fri, Jul 14, 2023 at 12:47 AM aguador  wrote:

El jue, 13-07-2023 a las 15:55 -0400, Jon Craig escribió: So I just 
learned that E once had (and someone has an active working-

ish
fork of) it's own DM, called Entrance!

Has anyone tried it? And why was it dropped? I'd love to have even
login
handled "in the ecosystem!"

In answer to your first question, used it years ago and loved it. As
for the second, I can only speculate. There are a handful of good DMs
out there -- and they do more than meets the eye (as it were) -- so it
may not have seemed worth the work.

Roy

___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
=== In soft we trust ===
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance??!!!??

2023-07-14 Thread Rbt. Y-Lee
I do not use it nor have I tried it. But it is worth mentioning William
Thomson did some work on trying to make it functional again.

See https://github.com/Obsidian-StudiosInc/entrance

It looks like development has stopped on it tho.

Robert

On Fri, Jul 14, 2023 at 12:47 AM aguador  wrote:

>
>
> El jue, 13-07-2023 a las 15:55 -0400, Jon Craig escribió:
> > So I just learned that E once had (and someone has an active working-
> > ish
> > fork of) it's own DM, called Entrance!
> >
> > Has anyone tried it? And why was it dropped? I'd love to have even
> > login
> > handled "in the ecosystem!"
> >
> In answer to your first question, used it years ago and loved it. As
> for the second, I can only speculate. There are a handful of good DMs
> out there -- and they do more than meets the eye (as it were) -- so it
> may not have seemed worth the work.
>
> Roy
>
>
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>

___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance??!!!??

2023-07-13 Thread aguador


El jue, 13-07-2023 a las 15:55 -0400, Jon Craig escribió:
> So I just learned that E once had (and someone has an active working-
> ish
> fork of) it's own DM, called Entrance!
> 
> Has anyone tried it? And why was it dropped? I'd love to have even
> login
> handled "in the ecosystem!"
> 
In answer to your first question, used it years ago and loved it. As
for the second, I can only speculate. There are a handful of good DMs
out there -- and they do more than meets the eye (as it were) -- so it
may not have seemed worth the work.

Roy



___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance... new results

2016-06-13 Thread Michaël Bouchaud
That's what I tried to done in a local version here of entrance, but for
time it's a huge hack.
I have one process who spawn at startup of the system and launch a gui
(entrance_client) to have a splash screen.
Systemd notify entrance for each step of the start and when login is ready
entrance_server is launched.
At shutdown a new entrance_client is spawn and systemd notify it for each
step.
But as I said, this code is a huge hack for time. Because it's break many
security features of entrance. And I need to do many things manualy, if I
want this to work.

To know if the session is just a logout, I'm agreed to check the error
code. But I doubt that will work with other de (but if we are ok with that,
no problem :P ).


2016-06-13 11:55 GMT+02:00 Carsten Haitzler :

> On Mon, 13 Jun 2016 10:14:08 +0200 Michaël Bouchaud  said:
>
> > yes entrance_server only launch the session and don't wait it. But
> > entrance_server switch to entrance_wait to wait the session, and finaly
> > entrance_wait, when the session is closed, rerun entrance_server to clean
> > place and quit.
> > That's how entrance work and it's fine like this. To have a new session
> > systemd must relaunch entrance.
> > This is the only way how to do the job, because a login manager dunno
> it's
> > a reboot or just an end of session.
>
> that is true. it doesn't know. all it knows is session ended and it
> probably
> wants to start up again even while system is going down.
>
> this is why i think in future given wayland directions we probably want to
> merge entrance into e and bind them decently well. so entrance is really
> just
> an initial stage of enlightenment that handles some user auth then spawns
> the
> real e with the real uid etc.
>
> we want them tied cleanly - eg "entrance" starts and presents a login using
> drm/kmd engine like e does as compositor. it fades in and waits. when you
> have
> authed it fades out to black and e instantly takes over fading in from
> black.
> it should be "seamless" (if resolution etc. doesn't change, and even if it
> does
> this should be accounted for with a pause to wait for monitor resyncs).
>
> then when e logs out it fades to black, and entrance takes over knowing
> now if
> e said "please shut down/reboot" or not. if it did, entrance displays some
> shutdown screen integrating with systemd somehow knowing the state of
> shutdown,
> then exits when all is done. likely on boot maybe do a simplar thing. if it
> starts while booting somehow talk to systemd and get boot status...
>
> we likely also would have the entrance daemon bit do the shutdown/reboot -
> e
> just uses a specific error code to indicate this for example.
>
> > 2016-06-13 9:20 GMT+02:00 Carsten Haitzler :
> >
> > > On Sun, 15 May 2016 20:07:42 +0200 (CEST) Peter Koellner <
> > > pe...@asgalon.net>
> > > said:
> > >
> > > > Hi!
> > > >
> > > > I have played around with the entrance source, and hav emade some
> slight
> > > > progress. It looks like the entrance_server just went into idle main
> loop
> > > > after starting the user session, without ever showing the slightest
> > > interst
> > > > in when or if the user terminated the session later. This is why it
> > > > apparently had to be kicked out when shutting down and left a
> > > dysfunctional
> > > > display when simply logging out. I can't say that I have really
> solved
> > > the
> > > > underlying problem, because it would need some better understanding
> of
> > > the
> > > > ecore API. What I did was
> > > > - adding a signal handler for SIGCHLD after running
> entrance_session_run
> > > > forked the X session, which does a ecore_main_loop_quit() now
> > > > - adding a _logged=EINA_FALSE to entrance_session_shutdown, because
> the
> > > > entrance shutdown code got stuck there.
> > > > - added a -d parameter to change the path to executables so they are
> > > drawn
> > > > from the src directory instead of from installed PACKAGE_DIR for
> testing
> > > with
> > > > xephyr.
> > > >
> > > > The result is that now entrance quits immediately after session
> logout.
> > > > No idea if this solves too many problems there, but I have attached
> the
> > > git
> > > > diff output in case anyone is interested.
> > >
> > > ummm entrance shouldn't quit - it should loop and start up another
> login
> > > session
> > > without quitting... ?
> > >
> > >
> > > --
> > > - Codito, ergo sum - "I code, therefore I am"
> --
> > > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> > >
> > >
> > >
> > >
> --
> > > What NetFlow Analyzer can do for you? Monitors network bandwidth and
> > > traffic
> > > patterns at an interface-level. Reveals which users, apps, and
> protocols
> > > are
> > > consuming the most bandwidth. Provides multi-vendor support for
> NetFlow,
> > > J-Flow, sFlow and other flows. Make informed decisions using 

Re: [e-users] entrance... new results

2016-06-13 Thread The Rasterman
On Mon, 13 Jun 2016 10:14:08 +0200 Michaël Bouchaud  said:

> yes entrance_server only launch the session and don't wait it. But
> entrance_server switch to entrance_wait to wait the session, and finaly
> entrance_wait, when the session is closed, rerun entrance_server to clean
> place and quit.
> That's how entrance work and it's fine like this. To have a new session
> systemd must relaunch entrance.
> This is the only way how to do the job, because a login manager dunno it's
> a reboot or just an end of session.

that is true. it doesn't know. all it knows is session ended and it probably
wants to start up again even while system is going down.

this is why i think in future given wayland directions we probably want to
merge entrance into e and bind them decently well. so entrance is really just
an initial stage of enlightenment that handles some user auth then spawns the
real e with the real uid etc.

we want them tied cleanly - eg "entrance" starts and presents a login using
drm/kmd engine like e does as compositor. it fades in and waits. when you have
authed it fades out to black and e instantly takes over fading in from black.
it should be "seamless" (if resolution etc. doesn't change, and even if it does
this should be accounted for with a pause to wait for monitor resyncs).

then when e logs out it fades to black, and entrance takes over knowing now if
e said "please shut down/reboot" or not. if it did, entrance displays some
shutdown screen integrating with systemd somehow knowing the state of shutdown,
then exits when all is done. likely on boot maybe do a simplar thing. if it
starts while booting somehow talk to systemd and get boot status...

we likely also would have the entrance daemon bit do the shutdown/reboot - e
just uses a specific error code to indicate this for example.

> 2016-06-13 9:20 GMT+02:00 Carsten Haitzler :
> 
> > On Sun, 15 May 2016 20:07:42 +0200 (CEST) Peter Koellner <
> > pe...@asgalon.net>
> > said:
> >
> > > Hi!
> > >
> > > I have played around with the entrance source, and hav emade some slight
> > > progress. It looks like the entrance_server just went into idle main loop
> > > after starting the user session, without ever showing the slightest
> > interst
> > > in when or if the user terminated the session later. This is why it
> > > apparently had to be kicked out when shutting down and left a
> > dysfunctional
> > > display when simply logging out. I can't say that I have really solved
> > the
> > > underlying problem, because it would need some better understanding of
> > the
> > > ecore API. What I did was
> > > - adding a signal handler for SIGCHLD after running entrance_session_run
> > > forked the X session, which does a ecore_main_loop_quit() now
> > > - adding a _logged=EINA_FALSE to entrance_session_shutdown, because the
> > > entrance shutdown code got stuck there.
> > > - added a -d parameter to change the path to executables so they are
> > drawn
> > > from the src directory instead of from installed PACKAGE_DIR for testing
> > with
> > > xephyr.
> > >
> > > The result is that now entrance quits immediately after session logout.
> > > No idea if this solves too many problems there, but I have attached the
> > git
> > > diff output in case anyone is interested.
> >
> > ummm entrance shouldn't quit - it should loop and start up another login
> > session
> > without quitting... ?
> >
> >
> > --
> > - Codito, ergo sum - "I code, therefore I am" --
> > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> >
> >
> >
> > --
> > What NetFlow Analyzer can do for you? Monitors network bandwidth and
> > traffic
> > patterns at an interface-level. Reveals which users, apps, and protocols
> > are
> > consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> > J-Flow, sFlow and other flows. Make informed decisions using capacity
> > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
> 
> 
> 
> -- 
> Michaël Bouchaud (yoz) 
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are 
> consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
> J-Flow, sFlow and other flows. Make informed decisions using capacity 
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance... new results

2016-06-13 Thread Michaël Bouchaud
yes entrance_server only launch the session and don't wait it. But
entrance_server switch to entrance_wait to wait the session, and finaly
entrance_wait, when the session is closed, rerun entrance_server to clean
place and quit.
That's how entrance work and it's fine like this. To have a new session
systemd must relaunch entrance.
This is the only way how to do the job, because a login manager dunno it's
a reboot or just an end of session.

2016-06-13 9:20 GMT+02:00 Carsten Haitzler :

> On Sun, 15 May 2016 20:07:42 +0200 (CEST) Peter Koellner <
> pe...@asgalon.net>
> said:
>
> > Hi!
> >
> > I have played around with the entrance source, and hav emade some slight
> > progress. It looks like the entrance_server just went into idle main loop
> > after starting the user session, without ever showing the slightest
> interst
> > in when or if the user terminated the session later. This is why it
> > apparently had to be kicked out when shutting down and left a
> dysfunctional
> > display when simply logging out. I can't say that I have really solved
> the
> > underlying problem, because it would need some better understanding of
> the
> > ecore API. What I did was
> > - adding a signal handler for SIGCHLD after running entrance_session_run
> > forked the X session, which does a ecore_main_loop_quit() now
> > - adding a _logged=EINA_FALSE to entrance_session_shutdown, because the
> > entrance shutdown code got stuck there.
> > - added a -d parameter to change the path to executables so they are
> drawn
> > from the src directory instead of from installed PACKAGE_DIR for testing
> with
> > xephyr.
> >
> > The result is that now entrance quits immediately after session logout.
> > No idea if this solves too many problems there, but I have attached the
> git
> > diff output in case anyone is interested.
>
> ummm entrance shouldn't quit - it should loop and start up another login
> session
> without quitting... ?
>
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
>
>
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>



-- 
Michaël Bouchaud (yoz) 
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance questions

2016-04-11 Thread Michaël Bouchaud
2016-04-10 18:33 GMT+02:00 Roy W. Reese :

> Hi all,
>
> I have started a quick and dirty users guide for Entrance and have some
> experience with e and entrance themes, but I have a couple of questions
> about Entrance's capabilities I have yet to use.
>
> First, I must be getting a little slow, but I am not sure how to carry
> the following (from git) out:
>
>  You could put a customized icon for your user in
>   /var/cache/entrance/users/(username).edj
>   with groupname "entrance/user/icon"
>
> Is this simply creating a compiled version of the icon? and what about
> the the groupname? (OK, I have limited experience with compiling E
> themes!)
>

yes, you have just to create a edje file (compiled version of your image
with edje). Look the edcref page (
https://docs.enlightenment.org/api/edje/doc/html/edcref.html). But you
could also look into entrance git (
https://git.enlightenment.org/misc/entrance.git/tree/data/themes/default/default.edc#n529).
This macro do the work. You have just to rename the group
entrance/user/icon instead of "entrance/user/"NAME.


> Second, Entrance is set up to select themes (which works well), but
> apparently also wallpapers. Does anyone know how multiple wallpapers can
> be added? At present I have several Entrance "themes" for Manjaro, but
> the only real differences are the wallpapers so they might better be
> combined into one or two themes.
>

For time entrance provide only one wallpaper per theme. We could add a way
to provide several wallpaper into a theme but we need to do some code for
that. Also entrance list /usr/share/entrance/backgrounds directory to get
more background.


>
> Last, it has been decades since I did any coding, so I have not figured
> out what needs to be changed to move the input boxes for username and
> password. I have a couple of wallpapers that have logos in the center
> for which it would be nice to move the boxes below the icon area.
>

Entrance use edje, so you have just to customize the edje file (theme).
Look for the part named entrance/user in entrance group. (Maybee you just
would to add rel1.relative|offset and rel2.relative|offset properties to
it). Look the edcref for default value and how to use it.


> Any help here would be appreciated and, of course, the step-by-step for
> users will be shared.
>
> Best,
> aguador
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
> gampad/clk?id=1444514301=/ca-pub-7940484522588532
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>

Regards

-- 
Michaël Bouchaud (yoz) 
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301=/ca-pub-7940484522588532
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance segfault with efl-1.15? (Was: Re: how to leave presentation mode)

2015-08-15 Thread Peter Koellner
Hi!

I had finally time to test it today, and it works again...I have also added an 
entrance system user now.

Thanks a lot!


On Sun, 9 Aug 2015, marcel-hollerb...@t-online.de wrote:

 The segmentation fault is fixed.
 There was a second problem, efreet could not be fired up, which resulted
 for me in a black screen. I added a config option so the user which is used 
 for
 the greeter is configurable. It can be configured in entrance.conf with the 
 key work start_user.
 To have a working user it just should have a homedirectory, that should
 be enough. The default configured user is entrance. If the configured
 user is not working nobody is taken. Which might end up in a black
 screen DM.

-- 
peter kollner pe...@asgalon.net

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance segfault with efl-1.15? (Was: Re: how to leave presentation mode)

2015-08-09 Thread marcel-hollerbach
Hello,

thank you for the detailed description of the problem.

The segmentation fault is fixed.
There was a second problem, efreet could not be fired up, which resulted
for me in a black screen. I added a config option so the user which is used for
the greeter is configurable. It can be configured in entrance.conf with the key 
work start_user.
To have a working user it just should have a homedirectory, that should
be enough. The default configured user is entrance. If the configured
user is not working nobody is taken. Which might end up in a black
screen DM.

Greetings bu5hm4n

On Sat, Aug 08, 2015 at 02:25:27PM +0200, Peter Koellner wrote:
 Hi!
 
 On Fri, 7 Aug 2015, marcel-hollerb...@t-online.de wrote:
 
 What was the last time you build it ? Did efl-1.15 cause the problem or
 the entrance update ?
 
 Well, I had entrance running as default display manager for a couple of 
 months now, so yesterday I downloaded and installed first the efl-1.15 and 
 enlightenment 0.19.8 sources, and then did a recompile on entrance. Of 
 course, there have also been a couple of updates for debian 8 in the last few 
 months, too.
 I switched back to xdm for now since I had not come around to fine tune the 
 init script anyway, so it did hang on shutdown for a couple of minutes for 
 some reason. Sooo... today I made another make distclean; make; sudo make 
 install and then started the test:
 
 /opt/src/entrance# utils/entrance_xephyr.sh INF7324:entrance
 src/daemon/entrance_config.c:82 _users_get() entrance: Updating
 configuration
 INF7324:entrance src/daemon/entrance.c:421 main() Welcome
 INF7324:entrance src/daemon/entrance.c:435 main() session init
 INF7324:entrance src/daemon/entrance_session.c:52 
 _entrance_session_cookie_add() write auth on display :1.0 with file 
 /var/run/entrance.auth
 INF7324:entrance src/daemon/entrance_session.c:465 
 _entrance_session_desktops_init() scanning directory: /usr/local/share
 INF7324:entrance src/daemon/entrance_session.c:515 
 _entrance_session_desktops_scan_file() Adding Enlightenment as wm
 INF7324:entrance src/daemon/entrance_session.c:465 
 _entrance_session_desktops_init() scanning directory: /usr/share
 INF7324:entrance src/daemon/entrance_session.c:515 
 _entrance_session_desktops_scan_file() Adding GNOME 3 (JHBuild) as wm
 INF7324:entrance src/daemon/entrance_session.c:515 
 _entrance_session_desktops_scan_file() Adding MATE as wm
 INF7324:entrance src/daemon/entrance_session.c:515 
 _entrance_session_desktops_scan_file() Adding TWM as wm
 INF7324:entrance src/daemon/entrance.c:189 _entrance_main() starting...
 INF7324:entrance src/daemon/entrance.c:206 _entrance_main() Exec 
 entrance_client: /usr/bin/sudo -u nobody LD_LIBRARY_PATH=/usr/lib 
 /usr/lib/entrance/entrance_client -d :1.0 -t default
 INF7324:entrance src/daemon/entrance.c:448 main() history init
 INF7324:entrance src/daemon/entrance_history.c:235 _entrance_user_init() 
 scan for users
 INF7324:entrance src/daemon/entrance.c:472 main() action init
 INF7324:entrance src/daemon/entrance_action.c:205 
 _entrance_action_grub2_get() trying to open /boot/grub/grub.cfg
 INF7324:entrance src/daemon/entrance_action.c:215 
 _entrance_action_grub2_get() open /boot/grub/grub.cfg ok
 INF7324:entrance src/daemon/entrance.c:474 main() server init
 ERR7324:ecore_con lib/ecore_con/ecore_con_local.c:373 
 ecore_con_local_listen() Local socket '/var/tmp/.ecore_service|entrance|42' 
 bind failed: Address already in use
 ERR7324:ecore_con lib/ecore_con/ecore_con_local.c:379 
 ecore_con_local_listen() Local socket '/var/tmp/.ecore_service|entrance|42' 
 connect test failed: Connection refused
 INF7324:entrance src/daemon/entrance.c:476 main() starting main loop
 ERR7324:entrance_client src/daemon/entrance.c:163 _entrance_client_error() 
 ERR7329:efreet_cache lib/efreet/efreet_cache.c:249 efreet_cache_init() 
 Failed to create directory '/nonexistent/.cache/efreet'
 
 ERR7324:entrance_client src/daemon/entrance.c:163 _entrance_client_error() 
 ERR7329:elementary elm_config.c:3353 _elm_config_sub_init() Problem 
 accessing Elementary's user configuration directory: 
 /nonexistent/.elementary/config/
 
 X11 connection rejected because of wrong authentication.
 ERR7324:entrance_client src/daemon/entrance.c:163 _entrance_client_error() 
 ERR7329:eldbus lib/eldbus/eldbus_core.c:1005 _connection_get() Error 
 connecting to bus of type 1. error name: 
 org.freedesktop.DBus.Error.Spawn.ExecFailed error message: 
 /usr/bin/dbus-launch terminated abnormally with the following error: 
 Autolaunch error: X11 initialization failed.
 
 ERR7329: lib/eldbus/eldbus_core.c:1067 eldbus_connection_get() safety check 
 failed: conn == NULL
 ERR7329: eldbus_elementary_colorclass.c:122 
 elementary_colorclass_proxy_get() safety check failed: conn == NULL
 
 INF7324:entrance_client src/daemon/entrance.c:182 _entrance_client_data() 
 src/bin/entrance_client.c:58 login init
 src/bin/entrance_client.c:60 gui init
 src/bin/entrance_gui.c:80 Gui init: 

Re: [e-users] Entrance not working

2014-08-14 Thread Alejandro Salas



 You will need to compile it with sudo, it will not work without.
Ok. So, installed sudo, recompiled+installed and it's working.

With one detail though, if I end the session, instead of closing and going back 
to entrance, X session ends and I see a tty.

One side question.. is autologin working? (Aside from setting the variable to 1 
and the name of the user, what do I have to do to set it up?

Thanks again for the help!
--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance not working

2014-08-12 Thread Fan Cris
for some reasons your mail was in spam
what to say, work for me
see in git, entrance, is a dev branch
try and this, have a fix for autologin but is a loop autologin


On Mon, Aug 11, 2014 at 7:25 PM, Alejandro Salas krieg...@yahoo.com wrote:

 Hello everyone,

 I haven't installed E17 in a while. I used the last version of the easyE17
 script from http://omicron.homeip.net/projects/ to do it.
 I compiled everything without much trouble and I'm trying to use Entrance.

 Installation went without problems, but when I boot, Entrance tries to
 start and shuts down.
 I'm assuming that it has to do with the Error with DBus, but I haven't
 found anything helpful on how to solve it.
 Does anyone knows how to fix this?
 Thanks!

 This is from entrance.log:

 (Aug 11 08:18:46) entrance: Welcome
 ERR1619:eldbus lib/eldbus/eldbus_core.c:1003 _connection_get() Error
 connecting to bus of type 1. error name:
 org.freedesktop.DBus.Error.NotSupported error message: Unable to autolaunch
 a dbus-daemon without a $DISPLAY for X11
 ERR1619: lib/eldbus/eldbus_core.c:1065 eldbus_connection_get() safety
 check failed: conn == NULL
 (Aug 11 08:18:46) entrance: session init
 (Aug 11 08:18:47) entrance: write auth on display :0.0 with file
 /var/run/entrance.auth
 /usr/bin/xauth:  file /var/run/entrance.auth does not exist
 (Aug 11 08:18:47) entrance: scanning directory:  /opt/efl/share/xsessions
 /usr/share/xsessions
 (Aug 11 08:18:47) entrance: scan directory end
 (Aug 11 08:18:47) entrance: xserver init
 (Aug 11 08:18:47) entrance: Launching xserver
 (Aug 11 08:18:47) entrance: xserver adding signal user handler
 (Aug 11 08:18:47) entrance: history init
 (Aug 11 08:18:47) entrance: Error on reading last session login
 (Aug 11 08:18:47) entrance: scan for users
 (Aug 11 08:18:47) entrance: action init
 (Aug 11 08:18:47) entrance: trying to open /boot/grub/grub.cfg ok
 (Aug 11 08:18:47) entrance: server init
 (Aug 11 08:18:47) entrance: starting main loop
 (Aug 11 08:18:50) entrance: xserver started
 (Aug 11 08:18:50) entrance: starting...
 (Aug 11 08:18:50) entrance: Exec entrance_client: no -u nobody
 LD_LIBRARY_PATH=/opt/efl/lib /opt/efl/lib/entrance/entrance_client -d :0.0
 -t default
 (Aug 11 08:18:50) entrance: client have terminated
 (Aug 11 08:18:50) entrance: main loop end
 (Aug 11 08:18:50) entrance: server shutdown
 (Aug 11 08:18:50) entrance: action shutdown
 (Aug 11 08:18:50) entrance: history shutdown
 (Aug 11 08:18:50) entrance: xserver shutdown
 (Aug 11 08:18:50) entrance: pam shutdown
 (Aug 11 08:18:50) entrance: ecore shutdown
 (Aug 11 08:18:50) entrance: session shutdown
 (Aug 11 08:18:50) entrance: config shutdown
 (Aug 11 08:18:50) entrance: Config free
 (Aug 11 08:18:50) entrance: eet shutdown
 (Aug 11 08:18:50) entrance: ending xserver
 (Aug 11 08:18:50) entrance: xserver end

 --
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance not working

2014-08-12 Thread Alejandro Salas
Yes. I know it's a dev branch. 
I was just wondering if there was a know issue with it.

I'll keep updating it to see if it works out.
Thanks.


On Tuesday, August 12, 2014 8:18 AM, Fan Cris fancr...@gmail.com wrote:
 



for some reasons your mail was in spam
what to say, work for me
see in git, entrance, is a dev branch
try and this, have a fix for autologin but is a loop autologin



On Mon, Aug 11, 2014 at 7:25 PM, Alejandro Salas krieg...@yahoo.com wrote:

 Hello everyone,

 I haven't installed E17 in a while. I used the last version of the easyE17
 script from http://omicron.homeip.net/projects/ to do it.
 I compiled everything without much trouble and I'm trying to use Entrance.

 Installation went without problems, but when I boot, Entrance tries to
 start and shuts down.
 I'm assuming that it has to do with the Error with DBus, but I haven't
 found anything helpful on how to solve it.
 Does anyone knows how to fix this?
 Thanks!

 This is from entrance.log:

 (Aug 11 08:18:46) entrance: Welcome
 ERR1619:eldbus lib/eldbus/eldbus_core.c:1003 _connection_get() Error
 connecting to bus of type 1. error name:
 org.freedesktop.DBus.Error.NotSupported error message: Unable to autolaunch
 a dbus-daemon without a $DISPLAY for X11
 ERR1619: lib/eldbus/eldbus_core.c:1065 eldbus_connection_get() safety
 check failed: conn == NULL
 (Aug 11 08:18:46) entrance: session init
 (Aug 11 08:18:47) entrance: write auth on display :0.0 with file
 /var/run/entrance.auth
 /usr/bin/xauth:  file /var/run/entrance.auth does not exist
 (Aug 11 08:18:47) entrance: scanning directory:  /opt/efl/share/xsessions
 /usr/share/xsessions
 (Aug 11 08:18:47) entrance: scan directory end
 (Aug 11 08:18:47) entrance: xserver init
 (Aug 11 08:18:47) entrance: Launching xserver
 (Aug 11 08:18:47) entrance: xserver adding signal user handler
 (Aug 11 08:18:47) entrance: history init
 (Aug 11 08:18:47) entrance: Error on reading last session login
 (Aug 11 08:18:47) entrance: scan for users
 (Aug 11 08:18:47) entrance: action init
 (Aug 11 08:18:47) entrance: trying to open /boot/grub/grub.cfg ok
 (Aug 11 08:18:47) entrance: server init
 (Aug 11 08:18:47) entrance: starting main loop
 (Aug 11 08:18:50) entrance: xserver started
 (Aug 11 08:18:50) entrance: starting...
 (Aug 11 08:18:50) entrance: Exec entrance_client: no -u nobody
 LD_LIBRARY_PATH=/opt/efl/lib /opt/efl/lib/entrance/entrance_client -d :0.0
 -t default
 (Aug 11 08:18:50) entrance: client have terminated
 (Aug 11 08:18:50) entrance: main loop end
 (Aug 11 08:18:50) entrance: server shutdown
 (Aug 11 08:18:50) entrance: action shutdown
 (Aug 11 08:18:50) entrance: history shutdown
 (Aug 11 08:18:50) entrance: xserver shutdown
 (Aug 11 08:18:50) entrance: pam shutdown
 (Aug 11 08:18:50) entrance: ecore shutdown
 (Aug 11 08:18:50) entrance: session shutdown
 (Aug 11 08:18:50) entrance: config shutdown
 (Aug 11 08:18:50) entrance: Config free
 (Aug 11 08:18:50) entrance: eet shutdown
 (Aug 11 08:18:50) entrance: ending xserver
 (Aug 11 08:18:50) entrance: xserver end

 --
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users




--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance not working

2014-08-12 Thread marcel-hollerbach
Hi,

sorry for the delayed answer, I was in vacation.

From the log I cannot see a real problem. The dbus error is caused at
the init of efreet, but that does not matter!

Also the errors of the history and xauth are ok.

The thing I dont understand is the commandline of the entrance_client, is the 
sudo of your distribution no?
It seems entrance_client is not executed correctly, the daemon is working well.

Greetings bu5hm4n :)

On Tue, Aug 12, 2014 at 08:27:58AM -0700, Alejandro Salas wrote:
 Yes. I know it's a dev branch. 
 I was just wondering if there was a know issue with it.
 
 I'll keep updating it to see if it works out.
 Thanks.
 
 
 On Tuesday, August 12, 2014 8:18 AM, Fan Cris fancr...@gmail.com wrote:
  
 
 
 
 for some reasons your mail was in spam
 what to say, work for me
 see in git, entrance, is a dev branch
 try and this, have a fix for autologin but is a loop autologin
 
 
 
 On Mon, Aug 11, 2014 at 7:25 PM, Alejandro Salas krieg...@yahoo.com wrote:
 
  Hello everyone,
 
  I haven't installed E17 in a while. I used the last version of the easyE17
  script from http://omicron.homeip.net/projects/ to do it.
  I compiled everything without much trouble and I'm trying to use Entrance.
 
  Installation went without problems, but when I boot, Entrance tries to
  start and shuts down.
  I'm assuming that it has to do with the Error with DBus, but I haven't
  found anything helpful on how to solve it.
  Does anyone knows how to fix this?
  Thanks!
 
  This is from entrance.log:
 
  (Aug 11 08:18:46) entrance: Welcome
  ERR1619:eldbus lib/eldbus/eldbus_core.c:1003 _connection_get() Error
  connecting to bus of type 1. error name:
  org.freedesktop.DBus.Error.NotSupported error message: Unable to autolaunch
  a dbus-daemon without a $DISPLAY for X11
  ERR1619: lib/eldbus/eldbus_core.c:1065 eldbus_connection_get() safety
  check failed: conn == NULL
  (Aug 11 08:18:46) entrance: session init
  (Aug 11 08:18:47) entrance: write auth on display :0.0 with file
  /var/run/entrance.auth
  /usr/bin/xauth:  file /var/run/entrance.auth does not exist
  (Aug 11 08:18:47) entrance: scanning directory:  /opt/efl/share/xsessions
  /usr/share/xsessions
  (Aug 11 08:18:47) entrance: scan directory end
  (Aug 11 08:18:47) entrance: xserver init
  (Aug 11 08:18:47) entrance: Launching xserver
  (Aug 11 08:18:47) entrance: xserver adding signal user handler
  (Aug 11 08:18:47) entrance: history init
  (Aug 11 08:18:47) entrance: Error on reading last session login
  (Aug 11 08:18:47) entrance: scan for users
  (Aug 11 08:18:47) entrance: action init
  (Aug 11 08:18:47) entrance: trying to open /boot/grub/grub.cfg ok
  (Aug 11 08:18:47) entrance: server init
  (Aug 11 08:18:47) entrance: starting main loop
  (Aug 11 08:18:50) entrance: xserver started
  (Aug 11 08:18:50) entrance: starting...
  (Aug 11 08:18:50) entrance: Exec entrance_client: no -u nobody
  LD_LIBRARY_PATH=/opt/efl/lib /opt/efl/lib/entrance/entrance_client -d :0.0
  -t default
  (Aug 11 08:18:50) entrance: client have terminated
  (Aug 11 08:18:50) entrance: main loop end
  (Aug 11 08:18:50) entrance: server shutdown
  (Aug 11 08:18:50) entrance: action shutdown
  (Aug 11 08:18:50) entrance: history shutdown
  (Aug 11 08:18:50) entrance: xserver shutdown
  (Aug 11 08:18:50) entrance: pam shutdown
  (Aug 11 08:18:50) entrance: ecore shutdown
  (Aug 11 08:18:50) entrance: session shutdown
  (Aug 11 08:18:50) entrance: config shutdown
  (Aug 11 08:18:50) entrance: Config free
  (Aug 11 08:18:50) entrance: eet shutdown
  (Aug 11 08:18:50) entrance: ending xserver
  (Aug 11 08:18:50) entrance: xserver end
 
  --
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 --
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
 
 --
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance not working

2014-08-12 Thread Alejandro Salas
 sorry for the delayed answer, I was in vacation.
Don't worry.. thanks for helping!

 The thing I dont understand is the commandline of the entrance_client, is the 
 sudo of your distribution no?
 It seems entrance_client is not executed correctly, the daemon is working 
 well.
I didn't know entrance needed sudo. Is there a way to make it work without it?
if not I will install it and recompile/re-install.

Thanks!
--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance not working

2014-08-12 Thread marcel-hollerbach
Hi,

On Tue, Aug 12, 2014 at 11:46:13AM -0700, Alejandro Salas wrote:
  sorry for the delayed answer, I was in vacation.
 Don't worry.. thanks for helping!
 
  The thing I dont understand is the commandline of the entrance_client, is 
  the sudo of your distribution no?
  It seems entrance_client is not executed correctly, the daemon is working 
  well.
 I didn't know entrance needed sudo. Is there a way to make it work without it?
 if not I will install it and recompile/re-install.

You will need to compile it with sudo, it will not work without.

Greetings!

 
 Thanks!
 --
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance in Debian/Entrance en Debian

2012-11-14 Thread Michaël Bouchaud
Ooops I don't see you already share it ^^

2012/11/13 Michaël Bouchaud y...@efl.so

 Ho big thx !!!
 I will read carefuly and surely share it tomorrow :)


 2012/11/13 Esteban Monge esteban.franci...@gmail.com

 2012/11/13 Alex-P. Natsios apnats...@gmail.com

  Entrance is a beautiful display manager builded with Enlightenment
  Foundation Libraries.
 
  builded with = built with
 
  or based on the
 
  Also IMHO remove the Elsa reference in the es version of the
  article, it doesn't need to exist and it will just confuse people.
 
  other than that they are pretty nice articles and look OK, well done! :)
 
  --
  Regards,
 
  Alex-P. Natsios
  (a.k.a Drakevr)
 
 
 Thanks, fixed!!!

 --
 http://www.nuevaeralatam.com
 Linux user number 478378
 Linux machine number 386687
 Tec. Esteban Monge Marín
 Tel: (506) 8379-3562

 “No habrá manera de desarrollarnos y salir de
 la pobreza mientras los pocos negocios
 grandes de nuestro medio se entreguen a las
 economías foráneas y nosotros nos
 quedemos con solo negocios de pobre,
 mientras en vez de ser propietarios de nuestro
 propio país nos convirtamos en un ejército de
 empleados del exterior”
 José Figueres Ferrer, 1952.

 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




 --
 Michaël Bouchaud (yoz) y...@efl.so




-- 
Michaël Bouchaud (yoz) y...@efl.so
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance in Debian/Entrance en Debian

2012-11-13 Thread Alex-P. Natsios
Entrance is a beautiful display manager builded with Enlightenment
Foundation Libraries.

builded with = built with

or based on the

Also IMHO remove the Elsa reference in the es version of the
article, it doesn't need to exist and it will just confuse people.

other than that they are pretty nice articles and look OK, well done! :)

On Tue, Nov 13, 2012 at 8:42 AM, Esteban Monge
este...@nuevaeralatam.com wrote:
 Hello I wrote two wiki pages in Debian Wiki for install and configure
 Entrance in this distribution:

 http://wiki.debian.org/entrance

 Hola escribí dos páginas wiki en la Wiki de Debian para instalar y
 configurar Entrance en esta distribución:

 http://wiki.debian.org/es/entrance

 I am very bad english writer... if need a suggest a fix... are welcome it.

 Si tienen alguna sugerencia, son bienvenidas.


 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



-- 
Regards,

Alex-P. Natsios
(a.k.a Drakevr)

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance in Debian/Entrance en Debian

2012-11-13 Thread Esteban Monge
2012/11/13 Alex-P. Natsios apnats...@gmail.com

 Entrance is a beautiful display manager builded with Enlightenment
 Foundation Libraries.

 builded with = built with

 or based on the

 Also IMHO remove the Elsa reference in the es version of the
 article, it doesn't need to exist and it will just confuse people.

 other than that they are pretty nice articles and look OK, well done! :)

 --
 Regards,

 Alex-P. Natsios
 (a.k.a Drakevr)


Thanks, fixed!!!

-- 
http://www.nuevaeralatam.com
Linux user number 478378
Linux machine number 386687
Tec. Esteban Monge Marín
Tel: (506) 8379-3562

“No habrá manera de desarrollarnos y salir de
la pobreza mientras los pocos negocios
grandes de nuestro medio se entreguen a las
economías foráneas y nosotros nos
quedemos con solo negocios de pobre,
mientras en vez de ser propietarios de nuestro
propio país nos convirtamos en un ejército de
empleados del exterior”
José Figueres Ferrer, 1952.
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance in Debian/Entrance en Debian

2012-11-13 Thread Michaël Bouchaud
Ho big thx !!!
I will read carefuly and surely share it tomorrow :)

2012/11/13 Esteban Monge esteban.franci...@gmail.com

 2012/11/13 Alex-P. Natsios apnats...@gmail.com

  Entrance is a beautiful display manager builded with Enlightenment
  Foundation Libraries.
 
  builded with = built with
 
  or based on the
 
  Also IMHO remove the Elsa reference in the es version of the
  article, it doesn't need to exist and it will just confuse people.
 
  other than that they are pretty nice articles and look OK, well done! :)
 
  --
  Regards,
 
  Alex-P. Natsios
  (a.k.a Drakevr)
 
 
 Thanks, fixed!!!

 --
 http://www.nuevaeralatam.com
 Linux user number 478378
 Linux machine number 386687
 Tec. Esteban Monge Marín
 Tel: (506) 8379-3562

 “No habrá manera de desarrollarnos y salir de
 la pobreza mientras los pocos negocios
 grandes de nuestro medio se entreguen a las
 economías foráneas y nosotros nos
 quedemos con solo negocios de pobre,
 mientras en vez de ser propietarios de nuestro
 propio país nos convirtamos en un ejército de
 empleados del exterior”
 José Figueres Ferrer, 1952.

 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




-- 
Michaël Bouchaud (yoz) y...@efl.so
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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 y...@efl.so

 Fixed now :)
 r77279

 2012/9/27 Gabriele Piccini dafras...@gmail.com

  Hi,
  finally gdb has said something..
  but I typed
 
  bashgdb entrance
  gdbrun -t
  gdbbt
 
  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=value optimized
  out) at ecore_main.c:1444
  #2  0x77548415 in _ecore_main_loop_iterate_internal (once_only=0)
  at ecore_main.c:1872
  #3  0x77548747 in ecore_main_loop_begin () at ecore_main.c:934
  #4  0x0040628f in main (argc=value optimized out, argv=value
  optimized out) at entrance.c:343
 
  before this entrance had an error SIGUSER1
 
  I hope this help
 
  Cheers
  Gabriele
 
 
  2012/9/26 Michaël Bouchaud y...@efl.so
 
   -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 dafras...@gmail.com
  
 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 launch entrance from
 init;
when I launch entrance from bash in multiuser runlevel all works (
  when I
exit from e17 entrance is bounced again).
In the first example if I delete entrance files in /var/run entrance
   starts
well.
   
I'm very confused.
   
   
   
   
Thanks for your time again :-)
Cheers
   
   
   
   
   
On 09/25/2012 11:26 PM, Michaël Bouchaud wrote:
   
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 'bt'
 to
   have
the backtrace, and send it to me :).
   
2012/9/25 Gabriele Piccini dafras...@gmail.com 
 dafras...@gmail.com
   
 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 native login manager for e17 hence I wish go ahead.
   
Anyone??
   
Cheers
   
   
2012/9/21 Gabriele Piccini dafras...@gmail.com 
 dafras...@gmail.com
   
 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 y...@efl.so y...@efl.so
   
 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 send
 me
   
 back
   
 the backtrace. It will helpfull.
   
   
2012/9/15 Gabriele Piccini dafras...@gmail.com 
 dafras...@gmail.com
   
 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 Piccinidafras...@gmail.com dafras...@gmail.com
 
   
 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 procedure works.
   
I'm confused
   
hints??
   
2012/9/14 Michaël Bouchaudy...@efl.so y...@efl.so
   
 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 Piccinidafras...@gmail.com dafras...@gmail.com
 
   
 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 

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 dafras...@gmail.com

 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 y...@efl.so

  Fixed now :)
  r77279
 
  2012/9/27 Gabriele Piccini dafras...@gmail.com
 
   Hi,
   finally gdb has said something..
   but I typed
  
   bashgdb entrance
   gdbrun -t
   gdbbt
  
   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=value optimized
   out) at ecore_main.c:1444
   #2  0x77548415 in _ecore_main_loop_iterate_internal
 (once_only=0)
   at ecore_main.c:1872
   #3  0x77548747 in ecore_main_loop_begin () at ecore_main.c:934
   #4  0x0040628f in main (argc=value optimized out, argv=value
   optimized out) at entrance.c:343
  
   before this entrance had an error SIGUSER1
  
   I hope this help
  
   Cheers
   Gabriele
  
  
   2012/9/26 Michaël Bouchaud y...@efl.so
  
-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 dafras...@gmail.com
   
  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 launch entrance from
  init;
 when I launch entrance from bash in multiuser runlevel all works (
   when I
 exit from e17 entrance is bounced again).
 In the first example if I delete entrance files in /var/run
 entrance
starts
 well.

 I'm very confused.




 Thanks for your time again :-)
 Cheers





 On 09/25/2012 11:26 PM, Michaël Bouchaud wrote:

 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 'bt'
  to
have
 the backtrace, and send it to me :).

 2012/9/25 Gabriele Piccini dafras...@gmail.com 
  dafras...@gmail.com

  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 native login manager for e17 hence I wish go
 ahead.

 Anyone??

 Cheers


 2012/9/21 Gabriele Piccini dafras...@gmail.com 
  dafras...@gmail.com

  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 y...@efl.so y...@efl.so

  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 send
  me

  back

  the backtrace. It will helpfull.


 2012/9/15 Gabriele Piccini dafras...@gmail.com 
  dafras...@gmail.com

  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 Piccinidafras...@gmail.com 
 dafras...@gmail.com
  

  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 procedure works.

 I'm confused

 hints??

 2012/9/14 Michaël Bouchaudy...@efl.so y...@efl.so

  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 

Re: [e-users] entrance login manager

2012-10-02 Thread Gabriele Piccini
OK. I try with svn.

Cheers

2012/10/2 Michaël Bouchaud y...@efl.so

 I think it's an issue from trac, not updated ...

 2012/10/2 Gabriele Piccini dafras...@gmail.com

  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 y...@efl.so
 
   Fixed now :)
   r77279
  
   2012/9/27 Gabriele Piccini dafras...@gmail.com
  
Hi,
finally gdb has said something..
but I typed
   
bashgdb entrance
gdbrun -t
gdbbt
   
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=value
 optimized
out) at ecore_main.c:1444
#2  0x77548415 in _ecore_main_loop_iterate_internal
  (once_only=0)
at ecore_main.c:1872
#3  0x77548747 in ecore_main_loop_begin () at
 ecore_main.c:934
#4  0x0040628f in main (argc=value optimized out,
 argv=value
optimized out) at entrance.c:343
   
before this entrance had an error SIGUSER1
   
I hope this help
   
Cheers
Gabriele
   
   
2012/9/26 Michaël Bouchaud y...@efl.so
   
 -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 dafras...@gmail.com

   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 launch entrance from
   init;
  when I launch entrance from bash in multiuser runlevel all works
 (
when I
  exit from e17 entrance is bounced again).
  In the first example if I delete entrance files in /var/run
  entrance
 starts
  well.
 
  I'm very confused.
 
 
 
 
  Thanks for your time again :-)
  Cheers
 
 
 
 
 
  On 09/25/2012 11:26 PM, Michaël Bouchaud wrote:
 
  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
 'bt'
   to
 have
  the backtrace, and send it to me :).
 
  2012/9/25 Gabriele Piccini dafras...@gmail.com 
   dafras...@gmail.com
 
   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 native login manager for e17 hence I wish go
  ahead.
 
  Anyone??
 
  Cheers
 
 
  2012/9/21 Gabriele Piccini dafras...@gmail.com 
   dafras...@gmail.com
 
   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 y...@efl.so y...@efl.so
 
   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
 send
   me
 
   back
 
   the backtrace. It will helpfull.
 
 
  2012/9/15 Gabriele Piccini dafras...@gmail.com 
   dafras...@gmail.com
 
   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 Piccinidafras...@gmail.com 
  dafras...@gmail.com
   
 
   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 procedure works.
 
  I'm confused
 
  hints??
 
   

Re: [e-users] entrance login manager

2012-10-01 Thread Michaël Bouchaud
Fixed now :)
r77279

2012/9/27 Gabriele Piccini dafras...@gmail.com

 Hi,
 finally gdb has said something..
 but I typed

 bashgdb entrance
 gdbrun -t
 gdbbt

 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=value optimized
 out) at ecore_main.c:1444
 #2  0x77548415 in _ecore_main_loop_iterate_internal (once_only=0)
 at ecore_main.c:1872
 #3  0x77548747 in ecore_main_loop_begin () at ecore_main.c:934
 #4  0x0040628f in main (argc=value optimized out, argv=value
 optimized out) at entrance.c:343

 before this entrance had an error SIGUSER1

 I hope this help

 Cheers
 Gabriele


 2012/9/26 Michaël Bouchaud y...@efl.so

  -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 dafras...@gmail.com
 
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 launch entrance from init;
   when I launch entrance from bash in multiuser runlevel all works (
 when I
   exit from e17 entrance is bounced again).
   In the first example if I delete entrance files in /var/run entrance
  starts
   well.
  
   I'm very confused.
  
  
  
  
   Thanks for your time again :-)
   Cheers
  
  
  
  
  
   On 09/25/2012 11:26 PM, Michaël Bouchaud wrote:
  
   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 'bt' to
  have
   the backtrace, and send it to me :).
  
   2012/9/25 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com
  
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 native login manager for e17 hence I wish go ahead.
  
   Anyone??
  
   Cheers
  
  
   2012/9/21 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com
  
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 y...@efl.so y...@efl.so
  
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 send me
  
back
  
the backtrace. It will helpfull.
  
  
   2012/9/15 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com
  
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 Piccinidafras...@gmail.com dafras...@gmail.com
  
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 procedure works.
  
   I'm confused
  
   hints??
  
   2012/9/14 Michaël Bouchaudy...@efl.so y...@efl.so
  
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 Piccinidafras...@gmail.com dafras...@gmail.com
  
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 entrance is still supported because I find some
   difference from what is in the wiki.
  
   hint??
  
  
--**--**
  
--
  
  
Got visibility?
  
Most devs has no idea what their production app looks 

Re: [e-users] entrance login manager

2012-09-27 Thread Gabriele Piccini
Hi,
finally gdb has said something..
but I typed

bashgdb entrance
gdbrun -t
gdbbt

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=value optimized
out) at ecore_main.c:1444
#2  0x77548415 in _ecore_main_loop_iterate_internal (once_only=0)
at ecore_main.c:1872
#3  0x77548747 in ecore_main_loop_begin () at ecore_main.c:934
#4  0x0040628f in main (argc=value optimized out, argv=value
optimized out) at entrance.c:343

before this entrance had an error SIGUSER1

I hope this help

Cheers
Gabriele


2012/9/26 Michaël Bouchaud y...@efl.so

 -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 dafras...@gmail.com

   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 launch entrance from init;
  when I launch entrance from bash in multiuser runlevel all works ( when I
  exit from e17 entrance is bounced again).
  In the first example if I delete entrance files in /var/run entrance
 starts
  well.
 
  I'm very confused.
 
 
 
 
  Thanks for your time again :-)
  Cheers
 
 
 
 
 
  On 09/25/2012 11:26 PM, Michaël Bouchaud wrote:
 
  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 'bt' to
 have
  the backtrace, and send it to me :).
 
  2012/9/25 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com
 
   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 native login manager for e17 hence I wish go ahead.
 
  Anyone??
 
  Cheers
 
 
  2012/9/21 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com
 
   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 y...@efl.so y...@efl.so
 
   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 send me
 
   back
 
   the backtrace. It will helpfull.
 
 
  2012/9/15 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com
 
   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 Piccinidafras...@gmail.com dafras...@gmail.com
 
   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 procedure works.
 
  I'm confused
 
  hints??
 
  2012/9/14 Michaël Bouchaudy...@efl.so y...@efl.so
 
   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 Piccinidafras...@gmail.com dafras...@gmail.com
 
   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 entrance is still supported because I find some
  difference from what is in the wiki.
 
  hint??
 
 
   --**--**
 
   --
 
 
   Got visibility?
 
   Most devs has no idea what their production app looks like.
  Find out how fast your code is with AppDynamics
  Lite.http://ad.doubleclick.net/clk;**262219671;13503038;y
 
 http://ad.doubleclick.net/clk;262219671;13503038;y
 
 ?http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html
 
 

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 launch entrance from init;
when I launch entrance from bash in multiuser runlevel all works ( when I
exit from e17 entrance is bounced again).
In the first example if I delete entrance files in /var/run entrance starts
well.

I'm very confused.




Thanks for your time again :-)
Cheers





On 09/25/2012 11:26 PM, Michaël Bouchaud wrote:

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 'bt' to have
the backtrace, and send it to me :).

2012/9/25 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com

 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 native login manager for e17 hence I wish go ahead.

Anyone??

Cheers


2012/9/21 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com

 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 y...@efl.so y...@efl.so

 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 send me

 back

 the backtrace. It will helpfull.


2012/9/15 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com

 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 Piccinidafras...@gmail.com dafras...@gmail.com

 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 procedure works.

I'm confused

hints??

2012/9/14 Michaël Bouchaudy...@efl.so y...@efl.so

 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 Piccinidafras...@gmail.com dafras...@gmail.com

 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 entrance is still supported because I find some
difference from what is in the wiki.

hint??


 --**--**

 --


 Got visibility?

 Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics
Lite.http://ad.doubleclick.net/clk;**262219671;13503038;y

   http://ad.doubleclick.net/clk;262219671;13503038;y

   ?http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html

   http://info.appdynamics.com/FreeJavaPerformanceDownload.html

   __**_
enlightenment-users mailing listenlightenment-users@lists.**sourceforge.net

   enlightenment-users@lists.sourceforge.net

  https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
https://lists.sourceforge.net/lists/listinfo/enlightenment-users
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Michaël Bouchaud (yoz)y...@efl.so y...@efl.so


 --**--**

 --


 Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics
Lite.http://ad.doubleclick.net/clk;**262219671;13503038;y

  http://ad.doubleclick.net/clk;262219671;13503038;y

  ?http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html

  http://info.appdynamics.com/FreeJavaPerformanceDownload.html

  __**_
enlightenment-users mailing listenlightenment-users@lists.**sourceforge.net

  enlightenment-users@lists.sourceforge.net

  

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 dafras...@gmail.com

  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 launch entrance from init;
 when I launch entrance from bash in multiuser runlevel all works ( when I
 exit from e17 entrance is bounced again).
 In the first example if I delete entrance files in /var/run entrance starts
 well.

 I'm very confused.




 Thanks for your time again :-)
 Cheers





 On 09/25/2012 11:26 PM, Michaël Bouchaud wrote:

 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 'bt' to have
 the backtrace, and send it to me :).

 2012/9/25 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com

  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 native login manager for e17 hence I wish go ahead.

 Anyone??

 Cheers


 2012/9/21 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com

  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 y...@efl.so y...@efl.so

  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 send me

  back

  the backtrace. It will helpfull.


 2012/9/15 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com

  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 Piccinidafras...@gmail.com dafras...@gmail.com

  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 procedure works.

 I'm confused

 hints??

 2012/9/14 Michaël Bouchaudy...@efl.so y...@efl.so

  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 Piccinidafras...@gmail.com dafras...@gmail.com

  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 entrance is still supported because I find some
 difference from what is in the wiki.

 hint??


  --**--**

  --


  Got visibility?

  Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics
 Lite.http://ad.doubleclick.net/clk;**262219671;13503038;y

http://ad.doubleclick.net/clk;262219671;13503038;y

?http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html

http://info.appdynamics.com/FreeJavaPerformanceDownload.html

__**_
 enlightenment-users mailing listenlightenment-users@lists.**
 sourceforge.net

enlightenment-users@lists.sourceforge.net

   https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
 
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 --
 Michaël Bouchaud (yoz)y...@efl.so y...@efl.so


  --**--**

  --


  Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics
 Lite.http://ad.doubleclick.net/clk;**262219671;13503038;y

   http://ad.doubleclick.net/clk;262219671;13503038;y

   

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 y...@efl.so

 -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 dafras...@gmail.com

  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 launch entrance from init;
 when I launch entrance from bash in multiuser runlevel all works ( when I
 exit from e17 entrance is bounced again).
 In the first example if I delete entrance files in /var/run entrance
 starts
 well.

 I'm very confused.




 Thanks for your time again :-)
 Cheers





 On 09/25/2012 11:26 PM, Michaël Bouchaud wrote:

 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 'bt' to
 have
 the backtrace, and send it to me :).

 2012/9/25 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com

  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 native login manager for e17 hence I wish go ahead.

 Anyone??

 Cheers


 2012/9/21 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com

  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 y...@efl.so y...@efl.so

  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 send me

  back

  the backtrace. It will helpfull.


 2012/9/15 Gabriele Piccini dafras...@gmail.com dafras...@gmail.com

  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 Piccinidafras...@gmail.com dafras...@gmail.com

  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 procedure works.

 I'm confused

 hints??

 2012/9/14 Michaël Bouchaudy...@efl.so y...@efl.so

  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 Piccinidafras...@gmail.com dafras...@gmail.com

  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 entrance is still supported because I find some
 difference from what is in the wiki.

 hint??


  --**--**

  --


  Got visibility?

  Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics
 Lite.http://ad.doubleclick.net/clk;**262219671;13503038;y

http://ad.doubleclick.net/clk;262219671;13503038;y

?http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html

http://info.appdynamics.com/FreeJavaPerformanceDownload.html

__**_
 enlightenment-users mailing listenlightenment-users@lists.**
 sourceforge.net

enlightenment-users@lists.sourceforge.net


 https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 --
 Michaël Bouchaud (yoz)y...@efl.so y...@efl.so


  --**--**

  --


  Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics
 

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 native login manager for e17 hence I wish go ahead.

Anyone??

Cheers


2012/9/21 Gabriele Piccini dafras...@gmail.com

 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 y...@efl.so

 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 send me back
 the backtrace. It will helpfull.


 2012/9/15 Gabriele Piccini dafras...@gmail.com

  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 Piccinidafras...@gmail.com
 
   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 procedure works.
 
  I'm confused
 
  hints??
 
  2012/9/14 Michaël Bouchaudy...@efl.so
 
   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 Piccinidafras...@gmail.com
 
   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 entrance is still supported because I find some
  difference from what is in the wiki.
 
  hint??
 
 
   --**--**
  --
 
  Got visibility?
  Most devs has no idea what their production app looks like.
  Find out how fast your code is with AppDynamics Lite.
  http://ad.doubleclick.net/clk;**262219671;13503038;y
 http://ad.doubleclick.net/clk;262219671;13503038;y
  ?
  http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html
  __**_
  enlightenment-users mailing list
  enlightenment-users@lists.**sourceforge.net
 enlightenment-users@lists.sourceforge.net
 
 https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
  --
  Michaël Bouchaud (yoz)y...@efl.so
 
 
   --**--**
  --
 
  Got visibility?
  Most devs has no idea what their production app looks like.
  Find out how fast your code is with AppDynamics Lite.
  http://ad.doubleclick.net/clk;**262219671;13503038;y
 http://ad.doubleclick.net/clk;262219671;13503038;y
  ?
  http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html
  __**_
  enlightenment-users mailing list
  enlightenment-users@lists.**sourceforge.net
 enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
   --**--**
  --
  Got visibility?
  Most devs has no idea what their production app looks like.
  Find out how fast your code is with AppDynamics Lite.
  http://ad.doubleclick.net/clk;**262219671;13503038;y
 http://ad.doubleclick.net/clk;262219671;13503038;y
  ?
  http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html
  __**_
  enlightenment-users mailing list
  enlightenment-users@lists.**sourceforge.net
 enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
 
 
 
 
 --
  How fast is your code?
  3 out of 4 devs don\\\'t know how their code performs in production.
  Find out how slow your code is with AppDynamics Lite.
  http://ad.doubleclick.net/clk;262219672;13503038;z?
  

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 'bt' to have
the backtrace, and send it to me :).

2012/9/25 Gabriele Piccini dafras...@gmail.com

 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 native login manager for e17 hence I wish go ahead.

 Anyone??

 Cheers


 2012/9/21 Gabriele Piccini dafras...@gmail.com

  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 y...@efl.so
 
  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 send me
 back
  the backtrace. It will helpfull.
 
 
  2012/9/15 Gabriele Piccini dafras...@gmail.com
 
   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 Piccinidafras...@gmail.com
  
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 procedure works.
  
   I'm confused
  
   hints??
  
   2012/9/14 Michaël Bouchaudy...@efl.so
  
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 Piccinidafras...@gmail.com
  
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 entrance is still supported because I find some
   difference from what is in the wiki.
  
   hint??
  
  
--**--**
   --
  
   Got visibility?
   Most devs has no idea what their production app looks like.
   Find out how fast your code is with AppDynamics Lite.
   http://ad.doubleclick.net/clk;**262219671;13503038;y
  http://ad.doubleclick.net/clk;262219671;13503038;y
   ?
   http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html
  http://info.appdynamics.com/FreeJavaPerformanceDownload.html
   __**_
   enlightenment-users mailing list
   enlightenment-users@lists.**sourceforge.net
  enlightenment-users@lists.sourceforge.net
  
  https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
  
  
   --
   Michaël Bouchaud (yoz)y...@efl.so
  
  
--**--**
   --
  
   Got visibility?
   Most devs has no idea what their production app looks like.
   Find out how fast your code is with AppDynamics Lite.
   http://ad.doubleclick.net/clk;**262219671;13503038;y
  http://ad.doubleclick.net/clk;262219671;13503038;y
   ?
   http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html
  http://info.appdynamics.com/FreeJavaPerformanceDownload.html
   __**_
   enlightenment-users mailing list
   enlightenment-users@lists.**sourceforge.net
  enlightenment-users@lists.sourceforge.net
  
 https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
--**--**
   --
   Got visibility?
   Most devs has no idea what their production app looks like.
   Find out how fast your code is with AppDynamics Lite.
   http://ad.doubleclick.net/clk;**262219671;13503038;y
  http://ad.doubleclick.net/clk;262219671;13503038;y
   ?
   http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html
  http://info.appdynamics.com/FreeJavaPerformanceDownload.html
   __**_
   enlightenment-users mailing list
   

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 y...@efl.so

 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 send me back
 the backtrace. It will helpfull.


 2012/9/15 Gabriele Piccini dafras...@gmail.com

  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 Piccinidafras...@gmail.com
 
   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 procedure works.
 
  I'm confused
 
  hints??
 
  2012/9/14 Michaël Bouchaudy...@efl.so
 
   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 Piccinidafras...@gmail.com
 
   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 entrance is still supported because I find some
  difference from what is in the wiki.
 
  hint??
 
 
   --**--**
  --
 
  Got visibility?
  Most devs has no idea what their production app looks like.
  Find out how fast your code is with AppDynamics Lite.
  http://ad.doubleclick.net/clk;**262219671;13503038;y
 http://ad.doubleclick.net/clk;262219671;13503038;y
  ?
  http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html
  __**_
  enlightenment-users mailing list
  enlightenment-users@lists.**sourceforge.net
 enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
  --
  Michaël Bouchaud (yoz)y...@efl.so
 
 
   --**--**
  --
 
  Got visibility?
  Most devs has no idea what their production app looks like.
  Find out how fast your code is with AppDynamics Lite.
  http://ad.doubleclick.net/clk;**262219671;13503038;y
 http://ad.doubleclick.net/clk;262219671;13503038;y
  ?
  http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html
  __**_
  enlightenment-users mailing list
  enlightenment-users@lists.**sourceforge.net
 enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
   --**--**
  --
  Got visibility?
  Most devs has no idea what their production app looks like.
  Find out how fast your code is with AppDynamics Lite.
  http://ad.doubleclick.net/clk;**262219671;13503038;y
 http://ad.doubleclick.net/clk;262219671;13503038;y
  ?
  http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html
  __**_
  enlightenment-users mailing list
  enlightenment-users@lists.**sourceforge.net
 enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
 
 
 
 
 --
  How fast is your code?
  3 out of 4 devs don\\\'t know how their code performs in production.
  Find out how slow your code is with AppDynamics Lite.
  http://ad.doubleclick.net/clk;262219672;13503038;z?
  http://info.appdynamics.com/FreeJavaPerformanceDownload.html
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 


 --
 Michaël Bouchaud (yoz) y...@efl.so

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the 

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 send me back
the backtrace. It will helpfull.


2012/9/15 Gabriele Piccini dafras...@gmail.com

 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 Piccinidafras...@gmail.com

  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 procedure works.

 I'm confused

 hints??

 2012/9/14 Michaël Bouchaudy...@efl.so

  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 Piccinidafras...@gmail.com

  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 entrance is still supported because I find some
 difference from what is in the wiki.

 hint??


  --**--**
 --

 Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics Lite.
 http://ad.doubleclick.net/clk;**262219671;13503038;yhttp://ad.doubleclick.net/clk;262219671;13503038;y
 ?
 http://info.appdynamics.com/**FreeJavaPerformanceDownload.**htmlhttp://info.appdynamics.com/FreeJavaPerformanceDownload.html
 __**_
 enlightenment-users mailing list
 enlightenment-users@lists.**sourceforge.netenlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/**lists/listinfo/enlightenment-**usershttps://lists.sourceforge.net/lists/listinfo/enlightenment-users



 --
 Michaël Bouchaud (yoz)y...@efl.so


  --**--**
 --

 Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics Lite.
 http://ad.doubleclick.net/clk;**262219671;13503038;yhttp://ad.doubleclick.net/clk;262219671;13503038;y
 ?
 http://info.appdynamics.com/**FreeJavaPerformanceDownload.**htmlhttp://info.appdynamics.com/FreeJavaPerformanceDownload.html
 __**_
 enlightenment-users mailing list
 enlightenment-users@lists.**sourceforge.netenlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/**lists/listinfo/enlightenment-**usershttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

  --**--**
 --
 Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics Lite.
 http://ad.doubleclick.net/clk;**262219671;13503038;yhttp://ad.doubleclick.net/clk;262219671;13503038;y
 ?
 http://info.appdynamics.com/**FreeJavaPerformanceDownload.**htmlhttp://info.appdynamics.com/FreeJavaPerformanceDownload.html
 __**_
 enlightenment-users mailing list
 enlightenment-users@lists.**sourceforge.netenlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/**lists/listinfo/enlightenment-**usershttps://lists.sourceforge.net/lists/listinfo/enlightenment-users






 --
 How fast is your code?
 3 out of 4 devs don\\\'t know how their code performs in production.
 Find out how slow your code is with AppDynamics Lite.
 http://ad.doubleclick.net/clk;262219672;13503038;z?
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




-- 
Michaël Bouchaud (yoz) y...@efl.so
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-users mailing list

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 dafras...@gmail.com

 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 entrance is still supported because I find some
 difference from what is in the wiki.

 hint??

 --
 Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics Lite.
 http://ad.doubleclick.net/clk;262219671;13503038;y?
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




-- 
Michaël Bouchaud (yoz) y...@efl.so
--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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 procedure works.

I'm confused

hints??

2012/9/14 Michaël Bouchaud y...@efl.so

 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 dafras...@gmail.com

  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 entrance is still supported because I find some
  difference from what is in the wiki.
 
  hint??
 
 
 --
  Got visibility?
  Most devs has no idea what their production app looks like.
  Find out how fast your code is with AppDynamics Lite.
  http://ad.doubleclick.net/clk;262219671;13503038;y?
  http://info.appdynamics.com/FreeJavaPerformanceDownload.html
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 



 --
 Michaël Bouchaud (yoz) y...@efl.so

 --
 Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics Lite.
 http://ad.doubleclick.net/clk;262219671;13503038;y?
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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 Piccinidafras...@gmail.com


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 procedure works.

I'm confused

hints??

2012/9/14 Michaël Bouchaudy...@efl.so


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 Piccinidafras...@gmail.com


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 entrance is still supported because I find some
difference from what is in the wiki.

hint??



--

Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users




--
Michaël Bouchaud (yoz)y...@efl.so



--

Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users








entrance: Welcome
entrance: session init
entrance: Session init '/var/run/entrance.auth'
entrance: write auth '/usr/bin/xauth -f /var/run/entrance.auth -q'
/usr/bin/xauth:  file /var/run/entrance.auth does not exist
entrance: scanning directory /usr/local/share/xsessions
entrance: client find sessions Enlightenment
entrance: scanning directory /usr/share/xsessions
entrance: client find sessions Xfce Session
entrance: xserver init
entrance: xserver init
entrance: history init
entrance: action init
entrance: server init
entrance: server init
entrance: server init ok
entrance: starting main loop
ERR2808:efreet_icon_cache efreet_icon_cache_create.c:885 main() Need to pass 
extensions to icon cache create process
entrance: xserver started
entrance: Exec entrance_client
ERR2808:eet eet_lib.c:668 eet_shutdown() File 
'//.cache/efreet/icon_themes_darkstar.eet' is still open !
entrance_client: client init
entrance: client Gui init
ERR2810:elementary elm_widget.c:3563 elm_widget_type_check() Passing Object: 
0x6aa450 in function: elm_scroller_page_relative_get, of type: 'elm_gengrid' 
when expecting type: 'elm_scroller'
Initializing Ecore SCIM IMModule...
Launching a SCIM daemon with Socket FrontEnd...
Loading simple Config module ...
Creating backend ...
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
GTK Panel of SCIM 1.4.9

ERR2810:edje edje_util.c:3090 edje_object_size_min_restricted_calc() file 
/usr/local/share/entrance/themes/default.edj, group entrance has a non-fixed 
part 'password'. Adding 'fixed: 1 1;' to source EDC may help. Continuing 
discarding faulty part.
entrance_client: client run
entrance: server client connected
CRI2803:eet eet_data.c:1967 eet_data_descriptor_element_add() Preventing 
later buffer overrun : offset = 0, size = 4 in a structure of 1 bytes
entrance: client connected
CRI2810:eet eet_data.c:1967 eet_data_descriptor_element_add() Preventing 
later buffer overrun : offset = 0, size = 4 in a structure of 1 bytes
CRI2803:eet eet_data.c:1967 eet_data_descriptor_element_add() Preventing 
later buffer overrun : offset = 0, size = 4 in a structure of 1 bytes
CRI2810:eet eet_data.c:1967 eet_data_descriptor_element_add() Preventing 
later buffer overrun : offset = 0, size = 4 in a 

Re: [e-users] Entrance failed to start

2010-01-27 Thread wins mallow
On Wed, 2010-01-27 at 15:06 +0300, wins mallow wrote:
 On Wed, 2010-01-27 at 14:05 +0400, batden wrote:
  Le mercredi 27 janvier 2010 à 11:56 +0300, wins mallow a écrit :
   Hi all. A have a problem with login via entrance.
   Entrance Version: 0.9.9.050
   I'm entered login and password, but session could not start, but startx
   (with .xinitrc) works correctly
   
   my syslog:
   entrance: PAM: Success.
   entrance: entranced: Requesting auth for uid 1000 (/home/wins)
   entrance: _entrance_ipc_server_data = E_XAUTH_ACK
   entrance: Executing /etc/X11/Xsession /usr/bin/enlightenment_start
   entrance: Starting session for user wins.
   entrance: pam_unix(entrance:session): session opened for user wins by
   (uid=0)
   entrance: Opened PAM session. wins : :0.
   entrance: DEBUG1
   entrance: DEBUG2
   entrance: DEBUG3
   entrance: DEBUG4
   entrance: DEBUG5
   entrance: DEBUG6
   entrance: DEBUG7
   entrance: DEBUG8
   entrance: entrance_ipc_shutdown: Success
   entrance: DEBUG9
   entrance: Replacing Entrance with simple login program to wait for
   session end.
   entrance: Executing PreSession script.
   entrance: Exec entrance login
   replacement: /usr/libexec/entrance/entrance_login 27629 wins :0
   kernel: [ 3881.482335] uhci_hcd :00:1d.0: release dev 2 ep81-INT,
   period 8, phase 4, 118 us
   entrance_login[24012]: Wait for wins on :0
   entrance_login[24012]: Wait for pid 27629
   entrance_login[24012]: Ending PAM session for user wins.
   entrance_login[24012]: pam_unix(entrance:session): session closed for
   user wins
   entrance_login[24012]: Executing PostSession script.
   entrance_login[24012]: child (pid=27629, user=wins, display=:0)  exited
   with error: 127
   entranced: session exit: code=0, signal=0
   entranced: The session has ended normally.
   entrance: Debug: ipc_title = /var/lib/entrance_ipc_9601
   entrance: entrance_ipc_init: Success
   kernel: [ 3882.237076] uhci_hcd :00:1d.0: reserve dev 2 ep81-INT,
   period 8, phase 4, 118 us
   entrance: Executing Init script.
   
   
   And other one.. entrance messages on console:
   ERR:Ecore ecore_config_ipc_main.c:266 _ecore_config_ipc_init()
   _ecore_config_ipc_init: registered _system...
   ERR:Ecore ecore_config_ipc_main.c:266 _ecore_config_ipc_init()
   _ecore_config_ipc_init: registered entrance...
   ERR:Ecore ecore_config_storage.c:87 ecore_config_file_load() Cannot open
   database from file /root/.e/config.eet!
   ERR:Ecore ecore_config_storage.c:87 ecore_config_file_load() Cannot open
   database from file /usr/share/ecore/system.eet!
  
  Are you a Gentoo user?
  
  From quaker svn post, two days ago:
  
  +PAM - READ CAREFULLY
  +
  +
  +There is default pam configuration file installed with entrance, but
  +it does not work on these distros:
  +
  +- Gentoo
  +- Arch Linux
  +
  +Please use entrance.gentoo file from config/pam.d, which is not
  installed
  +by default. ALSO, package maintainers of these distros, use it by your
  +installer as alternative.
  +
  +As for entrance.SuSE, standard config file should work, but if it
  doesnt,
  +use this one.
  
  Hope this helps.
  
  
 yes, I'm Gentoo user.
 What should I do ?  Just copy entrance.gentoo to /etc/pam.d/entrance, or
 edit makefile.am and rebuild entrance ? 
 UPD: 
I'm added --with-xsession=/usr/bin/enlightenment_start in src_compile()
at ebuild, and entrance start works fine. 
Any ideas ?

-- 
Best regards, Vince Mallow
xmpp: w...@jabber.slan.ru 
web: http://gentoo-way.blogspot.com


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance failed to start

2010-01-27 Thread P Purkayastha
At 3:30pm, wins mallow wrote:

 yes, I'm Gentoo user.
 What should I do ?  Just copy entrance.gentoo to /etc/pam.d/entrance, or
 edit makefile.am and rebuild entrance ? 
 UPD: 
 I'm added --with-xsession=/usr/bin/enlightenment_start in src_compile()
 at ebuild, and entrance start works fine. 
 Any ideas ?

use either of the two Xsessions present here:
http://bugs.gentoo.org/show_bug.cgi?id=301051

Copy the file to /etc/X11/Xsession and make it executable.

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance vs. KDM

2008-09-04 Thread G T Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Adam Jorgensen wrote:
 Hi all, another newbie question...
 
 When starting E from Entrance however, this is not the case and,
 additionally, the E file browser does not function correctly (Displays
 a blank window rather than a home folder)
 
 Does anyone have any tips as to how I can get Entrance up and running
 as my login manager and have it function as well as KDM does
 currently...
 
 Incidentally, I'm running Mandriva 2008.1...
 

I do not know whether this will be of help to you as it is a bit dated
and AFAIK only valid for openSuSE 10.2 (I am about to attempt this
exercise with openSuSE 11.0 which could be fun) but this might give a
few pointers ...

I have not used mandrake/mandriva for years and have little recollection
of whether it uses something equivalent to the SuSE xdm script to select
the initial login and desktop. Paths may be radically different and the
entrance-edit bit may have changed since then.

I had to make two changes to the file /etc/init.d/xdm which handles
display manager selection on boot, the lines marked + had to be be
added. BTW openSuSE sets the $DISPLAYMANAGER variable from a file in
/etc/sysconfig and the values are normally managed by YaST. Now mandrake
will do this differently but the principle remains the same...


  case ${DISPLAYMANAGER##*/} in
  kdm|kde|KDM|KDE)   DISPLAYMANAGER=/opt/kde3/bin/kdm
 PIDFILE=/var/run/kdm.pid
 ;;
  xdm)   DISPLAYMANAGER=$XDM_BIN
 ;;
  gdm|GDM|Gnome|GNOME) DISPLAYMANAGER=/opt/gnome/sbin/gdm
 PIDFILE=/var/run/gdm.pid
 ;;
  wdm|WDM)   DISPLAYMANAGER=/usr/X11R6/bin/wdm
 ;;
  console)   exit 0
 ;;
+ entrance)  DISPLAYMANAGER=/usr/sbin/entranced
+  PIDFILE=/var/run/entranced.pid
+;;
  *) DISPLAYMANAGER=$XDM_BIN
 if test -x /opt/kde3/bin/kdm; then
DISPLAYMANAGER=/opt/kde3/bin/kdm
PIDFILE=/var/run/kdm.pid
 fi
 ;;
  esac

and

if [ $DISPLAYMANAGER = /opt/gnome/sbin/gdm -a \
 $DISPLAYMANAGER_REMOTE_ACCESS = yes  -a \
 $DISPLAYMANAGER_STARTS_XSERVER = no ]; then
XDMOPTIONS=--no-console
fi

+ if [ $DISPLAYMANAGER = /usr/sbin/entranced ]; then
+XDMOPTIONS=-nodaemon
+ fi

Then either modify the entrance configuration file with...

entrance_edit --xserver /var/X11R6/bin/X -quiet -nolisten tcp vt7

or set a soft link from /usr/X11R6/bin/X to /usr/bin/Xorg




- --
==
I have always wished that my computer would be as easy to use as my
telephone.
My wish has come true. I no longer know how to use my telephone.

Bjarne Stroustrup
==
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iEYEARECAAYFAki/rOEACgkQasN0sSnLmgKB1ACg1qnzCQ75Ow0H02OSBUPXiCrz
1DQAoJvJJTI412pPOTq1Bce8Q5rq9aho
=2zsV
-END PGP SIGNATURE-

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance vs. KDM

2008-09-04 Thread Adam Jorgensen
Okay, I guess I wasn't too clear...

I don't have any problems actually setting Entrance to run as my
Display Manager. That's easy enough to do.

Mandriva uses the dm.d service to manage WMs.

This is described at: http://wiki.mandriva.com/en/Development/Howto/Wmsession

The problem I have is not in getting Entrance to run as the display
manager, but rather for it to start E correctly.

I'm not sure why, but when I start E from Entrance it doesn't recieve
correct (or maybe any) information about my common Desktop Icons, etc.

This is a bit of a pain and it would be nice if I could find out how
to fix this.

Does anyone have any suggestions?

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance vs. KDM

2008-09-04 Thread Ross Vandegrift
On Thu, Sep 04, 2008 at 12:58:03PM +0200, Adam Jorgensen wrote:
 I'm not sure why, but when I start E from Entrance it doesn't recieve
 correct (or maybe any) information about my common Desktop Icons, etc.
 
 This is a bit of a pain and it would be nice if I could find out how
 to fix this.
 
 Does anyone have any suggestions?

It's all going to depend on the session that Entrace is starting vs.
the session that KDM is starting.  Different distros and display
managers have different ways of managing the possible sessions to
start.  You'll need to figure out where your distro keeps the possible
Xsessions (the ones that appear on the menu as possible sessions in
KDM/Entrace) and find out what they are doing differently.

Personally, all that is too difficult.  I just have an ~/.xsession
that does exactly what I want.  Default is typically the name of
the session that will run your ~/.xsession script.  

-- 
Ross Vandegrift
[EMAIL PROTECTED]

The good Christian should beware of mathematicians, and all those who
make empty prophecies. The danger already exists that the mathematicians
have made a covenant with the devil to darken the spirit and to confine
man in the bonds of Hell.
--St. Augustine, De Genesi ad Litteram, Book II, xviii, 37

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance

2008-08-24 Thread Marcin M. Jessa
 On 16:12 Sat 02 Aug , Jorge Mariani wrote:
 Hi.

 Does anybody has the recipe to make Entrance work?

 I installed from dunnewind, did a sudo dpkg-reconfigure entrance  
 and
 selected Entrance.
 When I restart the machine, Entrance starts in full glory, and  
 after the
 login, all I got is a black screen. Nothing. No GNOME, no  
 Enlightenment, no
 nothing.

 Any help out there?

I had the same issue on NetBSD. It turned out my login shell had to be 
bash becouse of the -l flag used to fire up login shell. Tcsh that I 
used can not handle this hack, see entrance_session.c

Remember you can always use different login manager, login in and then 
run entrance -T to see what happens when you log in and the errors that 
may come up.



Cheers,
Marcin

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance

2008-08-07 Thread Jorge Mariani
Hi.

The entry for enlightenment.desktop states Exec=/usr/bin/ 
enlightenment_start
But I have two enlightenment_star on my system: One at /usr/bin and  
another at /usr/local/bin.

The /usr/bin gives me a black screen after the login. The /usr/local/ 
bin shows Entrance again, and again, and again.

I'll try Charles de Novelle's proposition and we'll see.

Cya.

On Aug 2, 2008, at 5:05 PM, sda wrote:

 dunno what's wrong with 'dunnewind' (some folks reported bugs  
 related to
 improper update of that repo though), but the following could help:

 http://wiki.enlightenment.org/index.php/E17_User_Guide/Entrance
 http://wiki.enlightenment.org/index.php/E17_User_Guide/Starting_from_a_graphical_login_manager

 'entrance' looks inside '$prefix/share/xsessions/' for a .desktop  
 files
 with entries to launch your X-sessions:

 example:

 cat /usr/share/xsessions/enlightenment.desktop

 [Desktop Entry]
 Encoding=UTF-8
 Name=Enlightenment
 Comment=Log in using Enlightenment (Version 0.16.999.043)
 Type=XSession
 Icon=/usr/share/enlightenment/data/images/enlightenment.png
 Exec=/usr/bin/enlightenment_start
 TryExec=/usr/bin/enlightenment_start

 also you're welcome to check my Enlightenment LiveCD where 'Entrance'
 serves as the only available login-manager:

 http://sda.scwlab.com/

 regards,
 sda

 On 16:12 Sat 02 Aug , Jorge Mariani wrote:
 Hi.

 Does anybody has the recipe to make Entrance work?

 I installed from dunnewind, did a sudo dpkg-reconfigure entrance  
 and
 selected Entrance.
 When I restart the machine, Entrance starts in full glory, and  
 after the
 login, all I got is a black screen. Nothing. No GNOME, no  
 Enlightenment, no
 nothing.

 Any help out there?

 Thank you in advance.
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's  
 challenge
 Build the coolest Linux based applications with Moblin SDK  win  
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in  
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance and fingerprint

2007-10-02 Thread The Rasterman
On Tue, 2 Oct 2007 10:42:42 +0200 Mathieu Rochette [EMAIL PROTECTED]
babbled:

 Hello,
 Currently, enlightenment seems to used its own system to authenticate (at
 least for the lock screen). It would be nice if this can be converted to the
 system used by su, sudo or gdm.
 But I don't know if this could easily be done (?)

no it doesn't. it uses pam. i removed e's own password as it's not secure
(anyone can read your e config files and if they know how, snarf your lock
password out). entrance and e17 simply need to be extended to also use other
parts of pam that interact with things like fingerprint scanners.  feel free to
provide patches :)

 in my case the only file I had to edit is /etc/pam.d/common-auth, not a file
 per application like you seem to say and it just work in
 su/sudo/gdm/gksu...
 
 Thx, Mathieu.
 
 
 On 9/29/07, Ludger Köhler [EMAIL PROTECTED] wrote:
  Hi,
  I would like to ask, if there is a way to utilize thinkfinger with
  entrance by configuration /etc/pam.d/entrance like gdm or xdm?
  Also is it possible to authenticate with thinkfinger against E17 Screen
  Lock?
 
  Thanks and Best Reguards
  Ludger
 
  -
  This SF.net email is sponsored by: Microsoft
  Defy all challenges. Microsoft(R) Visual Studio 2005.
  http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
 
 -- 
 Il y a 10 types de personnes, ceux qui savent, et ceux qui ne savent pas...
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 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)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance as dm in Mandrake

2007-01-11 Thread cessot olivier
2007/1/11, [EMAIL PROTECTED] [EMAIL PROTECTED]:

 FYI, i'm a packager for mandrivauser.de and we have set up
 a testing repo for e17 from a recent cvs checkout. I have packaged
 entrance as well as f.ex. e_modules and e_utils, but look for yourself:
 Either directly at: ftp://ftp.mandrivauser.de/rpm/extra/2007/e17/RPMS
 or you can set that up as an urpmi repository.


Good to know... (but are  Mandriva 2007 rpms compatible with my old
10.1community ? )

Oh and regarding to entrance, now i rememeber what i had to change:

 ecore_config -c /etc/entrance_config.cfg -k /entranced/xserver -s
 /usr/bin/X -quiet -nolisten tcp vt7

 because x binaries are kept at /usr/bin instead of /usr/X11R6/bin
 and i called entrance from runlevel 3 with this command:

 /etc/init.d/entrance start*
 *
 Kind Regards

 Florian Hubold


And after that, you have entrance as login manager in runlevel 5 ? Looks
magical...

off topic
Or installing your RPM automatically patches the prefdm script ? Maybe
something smarter... because it can break a non-standard installation.
I just don't know what RPM can do, I guess updating databases, copy files in
the right place and make a clean uninstall possible...
/off topic

best regards,
GBX
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance as dm in Mandrake

2007-01-10 Thread cessot olivier
In mandrake 10.1 (and maybe others), the way to go is quite easy (if you
understand shell scripts)

I give a (quite) thorough howto for newbies (not for you), because newbie I
once was and will be again when I change my distro... :)

So if there is too much information, just skip what you know and don't be
offended.

You must edit /etc/sysconfig/desktop and change the line
DISPLAYMANAGER=your_actual_dm_identifier to DISPLAYMANAGER=entrance
or the word you want to select entrance

then you must hack /etc/X11/prefdm and see what's done for kdm (or gdm),
make a copy/paste and make the appropriate changes :
replace the identifiers used for kdm to those you want to select entrance
(including the one you used in /etc/sysconfig/desktop...)
warning, the name of the login manager is entranced, not just entrance so
you must use
   preferred=entranced

One last thing : at the top of this file, the PATH variable is overwritten,
make sure your entranced binary is accessible using it !
I just wasted hours for such a stupid detail I didn't notice...

To achieve this you can append the location of entranced to the path
or make a logical link to it from one of the folders using
  ln -s /yourpath/entranced /destinationpath
with /usr/sbin as your destination path for instance (entranced is not to be
launched by users...)

I hope it can help !

GBX
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance as dm in Mandrake

2007-01-10 Thread doktor5000
cessot olivier schrieb:
 In mandrake 10.1 (and maybe others), the way to go is quite easy (if you
 understand shell scripts)

 I give a (quite) thorough howto for newbies (not for you), because newbie I
 once was and will be again when I change my distro... :)

 So if there is too much information, just skip what you know and don't be
 offended.

 You must edit /etc/sysconfig/desktop and change the line
 DISPLAYMANAGER=your_actual_dm_identifier to DISPLAYMANAGER=entrance
 or the word you want to select entrance

 then you must hack /etc/X11/prefdm and see what's done for kdm (or gdm),
 make a copy/paste and make the appropriate changes :
 replace the identifiers used for kdm to those you want to select entrance
 (including the one you used in /etc/sysconfig/desktop...)
 warning, the name of the login manager is entranced, not just entrance so
 you must use
preferred=entranced

 One last thing : at the top of this file, the PATH variable is overwritten,
 make sure your entranced binary is accessible using it !
 I just wasted hours for such a stupid detail I didn't notice...

 To achieve this you can append the location of entranced to the path
 or make a logical link to it from one of the folders using
   ln -s /yourpath/entranced /destinationpath
 with /usr/sbin as your destination path for instance (entranced is not to be
 launched by users...)

 I hope it can help !

 GBX

   
That is much too much work for a simple DM. If you like, i can show
you some config update script which does everything for you.
I have been using it in my e17 packages and after installing entrance
it can be selected via drakedm, but has to be started by hand.
If you are interested in this, please tell me.

Kind Regards

Florian Hubold


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance as dm in Mandrake

2007-01-10 Thread doktor5000
cessot olivier wrote:
 2007/1/10, [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]:

 cessot olivier schrieb:
  In mandrake 10.1 (and maybe others), the way to go is quite easy
 (if you
  understand shell scripts)
 
  I give a (quite) thorough howto for newbies (not for you),
 because newbie I
  once was and will be again when I change my distro... :)
 
  So if there is too much information, just skip what you know and
 don't be
  offended.
 
  You must edit /etc/sysconfig/desktop and change the line
  DISPLAYMANAGER=your_actual_dm_identifier to DISPLAYMANAGER=entrance
  or the word you want to select entrance
 
  then you must hack /etc/X11/prefdm and see what's done for kdm
 (or gdm),
  make a copy/paste and make the appropriate changes :
  replace the identifiers used for kdm to those you want to select
 entrance
  (including the one you used in /etc/sysconfig/desktop...)
  warning, the name of the login manager is entranced, not just
 entrance so
  you must use
 preferred=entranced
 
  One last thing : at the top of this file, the PATH variable is
 overwritten,
  make sure your entranced binary is accessible using it !
  I just wasted hours for such a stupid detail I didn't notice...
 
  To achieve this you can append the location of entranced to the path
  or make a logical link to it from one of the folders using
ln -s /yourpath/entranced /destinationpath
  with /usr/sbin as your destination path for instance (entranced
 is not to be
  launched by users...)
 
  I hope it can help !
 
  GBX
 
 
 That is much too much work for a simple DM. If you like, i can show
 you some config update script which does everything for you.
 I have been using it in my e17 packages and after installing entrance
 it can be selected via drakedm, but has to be started by hand.
 If you are interested in this, please tell me.

 Kind Regards

 Florian Hubold

 That would be nice !
 I tried to use drakdm but it simply did not allow me to choose 
 entrance (only kdm or xdm), so I did it the hard way. I'm not unhappy 
 however, since I learned  some  in the process.

 My installation works but tell me more, I can help people around my 
 try and love E.

 regards,

 GBX
FYI, i'm a packager for mandrivauser.de and we have set up
a testing repo for e17 from a recent cvs checkout. I have packaged
entrance as well as f.ex. e_modules and e_utils, but look for yourself:
Either directly at: ftp://ftp.mandrivauser.de/rpm/extra/2007/e17/RPMS
or you can set that up as an urpmi repository.

Oh and regarding to entrance, now i rememeber what i had to change:

ecore_config -c /etc/entrance_config.cfg -k /entranced/xserver -s 
/usr/bin/X -quiet -nolisten tcp vt7

because x binaries are kept at /usr/bin instead of /usr/X11R6/bin
and i called entrance from runlevel 3 with this command:

/etc/init.d/entrance start*
*
Kind Regards

Florian Hubold

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance not booting e17

2006-09-14 Thread Bernard Mentink
On 9/11/06, Bernard Mentink [EMAIL PROTECTED] wrote:



 On 9/8/06, Bernard Mentink [EMAIL PROTECTED] wrote:
 
   David Seikel wrote:
 
  On Sat, 02 Sep 2006 12:02:20 +1200 Bernard Mentink [EMAIL PROTECTED] 
  [EMAIL PROTECTED]
  wrote:
 
 
 
   Bernard Mentink wrote:
 
   Hi All,
 
  I have just upgraded entrance and note it will not strart
  enlightenment anymore, at least I think it is entrance rather that
  e17, I had upgraded e17 at the same time, but a restart of e17
 
  worked fine, it is just when I whent to check out entrance that it
  would not boot.
 
  I notice there has been a change to the menus in entrance, there is
  a single enlightenment tab, instead of the e16 and e17 tabs as in
 
  the old version. Could it be it is trying to boot e16? If so, where
  do I tell it to boot e17?
 
  Thanks,
  Bernie
 
   Anyone?
 
   Entrance is now autodetecting the sessions that are installed an your
  computer via the freedesktop.org
   (FDO) xsession files.  Three things may
  be causing your issues -
 
  A) A bug that was fixed recently, update and try again.
 
  B) The FDO specs are sometimes rather loosely followed by
  distributions.  I'm in the process of testing and tweaking the EFL FDO
 
  support on as many different distros as I can to help with this issue.
 
  C) Some people that use Enlightenment don't bother installing GNOME or
  KDE.  Some distros assume, or even prefer one of those two, and often
 
  only install the FDO files as part of GNOME or KDE.  Sometimes you can
  track down just the FDO packages and install them.  Look for GNOME or
  KDE packages with xdg, fdo, data, icon theme, or menu in their names.
 
Thanks, but I did A) and no joy. I am not sure how Entrance detects
  sessions, does it look
  in /etc/X11/Sessions/ if so, I have an e17 file in there that has this
  as it's contents:
 
 
  -/etc/X11/Sessions/e17-
   #!/bin/sh
 
   startup=$HOME/.xsession
 
   userresources=$HOME/.Xresources
   usermodmap=$HOME/.Xmodmap
   userxkbmap=$HOME/.Xkbmap
 
   sysresources=/etc/X11/Xresources
   sysmodmap=/etc/X11/Xmodmap
   sysxkbmap=/etc/X11/Xkbmap
 
 
   # merge in defaults
   if [ -f $sysresources ]; then
   xrdb -merge $sysresources
   fi
 
   if [ -f $userresources ]; then
   xrdb -merge $userresources
   fi
 
   # merge in keymaps
   if [ -f $sysxkbmap ]; then
   setxkbmap ` $sysxkbmap`
   XKB_IN_USE=yes
   fi
 
   if [ -f $userxkbmap ]; then
   setxkbmap ` $userxkbmap`
   XKB_IN_USE=yes
   fi
 
   # xkb and xmodmap don't play nice together
   if [ -z $XKB_IN_USE ]; then
   if [ -f $sysmodmap ]; then
  xmodmap $sysmodmap
   fi
 
   if [ -f $usermodmap ]; then
  xmodmap $usermodmap
   fi
   fi
 
   unset XKB_IN_USE
 
   if [ -x $startup ]; then
   exec $startup
   fi
 
   exec /usr/bin/enlightenment-0.17
 
  ---
  Any more suggestions?
 
  Thanks.
 


 Anyone?


 An update. I found the default tab in entrance boot e17 ok, but the
Enlightenment tab does not.

Cheers,
Bernie
-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance doesn't appear on the screen

2006-09-12 Thread Yasufumi Haga
Hello Bernard

On Tue, 12 Sep 2006 17:13:14 +1200,
   Bernard Mentink [EMAIL PROTECTED] wrote:

| Yasufumi Haga wrote:
|  On Mon, 11 Sep 2006 12:11:44 +0900 (JST),
| Yasufumi Haga [EMAIL PROTECTED] wrote:
| 
|  | Hi all
|  | 
|  | I updated entrance as well as e17 last night, but after
|  | rebooting my machine entrance won't appear on the screen,
|  | I mean, the dialog to login doesn't come up and the
|  | screen becomes black. entrance --test works fine and
|  | I can log in to this machine from another box by telnet.
|  | But I can't switch the console mode and X by CTRL+ALT+F1/F7,
|  | either. It had no problem to log in by using entrance
|  | till updating this time.
|  | 
|  | What happened to entrance? Is there anything wrong with my
|  | environment?
| 
|  This is a supplement.
| 
|  when I directly execute entranced in the commandline
|  at runlevel 3, it runs normally and I can log in to my machine
|  through entrance.
|  But the dialog of entrance to log in doesn't come up when booting
|  with runlevel 5. /var/log/messages contains the logs below:
| 
|  Sep 12 00:25:48 enterprise entranced: Starting X server.
|  Sep 12 00:25:49 enterprise entranced: Starting Entrance.
|  Sep 12 00:25:50 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
|  Sep 12 00:25:50 enterprise entranced: The session was terminated with 
signal 11.
|  Sep 12 00:25:53 enterprise entranced: Starting X server.
|  Sep 12 00:25:53 enterprise entranced: Starting Entrance.
|  Sep 12 00:25:53 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
|  Sep 12 00:25:53 enterprise entranced: The session was terminated with 
signal 11.
|  Sep 12 00:25:56 enterprise entranced: Starting X server.
|  Sep 12 00:25:56 enterprise entranced: Starting Entrance.
|  Sep 12 00:25:56 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
|  Sep 12 00:25:56 enterprise entranced: The session was terminated with 
signal 11.
|  Sep 12 00:25:59 enterprise entranced: Starting X server.
|  Sep 12 00:25:59 enterprise entranced: Starting Entrance.
|  Sep 12 00:26:00 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
|  Sep 12 00:26:00 enterprise entranced: The session was terminated with 
signal 11.
|  Sep 12 00:26:03 enterprise entranced: Starting X server.
|  Sep 12 00:26:03 enterprise entranced: Starting Entrance.
|  Sep 12 00:26:03 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
|  Sep 12 00:26:03 enterprise entranced: The session was terminated with 
signal 11.
|  Sep 12 00:26:06 enterprise entranced: Starting X server.
|  Sep 12 00:26:06 enterprise entranced: Starting Entrance.
|  Sep 12 00:26:06 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
|  Sep 12 00:26:06 enterprise entranced: The session was terminated with 
signal 11.
|  Sep 12 00:26:10 enterprise entranced: Starting X server.
|  Sep 12 00:26:10 enterprise entranced: Starting Entrance.
|  Sep 12 00:26:10 enterprise entranced: The session was terminated with 
signal 11.
|  Sep 12 00:26:13 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
|  Sep 12 00:26:13 enterprise entranced: The session was terminated with 
signal 11.
|  Sep 12 00:26:14 enterprise entranced: Starting X server.
|  Sep 12 00:26:14 enterprise entranced: Starting Entrance.
|  Sep 12 00:26:15 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
|  Sep 12 00:26:15 enterprise entranced: The session was terminated with 
signal 11.
|  Sep 12 00:26:18 enterprise entranced: Starting X server.
|  Sep 12 00:26:18 enterprise entranced: Starting Entrance.
|  Sep 12 00:26:18 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
|  Sep 12 00:26:18 enterprise entranced: The session was terminated with 
signal 11.
|  Sep 12 00:26:21 enterprise entranced: Starting X server.
|  Sep 12 00:26:21 enterprise entranced: Starting Entrance.
|  Sep 12 00:26:21 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
|  Sep 12 00:26:21 enterprise entranced: The session was terminated with 
signal 11.
|  Sep 12 00:26:25 enterprise init: Id x respawning too fast: disabled for 5 
minutes
| 
|  Regards.
| 
|  ---
|  Thank you for telling me the truth.  --- HAL9000 in 2010
|   Yasufumi Haga   [EMAIL PROTECTED]
|   http://homepage3.nifty.com/peterpan/
|   fingerprint:0EFA 299A BC32 7D68 1FEF  BA2B 804E 9B15 C4F0 F9F0
| 
|  -
|  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=lnkkid=120709bid=263057dat=121642
|  ___
|  enlightenment-users mailing list
|  enlightenment-users@lists.sourceforge.net
|  

Re: [e-users] entrance doesn't appear on the screen

2006-09-11 Thread Yasufumi Haga
On Mon, 11 Sep 2006 12:11:44 +0900 (JST),
   Yasufumi Haga [EMAIL PROTECTED] wrote:

| Hi all
| 
| I updated entrance as well as e17 last night, but after
| rebooting my machine entrance won't appear on the screen,
| I mean, the dialog to login doesn't come up and the
| screen becomes black. entrance --test works fine and
| I can log in to this machine from another box by telnet.
| But I can't switch the console mode and X by CTRL+ALT+F1/F7,
| either. It had no problem to log in by using entrance
| till updating this time.
| 
| What happened to entrance? Is there anything wrong with my
| environment?

This is a supplement.

when I directly execute entranced in the commandline
at runlevel 3, it runs normally and I can log in to my machine
through entrance.
But the dialog of entrance to log in doesn't come up when booting
with runlevel 5. /var/log/messages contains the logs below:

Sep 12 00:25:48 enterprise entranced: Starting X server.
Sep 12 00:25:49 enterprise entranced: Starting Entrance.
Sep 12 00:25:50 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
Sep 12 00:25:50 enterprise entranced: The session was terminated with signal 11.
Sep 12 00:25:53 enterprise entranced: Starting X server.
Sep 12 00:25:53 enterprise entranced: Starting Entrance.
Sep 12 00:25:53 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
Sep 12 00:25:53 enterprise entranced: The session was terminated with signal 11.
Sep 12 00:25:56 enterprise entranced: Starting X server.
Sep 12 00:25:56 enterprise entranced: Starting Entrance.
Sep 12 00:25:56 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
Sep 12 00:25:56 enterprise entranced: The session was terminated with signal 11.
Sep 12 00:25:59 enterprise entranced: Starting X server.
Sep 12 00:25:59 enterprise entranced: Starting Entrance.
Sep 12 00:26:00 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
Sep 12 00:26:00 enterprise entranced: The session was terminated with signal 11.
Sep 12 00:26:03 enterprise entranced: Starting X server.
Sep 12 00:26:03 enterprise entranced: Starting Entrance.
Sep 12 00:26:03 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
Sep 12 00:26:03 enterprise entranced: The session was terminated with signal 11.
Sep 12 00:26:06 enterprise entranced: Starting X server.
Sep 12 00:26:06 enterprise entranced: Starting Entrance.
Sep 12 00:26:06 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
Sep 12 00:26:06 enterprise entranced: The session was terminated with signal 11.
Sep 12 00:26:10 enterprise entranced: Starting X server.
Sep 12 00:26:10 enterprise entranced: Starting Entrance.
Sep 12 00:26:10 enterprise entranced: The session was terminated with signal 11.
Sep 12 00:26:13 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
Sep 12 00:26:13 enterprise entranced: The session was terminated with signal 11.
Sep 12 00:26:14 enterprise entranced: Starting X server.
Sep 12 00:26:14 enterprise entranced: Starting Entrance.
Sep 12 00:26:15 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
Sep 12 00:26:15 enterprise entranced: The session was terminated with signal 11.
Sep 12 00:26:18 enterprise entranced: Starting X server.
Sep 12 00:26:18 enterprise entranced: Starting Entrance.
Sep 12 00:26:18 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
Sep 12 00:26:18 enterprise entranced: The session was terminated with signal 11.
Sep 12 00:26:21 enterprise entranced: Starting X server.
Sep 12 00:26:21 enterprise entranced: Starting Entrance.
Sep 12 00:26:21 enterprise entranced: Entrance GUI initialization failure. 
Aborting.
Sep 12 00:26:21 enterprise entranced: The session was terminated with signal 11.
Sep 12 00:26:25 enterprise init: Id x respawning too fast: disabled for 5 
minutes

Regards.

---
Thank you for telling me the truth.  --- HAL9000 in 2010
 Yasufumi Haga   [EMAIL PROTECTED]
 http://homepage3.nifty.com/peterpan/
 fingerprint:0EFA 299A BC32 7D68 1FEF  BA2B 804E 9B15 C4F0 F9F0

-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance doesn't appear on the screen

2006-09-11 Thread Bernard Mentink
Yasufumi Haga wrote:
 On Mon, 11 Sep 2006 12:11:44 +0900 (JST),
Yasufumi Haga [EMAIL PROTECTED] wrote:

 | Hi all
 | 
 | I updated entrance as well as e17 last night, but after
 | rebooting my machine entrance won't appear on the screen,
 | I mean, the dialog to login doesn't come up and the
 | screen becomes black. entrance --test works fine and
 | I can log in to this machine from another box by telnet.
 | But I can't switch the console mode and X by CTRL+ALT+F1/F7,
 | either. It had no problem to log in by using entrance
 | till updating this time.
 | 
 | What happened to entrance? Is there anything wrong with my
 | environment?

 This is a supplement.

 when I directly execute entranced in the commandline
 at runlevel 3, it runs normally and I can log in to my machine
 through entrance.
 But the dialog of entrance to log in doesn't come up when booting
 with runlevel 5. /var/log/messages contains the logs below:

 Sep 12 00:25:48 enterprise entranced: Starting X server.
 Sep 12 00:25:49 enterprise entranced: Starting Entrance.
 Sep 12 00:25:50 enterprise entranced: Entrance GUI initialization failure. 
 Aborting.
 Sep 12 00:25:50 enterprise entranced: The session was terminated with signal 
 11.
 Sep 12 00:25:53 enterprise entranced: Starting X server.
 Sep 12 00:25:53 enterprise entranced: Starting Entrance.
 Sep 12 00:25:53 enterprise entranced: Entrance GUI initialization failure. 
 Aborting.
 Sep 12 00:25:53 enterprise entranced: The session was terminated with signal 
 11.
 Sep 12 00:25:56 enterprise entranced: Starting X server.
 Sep 12 00:25:56 enterprise entranced: Starting Entrance.
 Sep 12 00:25:56 enterprise entranced: Entrance GUI initialization failure. 
 Aborting.
 Sep 12 00:25:56 enterprise entranced: The session was terminated with signal 
 11.
 Sep 12 00:25:59 enterprise entranced: Starting X server.
 Sep 12 00:25:59 enterprise entranced: Starting Entrance.
 Sep 12 00:26:00 enterprise entranced: Entrance GUI initialization failure. 
 Aborting.
 Sep 12 00:26:00 enterprise entranced: The session was terminated with signal 
 11.
 Sep 12 00:26:03 enterprise entranced: Starting X server.
 Sep 12 00:26:03 enterprise entranced: Starting Entrance.
 Sep 12 00:26:03 enterprise entranced: Entrance GUI initialization failure. 
 Aborting.
 Sep 12 00:26:03 enterprise entranced: The session was terminated with signal 
 11.
 Sep 12 00:26:06 enterprise entranced: Starting X server.
 Sep 12 00:26:06 enterprise entranced: Starting Entrance.
 Sep 12 00:26:06 enterprise entranced: Entrance GUI initialization failure. 
 Aborting.
 Sep 12 00:26:06 enterprise entranced: The session was terminated with signal 
 11.
 Sep 12 00:26:10 enterprise entranced: Starting X server.
 Sep 12 00:26:10 enterprise entranced: Starting Entrance.
 Sep 12 00:26:10 enterprise entranced: The session was terminated with signal 
 11.
 Sep 12 00:26:13 enterprise entranced: Entrance GUI initialization failure. 
 Aborting.
 Sep 12 00:26:13 enterprise entranced: The session was terminated with signal 
 11.
 Sep 12 00:26:14 enterprise entranced: Starting X server.
 Sep 12 00:26:14 enterprise entranced: Starting Entrance.
 Sep 12 00:26:15 enterprise entranced: Entrance GUI initialization failure. 
 Aborting.
 Sep 12 00:26:15 enterprise entranced: The session was terminated with signal 
 11.
 Sep 12 00:26:18 enterprise entranced: Starting X server.
 Sep 12 00:26:18 enterprise entranced: Starting Entrance.
 Sep 12 00:26:18 enterprise entranced: Entrance GUI initialization failure. 
 Aborting.
 Sep 12 00:26:18 enterprise entranced: The session was terminated with signal 
 11.
 Sep 12 00:26:21 enterprise entranced: Starting X server.
 Sep 12 00:26:21 enterprise entranced: Starting Entrance.
 Sep 12 00:26:21 enterprise entranced: Entrance GUI initialization failure. 
 Aborting.
 Sep 12 00:26:21 enterprise entranced: The session was terminated with signal 
 11.
 Sep 12 00:26:25 enterprise init: Id x respawning too fast: disabled for 5 
 minutes

 Regards.

 ---
 Thank you for telling me the truth.  --- HAL9000 in 2010
  Yasufumi Haga   [EMAIL PROTECTED]
  http://homepage3.nifty.com/peterpan/
  fingerprint:0EFA 299A BC32 7D68 1FEF  BA2B 804E 9B15 C4F0 F9F0

 -
 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=lnkkid=120709bid=263057dat=121642
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

   

I have the same Issue for some time ..

see this thread: entrance not booting e17

Cheers,
Bernard

-
Using Tomcat but need to do more? 

Re: [e-users] entrance not booting e17

2006-09-10 Thread Bernard Mentink
On 9/8/06, Bernard Mentink [EMAIL PROTECTED] wrote:



  
  


David Seikel wrote:

  On Sat, 02 Sep 2006 12:02:20 +1200 Bernard Mentink [EMAIL PROTECTED]
wrote:

  
  
Bernard Mentink wrote:

  Hi All,I have just upgraded entrance and note it will not strart enlightenment anymore, at least I think it is entrance rather that e17, I had upgraded e17 at the same time, but a restart of e17
worked fine, it is just when I whent to check out entrance that itwould not boot.I notice there has been a change to the menus in entrance, there isa single enlightenment tab, instead of the e16 and e17 tabs as in
the old version. Could it be it is trying to boot e16? If so, wheredo I tell it to boot e17?Thanks,Bernie  

Anyone?
  
  Entrance is now autodetecting the sessions that are installed an yourcomputer via the freedesktop.org
 (FDO) xsession files.  Three things maybe causing your issues -A) A bug that was fixed recently, update and try again.B) The FDO specs are sometimes rather loosely followed bydistributions.  I'm in the process of testing and tweaking the EFL FDO
support on as many different distros as I can to help with this issue.C) Some people that use Enlightenment don't bother installing GNOME orKDE.  Some distros assume, or even prefer one of those two, and often
only install the FDO files as part of GNOME or KDE.  Sometimes you cantrack down just the FDO packages and install them.  Look for GNOME orKDE packages with xdg, fdo, data, icon theme, or menu in their names.
  

Thanks, but I did A) and no joy. I am not sure how Entrance detects
sessions, does it look
in /etc/X11/Sessions/
if so, I have an e17 file in there that has this as it's contents:

-/etc/X11/Sessions/e17-
#!/bin/sh

startup=$HOME/.xsession

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
userxkbmap=$HOME/.Xkbmap

sysresources=/etc/X11/Xresources
sysmodmap=/etc/X11/Xmodmap
sysxkbmap=/etc/X11/Xkbmap


# merge in defaults
if [ -f $sysresources ]; then
 xrdb -merge $sysresources
fi

if [ -f $userresources ]; then
 xrdb -merge $userresources
fi

# merge in keymaps
if [ -f $sysxkbmap ]; then
 setxkbmap ` $sysxkbmap`
 XKB_IN_USE=yes
fi

if [ -f $userxkbmap ]; then
 setxkbmap ` $userxkbmap`
 XKB_IN_USE=yes
fi

# xkb and xmodmap don't play nice together
if [ -z $XKB_IN_USE ]; then
 if [ -f $sysmodmap ]; then
 xmodmap $sysmodmap
 fi

 if [ -f $usermodmap ]; then
 xmodmap $usermodmap
 fi
fi

unset XKB_IN_USE

if [ -x $startup ]; then
 exec $startup
fi

exec /usr/bin/enlightenment-0.17
---
Any more suggestions?

Thanks.Anyone? 
-
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=lnkkid=120709bid=263057dat=121642___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance not booting e17

2006-09-08 Thread Bernard Mentink




David Seikel wrote:

  On Sat, 02 Sep 2006 12:02:20 +1200 Bernard Mentink [EMAIL PROTECTED]
wrote:

  
  
Bernard Mentink wrote:


  Hi All,

I have just upgraded entrance and note it will not strart 
enlightenment anymore, at least I think it is entrance rather that 
e17, I had upgraded e17 at the same time, but a restart of e17
worked fine, it is just when I whent to check out entrance that it
would not boot.

I notice there has been a change to the menus in entrance, there is
a single enlightenment tab, instead of the e16 and e17 tabs as in
the old version. Could it be it is trying to boot e16? If so, where
do I tell it to boot e17?

Thanks,
Bernie
  

Anyone?

  
  
Entrance is now autodetecting the sessions that are installed an your
computer via the freedesktop.org (FDO) xsession files.  Three things may
be causing your issues -

A) A bug that was fixed recently, update and try again.

B) The FDO specs are sometimes rather loosely followed by
distributions.  I'm in the process of testing and tweaking the EFL FDO
support on as many different distros as I can to help with this issue.

C) Some people that use Enlightenment don't bother installing GNOME or
KDE.  Some distros assume, or even prefer one of those two, and often
only install the FDO files as part of GNOME or KDE.  Sometimes you can
track down just the FDO packages and install them.  Look for GNOME or
KDE packages with xdg, fdo, data, icon theme, or menu in their names.
  

Thanks, but I did A) and no joy. I am not sure how Entrance detects
sessions, does it look
in /etc/X11/Sessions/
if so, I have an e17 file in there that has this as it's contents:

-/etc/X11/Sessions/e17-
#!/bin/sh

startup=$HOME/.xsession

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
userxkbmap=$HOME/.Xkbmap

sysresources=/etc/X11/Xresources
sysmodmap=/etc/X11/Xmodmap
sysxkbmap=/etc/X11/Xkbmap


# merge in defaults
if [ -f "$sysresources" ]; then
 xrdb -merge "$sysresources"
fi

if [ -f "$userresources" ]; then
 xrdb -merge "$userresources"
fi

# merge in keymaps
if [ -f "$sysxkbmap" ]; then
 setxkbmap ` "$sysxkbmap"`
 XKB_IN_USE=yes
fi

if [ -f "$userxkbmap" ]; then
 setxkbmap ` "$userxkbmap"`
 XKB_IN_USE=yes
fi

# xkb and xmodmap don't play nice together
if [ -z "$XKB_IN_USE" ]; then
 if [ -f "$sysmodmap" ]; then
 xmodmap "$sysmodmap"
 fi

 if [ -f "$usermodmap" ]; then
 xmodmap "$usermodmap"
 fi
fi

unset XKB_IN_USE

if [ -x "$startup" ]; then
 exec "$startup"
fi

exec /usr/bin/enlightenment-0.17
---
Any more suggestions?

Thanks.







-
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=lnkkid=120709bid=263057dat=121642___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance not booting e17

2006-09-01 Thread Bernard Mentink
Bernard Mentink wrote:
 Hi All,

 I have just upgraded entrance and note it will not strart 
 enlightenment anymore, at least I think it is entrance rather that 
 e17, I had upgraded e17 at the same time, but a restart of e17 worked 
 fine, it is just when I whent to check out entrance that it would not 
 boot.

 I notice there has been a change to the menus in entrance, there is a 
 single enlightenment tab, instead of the e16 and e17 tabs as in the 
 old version. Could it be it is trying to boot e16? If so, where do I 
 tell it to boot e17?

 Thanks,
 Bernie

Anyone?


-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance on CentOS

2006-08-27 Thread Steven H. Smith
Andy

DISPLAYMANAGER=E17 not DESKTOP=E17 was the culprit.

Thanks for the link

Steve

On Sat, 2006-08-26 at 22:33 -0700, Andrew Grimberg wrote:
 Steven,
 
 You might want to take a look at the instructions available here:
 http://sps.nus.edu.sg/~didierbe/share/setup_entrance_fc4.txt for CentOS
 as Cent 4.3 most closely resembles FC4 and not FC5.
 
 -Andy-
 
 On Sat, 2006-08-26 at 23:53 -0500, Steven H. Smith wrote:
  Yes, actually I did look at Greg's suggestions.  Your thread is what
  spurred me to try and act on the entrance issue.  
  
  CentOS is a free binary distribution of freely available Red Hat EL
  source.  So I thought your FC solutions may help, but no such luck.  FC
  is more bleeding edge.  CentOS is still using X116.
  
  Thanks
  
  SHS
  
  On Sat, 2006-08-26 at 23:21 -0500, Laurence Vanek wrote:
   Steven H. Smith wrote:
Can anyone point me to a solution for running entrance on CentOS release
4.3?

I've changed:

   /etc/sysconfig/desktop to reflect DESKTOP=E17

   /etc/X11/prefdm to reflect 
  
   elif [ $DISPLAYMANAGER = E17 ]; then
preferred=/usr/local/sbin/entranced

   

but no entrance on start.

Thanks

SHS

   Im not familiar with your O/S but did you try Greg Kriehn's suggestions,
   perhaps they will help.  We
   are dealing with FC5 where X is at /usr/bin/X  the Xsession file
   resides in /etc/X11/xinit Is that your case?
   
   from Greg's post:
   
BACKGROUND:
   
1.)  Configuration for /etc/entrance_config.cfg
   
Currently, entrance is setup for a system that still uses X11R6 from
X.org instead of the new X11R7 files.  You can check this with the
following command:
   
 sudo ecore_config -c /etc/entrance_config.cfg -a
   
Look at the last line.  If will say:
   
 /entranced/xserver string /usr/X11R6/bin/X -quiet -nolisten tcp
 vt7
   
Because of this, entrance will not launch successfully.  It certainly
tries, as can be verified by checking your /var/log/messages file, 
but
fails because X.org uses X11R7 under FC5.  Notice the release 
notes of
Fedora Core 5.  See the third point, in particular.
-
   
As you know, this has caused many headaches for people (including
myself), because developers for particular packages have not had 
time to
change their source code before the release of FC5.  Specific to
entrance, notice that it looks for X in /usr/X11R6/bin instead 
of in
/usr/bin, where everything is now installed.  But this can easily 
be
fixed.  Simply run the command:
   
   sudo ecore_config -c /etc/entrance_config.cfg -k 
/entranced/xserver
-s usr/bin/X -quiet -nolisten tcp vt7
   
Now run:
   
   sudo ecore_config -c /etc/entrance_config.cfg -a
   
The last line should now say:
   
   /entranced/xserver  string  usr/bin/X -quiet -nolisten tcp vt7
   
You are now capable of running entrance in FC5.  But only if
the /etc/entrance_config.cfg file is not changed again.  It would be
good to set this up so that when entrance is installed on FC5, it 
points
to the proper directory automatically.
   
2.)  Location of the Xsession file.
   
Previously in FC4, Xsession could be found in only one location:
/etc/X11/xdm/Xsession.  With FC5, things have gotten a bit more
complicated.  There are now two locations: /etc/X11/xdm/Xsession 
and
/etc/X11/xinit/Xsession.  Both gdm and kdm (when launching a 
gnome
or kde session, respectively) are pointed to look at
/etc/X11/xinit/Xsession, which is where the old Xsession file 
from
FC4 is now located (with some minor changes).  
/etc/X11/xdm/Xsession
contains a new file that is specific to only xdm and is very 
sparse.
However, when entrance launches an enlightenment session, it still 
looks
for configuration info in /etc/X11/xdm/Xsession, not
/etc/X11/xinit/Xsession.  Check /var/log/messages to verify this.
For enlightenment, this causes problems because dbus (the messagebus
daemon) information will not be configured due to the major 
differences
between the two files, among other things.
   
Theoretically, we could just copy /etc/X11/xdm/Xsession to
/etc/X11/xdm/Xsession.bak and then force a soft link from
/etc/X11/xinit/Xsession to /etc/X11/xdm/Xsession, but this is a
hack, and a poor one at that.  It would be much better to have 
entrance
set up so that it looks at /etc/X11/xinit/Xsession instead for FC5.
Then entrance and enlightenment can both be launched properly.
   
Can one of the developers perhaps update the configure script for
entrance to reflect the new changes so that it will work robustly 
with
both X11R6 and X11R7?
   
   
   
  -
  Using Tomcat but 

Re: [e-users] entrance on CentOS

2006-08-26 Thread Laurence Vanek
Steven H. Smith wrote:
 Can anyone point me to a solution for running entrance on CentOS release
 4.3?
 
 I've changed:
 
/etc/sysconfig/desktop to reflect DESKTOP=E17
 
/etc/X11/prefdm to reflect 
   
elif [ $DISPLAYMANAGER = E17 ]; then
 preferred=/usr/local/sbin/entranced
 

 
 but no entrance on start.
 
 Thanks
 
 SHS
 
Im not familiar with your O/S but did you try Greg Kriehn's suggestions,
perhaps they will help.  We
are dealing with FC5 where X is at /usr/bin/X  the Xsession file
resides in /etc/X11/xinit Is that your case?

from Greg's post:

 BACKGROUND:

 1.)  Configuration for /etc/entrance_config.cfg

 Currently, entrance is setup for a system that still uses X11R6 from
 X.org instead of the new X11R7 files.  You can check this with the
 following command:

  sudo ecore_config -c /etc/entrance_config.cfg -a

 Look at the last line.  If will say:

  /entranced/xserver string /usr/X11R6/bin/X -quiet -nolisten tcp
  vt7

 Because of this, entrance will not launch successfully.  It certainly
 tries, as can be verified by checking your /var/log/messages file, but
 fails because X.org uses X11R7 under FC5.  Notice the release notes of
 Fedora Core 5.  See the third point, in particular.
 -

 As you know, this has caused many headaches for people (including
 myself), because developers for particular packages have not had time to
 change their source code before the release of FC5.  Specific to
 entrance, notice that it looks for X in /usr/X11R6/bin instead of in
 /usr/bin, where everything is now installed.  But this can easily be
 fixed.  Simply run the command:

sudo ecore_config -c /etc/entrance_config.cfg -k /entranced/xserver
 -s usr/bin/X -quiet -nolisten tcp vt7

 Now run:

sudo ecore_config -c /etc/entrance_config.cfg -a

 The last line should now say:

/entranced/xserver  string  usr/bin/X -quiet -nolisten tcp vt7

 You are now capable of running entrance in FC5.  But only if
 the /etc/entrance_config.cfg file is not changed again.  It would be
 good to set this up so that when entrance is installed on FC5, it points
 to the proper directory automatically.

 2.)  Location of the Xsession file.

 Previously in FC4, Xsession could be found in only one location:
 /etc/X11/xdm/Xsession.  With FC5, things have gotten a bit more
 complicated.  There are now two locations: /etc/X11/xdm/Xsession and
 /etc/X11/xinit/Xsession.  Both gdm and kdm (when launching a gnome
 or kde session, respectively) are pointed to look at
 /etc/X11/xinit/Xsession, which is where the old Xsession file from
 FC4 is now located (with some minor changes).  /etc/X11/xdm/Xsession
 contains a new file that is specific to only xdm and is very sparse.
 However, when entrance launches an enlightenment session, it still looks
 for configuration info in /etc/X11/xdm/Xsession, not
 /etc/X11/xinit/Xsession.  Check /var/log/messages to verify this.
 For enlightenment, this causes problems because dbus (the messagebus
 daemon) information will not be configured due to the major differences
 between the two files, among other things.

 Theoretically, we could just copy /etc/X11/xdm/Xsession to
 /etc/X11/xdm/Xsession.bak and then force a soft link from
 /etc/X11/xinit/Xsession to /etc/X11/xdm/Xsession, but this is a
 hack, and a poor one at that.  It would be much better to have entrance
 set up so that it looks at /etc/X11/xinit/Xsession instead for FC5.
 Then entrance and enlightenment can both be launched properly.

 Can one of the developers perhaps update the configure script for
 entrance to reflect the new changes so that it will work robustly with
 both X11R6 and X11R7?




-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance on CentOS

2006-08-26 Thread Steven H. Smith
Yes, actually I did look at Greg's suggestions.  Your thread is what
spurred me to try and act on the entrance issue.  

CentOS is a free binary distribution of freely available Red Hat EL
source.  So I thought your FC solutions may help, but no such luck.  FC
is more bleeding edge.  CentOS is still using X116.

Thanks

SHS

On Sat, 2006-08-26 at 23:21 -0500, Laurence Vanek wrote:
 Steven H. Smith wrote:
  Can anyone point me to a solution for running entrance on CentOS release
  4.3?
  
  I've changed:
  
 /etc/sysconfig/desktop to reflect DESKTOP=E17
  
 /etc/X11/prefdm to reflect 

 elif [ $DISPLAYMANAGER = E17 ]; then
  preferred=/usr/local/sbin/entranced
  
 
  
  but no entrance on start.
  
  Thanks
  
  SHS
  
 Im not familiar with your O/S but did you try Greg Kriehn's suggestions,
 perhaps they will help.  We
 are dealing with FC5 where X is at /usr/bin/X  the Xsession file
 resides in /etc/X11/xinit Is that your case?
 
 from Greg's post:
 
  BACKGROUND:
 
  1.)  Configuration for /etc/entrance_config.cfg
 
  Currently, entrance is setup for a system that still uses X11R6 from
  X.org instead of the new X11R7 files.  You can check this with the
  following command:
 
   sudo ecore_config -c /etc/entrance_config.cfg -a
 
  Look at the last line.  If will say:
 
   /entranced/xserver string /usr/X11R6/bin/X -quiet -nolisten tcp
   vt7
 
  Because of this, entrance will not launch successfully.  It certainly
  tries, as can be verified by checking your /var/log/messages file, but
  fails because X.org uses X11R7 under FC5.  Notice the release notes of
  Fedora Core 5.  See the third point, in particular.
  -
 
  As you know, this has caused many headaches for people (including
  myself), because developers for particular packages have not had time to
  change their source code before the release of FC5.  Specific to
  entrance, notice that it looks for X in /usr/X11R6/bin instead of in
  /usr/bin, where everything is now installed.  But this can easily be
  fixed.  Simply run the command:
 
 sudo ecore_config -c /etc/entrance_config.cfg -k /entranced/xserver
  -s usr/bin/X -quiet -nolisten tcp vt7
 
  Now run:
 
 sudo ecore_config -c /etc/entrance_config.cfg -a
 
  The last line should now say:
 
 /entranced/xserver  string  usr/bin/X -quiet -nolisten tcp vt7
 
  You are now capable of running entrance in FC5.  But only if
  the /etc/entrance_config.cfg file is not changed again.  It would be
  good to set this up so that when entrance is installed on FC5, it points
  to the proper directory automatically.
 
  2.)  Location of the Xsession file.
 
  Previously in FC4, Xsession could be found in only one location:
  /etc/X11/xdm/Xsession.  With FC5, things have gotten a bit more
  complicated.  There are now two locations: /etc/X11/xdm/Xsession and
  /etc/X11/xinit/Xsession.  Both gdm and kdm (when launching a gnome
  or kde session, respectively) are pointed to look at
  /etc/X11/xinit/Xsession, which is where the old Xsession file from
  FC4 is now located (with some minor changes).  /etc/X11/xdm/Xsession
  contains a new file that is specific to only xdm and is very sparse.
  However, when entrance launches an enlightenment session, it still looks
  for configuration info in /etc/X11/xdm/Xsession, not
  /etc/X11/xinit/Xsession.  Check /var/log/messages to verify this.
  For enlightenment, this causes problems because dbus (the messagebus
  daemon) information will not be configured due to the major differences
  between the two files, among other things.
 
  Theoretically, we could just copy /etc/X11/xdm/Xsession to
  /etc/X11/xdm/Xsession.bak and then force a soft link from
  /etc/X11/xinit/Xsession to /etc/X11/xdm/Xsession, but this is a
  hack, and a poor one at that.  It would be much better to have entrance
  set up so that it looks at /etc/X11/xinit/Xsession instead for FC5.
  Then entrance and enlightenment can both be launched properly.
 
  Can one of the developers perhaps update the configure script for
  entrance to reflect the new changes so that it will work robustly with
  both X11R6 and X11R7?
 
 
 


smime.p7s
Description: S/MIME cryptographic signature
-
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=lnkkid=120709bid=263057dat=121642___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance on CentOS

2006-08-26 Thread Andrew Grimberg
Steven,

You might want to take a look at the instructions available here:
http://sps.nus.edu.sg/~didierbe/share/setup_entrance_fc4.txt for CentOS
as Cent 4.3 most closely resembles FC4 and not FC5.

-Andy-

On Sat, 2006-08-26 at 23:53 -0500, Steven H. Smith wrote:
 Yes, actually I did look at Greg's suggestions.  Your thread is what
 spurred me to try and act on the entrance issue.  
 
 CentOS is a free binary distribution of freely available Red Hat EL
 source.  So I thought your FC solutions may help, but no such luck.  FC
 is more bleeding edge.  CentOS is still using X116.
 
 Thanks
 
 SHS
 
 On Sat, 2006-08-26 at 23:21 -0500, Laurence Vanek wrote:
  Steven H. Smith wrote:
   Can anyone point me to a solution for running entrance on CentOS release
   4.3?
   
   I've changed:
   
  /etc/sysconfig/desktop to reflect DESKTOP=E17
   
  /etc/X11/prefdm to reflect 
 
  elif [ $DISPLAYMANAGER = E17 ]; then
   preferred=/usr/local/sbin/entranced
   
  
   
   but no entrance on start.
   
   Thanks
   
   SHS
   
  Im not familiar with your O/S but did you try Greg Kriehn's suggestions,
  perhaps they will help.  We
  are dealing with FC5 where X is at /usr/bin/X  the Xsession file
  resides in /etc/X11/xinit Is that your case?
  
  from Greg's post:
  
   BACKGROUND:
  
   1.)  Configuration for /etc/entrance_config.cfg
  
   Currently, entrance is setup for a system that still uses X11R6 from
   X.org instead of the new X11R7 files.  You can check this with the
   following command:
  
sudo ecore_config -c /etc/entrance_config.cfg -a
  
   Look at the last line.  If will say:
  
/entranced/xserver string /usr/X11R6/bin/X -quiet -nolisten tcp
vt7
  
   Because of this, entrance will not launch successfully.  It certainly
   tries, as can be verified by checking your /var/log/messages file, but
   fails because X.org uses X11R7 under FC5.  Notice the release notes 
   of
   Fedora Core 5.  See the third point, in particular.
   -
  
   As you know, this has caused many headaches for people (including
   myself), because developers for particular packages have not had time 
   to
   change their source code before the release of FC5.  Specific to
   entrance, notice that it looks for X in /usr/X11R6/bin instead of 
   in
   /usr/bin, where everything is now installed.  But this can easily be
   fixed.  Simply run the command:
  
  sudo ecore_config -c /etc/entrance_config.cfg -k /entranced/xserver
   -s usr/bin/X -quiet -nolisten tcp vt7
  
   Now run:
  
  sudo ecore_config -c /etc/entrance_config.cfg -a
  
   The last line should now say:
  
  /entranced/xserver  string  usr/bin/X -quiet -nolisten tcp vt7
  
   You are now capable of running entrance in FC5.  But only if
   the /etc/entrance_config.cfg file is not changed again.  It would be
   good to set this up so that when entrance is installed on FC5, it 
   points
   to the proper directory automatically.
  
   2.)  Location of the Xsession file.
  
   Previously in FC4, Xsession could be found in only one location:
   /etc/X11/xdm/Xsession.  With FC5, things have gotten a bit more
   complicated.  There are now two locations: /etc/X11/xdm/Xsession and
   /etc/X11/xinit/Xsession.  Both gdm and kdm (when launching a 
   gnome
   or kde session, respectively) are pointed to look at
   /etc/X11/xinit/Xsession, which is where the old Xsession file from
   FC4 is now located (with some minor changes).  /etc/X11/xdm/Xsession
   contains a new file that is specific to only xdm and is very sparse.
   However, when entrance launches an enlightenment session, it still 
   looks
   for configuration info in /etc/X11/xdm/Xsession, not
   /etc/X11/xinit/Xsession.  Check /var/log/messages to verify this.
   For enlightenment, this causes problems because dbus (the messagebus
   daemon) information will not be configured due to the major differences
   between the two files, among other things.
  
   Theoretically, we could just copy /etc/X11/xdm/Xsession to
   /etc/X11/xdm/Xsession.bak and then force a soft link from
   /etc/X11/xinit/Xsession to /etc/X11/xdm/Xsession, but this is a
   hack, and a poor one at that.  It would be much better to have entrance
   set up so that it looks at /etc/X11/xinit/Xsession instead for FC5.
   Then entrance and enlightenment can both be launched properly.
  
   Can one of the developers perhaps update the configure script for
   entrance to reflect the new changes so that it will work robustly with
   both X11R6 and X11R7?
  
  
  
 -
 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=lnkkid=120709bid=263057dat=121642
 

Re: [e-users] Entrance with ATI Drivers and BigDeskop Mode

2006-08-13 Thread The Rasterman
On Sun, 13 Aug 2006 22:59:17 -0400 (EDT) [EMAIL PROTECTED] babbled:

on xsever is advertising xinerama info - the other is not, OR ecore on one
system detected libxinerama and its headers and on the other did not (the one
where it works properly is where x is both advertising xinerama info AND ecore
found xinerama for support at compile time)

 Hi all,
 
 Have got a baffling issue with the two computers I use. Both are almost
 identically set up, only differences being that one is a laptop with a
 pentium m chip and the other one is a dual core pentium D intel machine.
 
 Each one is running gentoo, both have just been upgraded to use modular
 xorg 7.0 and have been testing each with almost idential xorg.conf files
 that utilise the ATI driver in bigdesktop mode (as opposed to dual head).
 The only difference in the xorg files is the secondary monitor resolutions
 (primary is autodetected).
 
 Entrance however, does two completely different things. On the laptop, its
 perfect. The entrance login screen only shows up on one monitor at a time
 and it will follow the mouse from one monitor to the next.
 
 On the pentium D machine, the entrance login screen just shows up
 stretched over both monitors.
 
 Is this a pentium D idiosyncracy or am I missing something here?
 
 Cheers,
 Daniel.
 
 -
 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=lnkkid=120709bid=263057dat=121642
 ___
 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)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance with ATI Drivers and BigDeskop Mode

2006-08-13 Thread d . stonier

Hmm, thanks for the pointer. Been playing around with it a bit. Actually
only just noticed that if I move my mouse pointer to the second screen,
entrance calls its resizing callback (in client/main.c) which manages to
grab all the correct xinerama parameters and the display manager redraws
both monitors separately and functions as it should thereafter (login
screen only fills one monitor and it follows the mouse from one monitor to
the other).

So its just not picking up xinerama parameters when initially displaying
the graphics. Since the ATI driver provides its own internal xinerama
extension, I wonder if its just a difference being caused by the 64 bit
ati driver as opposed to the 32 bit one. Anyone using entrance on amd64
with ati drivers here?

I also tried gdm. It works fine - maybe it takes a little longer before
requesting xinerama parameters?

Might give the radeon driver a whirl tonight and see if that works on both
systems.

Cheers,
Daniel.

 On Sun, 13 Aug 2006 22:59:17 -0400 (EDT) [EMAIL PROTECTED] babbled:

 on xsever is advertising xinerama info - the other is not, OR ecore on one
 system detected libxinerama and its headers and on the other did not (the
 one
 where it works properly is where x is both advertising xinerama info AND
 ecore
 found xinerama for support at compile time)

 Hi all,

 Have got a baffling issue with the two computers I use. Both are almost
 identically set up, only differences being that one is a laptop with a
 pentium m chip and the other one is a dual core pentium D intel machine.

 Each one is running gentoo, both have just been upgraded to use modular
 xorg 7.0 and have been testing each with almost idential xorg.conf files
 that utilise the ATI driver in bigdesktop mode (as opposed to dual
 head).
 The only difference in the xorg files is the secondary monitor
 resolutions
 (primary is autodetected).

 Entrance however, does two completely different things. On the laptop,
 its
 perfect. The entrance login screen only shows up on one monitor at a
 time
 and it will follow the mouse from one monitor to the next.

 On the pentium D machine, the entrance login screen just shows up
 stretched over both monitors.

 Is this a pentium D idiosyncracy or am I missing something here?

 Cheers,
 Daniel.

 -
 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=lnkkid=120709bid=263057dat=121642
 ___
 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)[EMAIL PROTECTED]
 獒멨#65533;鸚#65533; Tokyo, Japan (#65533;긴벵 #65533;ζ쑍)

 -
 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=lnkkid=120709bid=263057dat=121642
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



-
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=lnkkid=120709bid=263057dat=121642___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance custom theme for xinerama

2005-11-23 Thread Florent Thiery
I did it :p (somehow). I played with the align and relative argts. The 
following sets the power button on the left screen. I did the same for 
the clock and the panel. Now i have the left screen like before, and the 
right one is empty (only shows the background).


part {
   name:  power_button;
   mouse_events:  1;
   description {
  state:default 0.0;
  min:  64 64;
  max:  64 64;
  align:0.0 1.0;
  rel1 {
 relative: 0.45  0.98;
 offset:   0 0;
  }
  rel2 {
 relative: 0.5  0.98;
 offset:   0 0;
  }
  image {
 normal: power_button_0.png;
  }
   }

I think i understood that relative sets the origin, and align tunes it...
What i don't understand is:
- why rel1 and rel2? Origin presets? Maybe we can use this so that the 
same theme can be used in two conditions: mono and xinerama. With a 
small subprogram detecting if xinerama is enebled, then use rel2 instead 
of rel1...

- can't we do some shell-scripting? Like accessing to xorg.conf
- i did'nt find out how to display the date differently (in france, 
day:date:month:year)


Iif there's programmer's doc, i'd like to look at it. I may try to 
implement the xinerama-detection and consecutive theme-alteration thing.


I sent the modified files attached. I translated the entrance theme into 
french :p. I have a little script to setup the display from console 
(after booting, can be used with netenv for example), wich destroys the 
default theme symlink to create an appropriate one. I also modified the 
build.sh script, so that it automatically puts the custom.edj created 
file in the good directory.


I wish i could give the compiled theme directly, but i don't have any 
web provider, i can't publish what i do. I'd like to give my custom 
iconset and theme for evidence (based on osx iconset) too... If anybody 
has an advice for it (i don't like lycos etc... with tons of ads... i 
should do it anyway; i used to use gmail to host my files, but the 
gmailhost was closed a while ago...).


I'm going to start making my own E17 theme. Do you know if the theme 
format will change radically? I mean, i hope that fixing themes is not 
too complicated, when the theme format changes...


Bye


Thx Robert for your files :p

I'm currently trying to make a custom theme for entrance. I decompiled 
the theme using:


edje_decc /path/to/default.edj


I looked at the default.edc. I'm trying to uncenter the login panel; i 
assume it's the panel_1_bg object. I wish to make two themes, and when 
my xinerama will be enabled (if grep \MergedFB\\ \true\ 
/etc/X11/xorg.conf is true), entrance will load it (by making a 
symlink, through a small script to the other theme), so that if 
MergedFB is on, the login panel (and other things maybe) will be on 
the center of the left screen. But where is the center thing?


If anybody has the solution, thanks for helping me. Btw i'm noob at 
shell-scripting so any help would be appreciated. Thanxs.


Florent


part {
   name:  panel_1_bg;
   clip_to: all_clip;
   //color_class:   bg;
   mouse_events:  0;
   description {
  state:default 0.0;
  min:  280 280;
  rel1 {
 relative: 0.5  0.5;
 offset:   0 0;
  }
  rel2 {
 relative: 0.5  0.5;
 offset:   0 0;
  }
  image {
 normal: e17_panel.png;
 border: 2 2 2 2;
  }
   }

PS: what's the best prog for making sequential pngs for anims? Was it 
made with blender? I'm sure it's possible to make a plugin (python 
script) for blender, which would make directly the theme Or for 
gimp? Any project already started?



---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628alloc_id=16845op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users



fonts {
   font: Vera.ttf   Edje Vera;
   font: VeraBd.ttf Edje Vera Bold;
}

#define FRAME LOSSY 90

images {
   image: e17_brushed.png COMP;
   image: e17_reflection_shadow_overlay.png LOSSY 70;
   image: e17_panel.png COMP;
   image: panel_shadow.png LOSSY 80;
   
   image: sm_loop_eintro_121.png FRAME;
   image: sm_loop_eintro_122.png FRAME;
   image: sm_loop_eintro_123.png FRAME;
   image: sm_loop_eintro_124.png FRAME;
   image: sm_loop_eintro_125.png FRAME;
   image: 

Re: [e-users] Entrance in Fedora 4

2005-08-27 Thread jim lawrence
see here 
http://sps.nus.edu.sg/~didierbe/faq_e17.html

On 8/27/05, Rodolfo M. Raya [EMAIL PROTECTED] wrote:



  
  


Hi,

Can anyone give me some pointers for configuring entrance as default greeter on Fedora Core 4?

Thanks in advance,
Rodolfo



-- 
Rodolfo M. Raya [EMAIL PROTECTED]
Maxprograms






-- Registered Linux User: #376813www.fedorajim.homelinux.com


Re: [e-users] Entrance in Fedora 4

2005-08-27 Thread eric dan
sorry this message was supposed to go the list the first time.
Unfortunately Gmail automatically replies to the user. Sorry about
that.

On 8/27/05, eric dan [EMAIL PROTECTED] wrote:
 
  
  
  On 8/27/05, Rodolfo M. Raya [EMAIL PROTECTED] wrote:
   Hi,
   
   Can anyone give me some pointers for configuring entrance as default
 greeter on Fedora Core 4?
   
  
 
  can someone tell me how to do this for ubuntu?



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance in Fedora 4

2005-08-27 Thread Rodolfo M. Raya




On Sat, 2005-08-27 at 20:17 -0400, jim lawrence wrote:

see here 
http://sps.nus.edu.sg/~didierbe/faq_e17.html


Many thanks. The link was helpful and Entrance is now working.

Rodolfo



-- 
Rodolfo M. Raya [EMAIL PROTECTED]
Maxprograms







Re: [e-users] Entrance instead of GDM

2005-08-26 Thread Fernando Meira
On 8/26/05, Ibukun Olumuyiwa [EMAIL PROTECTED] wrote:
Fernando Meira wrote: Hi. Once you get entrance up and running, you'll need to edit the build script and create the entrance_config.cfg. This file should go to /etc/ and have the user information (username,
 default WM and icon). I also have the idea that entrance creates new users when a non-existent user tries to login.. however, this info may be out-of-date.. or even wrong..
This is correct. Entrance will automatically create a user file for youwhen you log in for the first time.
Yep.. that's the idea I had. However, my Entrance does not allow me
that.Only users in entrance_config.cfg are allowed to login. From here
arose my doubt. Maybe a new policy of new version.. or maybe when you
have users in config file, no unknown users are allowed... 



Re: [e-users] Entrance instead of GDM

2005-08-25 Thread Ibukun Olumuyiwa

Fernando Meira wrote:

Hi.
Once you get entrance up and running, you'll need to edit the build 
script and create the entrance_config.cfg.
This file should go to /etc/ and have the user information (username, 
default WM and icon).
I also have the idea that entrance creates new users when a non-existent 
user tries to login.. however, this info may be out-of-date.. or even 
wrong..




This is correct. Entrance will automatically create a user file for you 
when you log in for the first time.


--
Ibukun


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance instead of GDM

2005-08-24 Thread eric dan
hey i am trying to do the same thing, but i actually got it working
already by reading get-e.org and searching the ubuntu forum, as i also
use ubuntu.
only thing now is that entrance doesn't start any session.
why don't we both read on and then help each other out.

eric

On 8/24/05, Gabriel [EMAIL PROTECTED] wrote:
 Hello!
 
 I'm using Ubuntu 5.04 and I'd like Entrance as my login manager. How do
 I do this?
 
 
 ---
 SF.Net email is Sponsored by the Better Software Conference  EXPO
 September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
 Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
 Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance instead of GDM

2005-08-24 Thread Fernando Meira
Hi.
Once you get entrance up and running, you'll need to edit the build script and create the entrance_config.cfg. 
This file should go to /etc/ and have the user information (username, default WM and icon).
I also have the idea that entrance creates new users when a
non-existent user tries to login.. however, this info may be
out-of-date.. or even wrong..

HTH,
FernandoOn 8/24/05, eric dan [EMAIL PROTECTED] wrote:
hey i am trying to do the same thing, but i actually got it workingalready by reading get-e.org and searching the ubuntu forum, as i alsouse ubuntu.only thing now is that entrance doesn't start any session.
why don't we both read on and then help each other out.ericOn 8/24/05, Gabriel [EMAIL PROTECTED] wrote: Hello! I'm using Ubuntu 
5.04 and I'd like Entrance as my login manager. How do I do this? --- SF.Net email is Sponsored by the Better Software Conference  EXPO
 September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA Security * Process Improvement  Measurement * 
http://www.sqe.com/bsce5sf ___ enlightenment-users mailing list 
enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users---
SF.Net email is Sponsored by the Better Software Conference  EXPOSeptember 19-22, 2005 * San Francisco, CA * Development Lifecycle PracticesAgile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf___enlightenment-users mailing list
enlightenment-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance and .xinitrc

2005-07-31 Thread Kim Woelders

phriedrich wrote:

On Fri, 29 Jul 2005 03:22:59 +0100
Paulo Matos [EMAIL PROTECTED] wrote:


I'd like to start some programs with E16, using Entrance (latest 
CVS) as login manager. Well, I've tried .xinitrc lines but it 
seems Entrance ignores it. How can I start xscreensaver and 
engage for example with my E16 release?



You could add any program by editing ~/.e16/e_config--0.0.snapshots and
add a new entry for a program. Because thats not very comfortable and
only could be done with e _not_ running (otherwise the changes will
be overwritten by e) there's a second solution.
Once I added 
-

NEW: run
NAME: run
CLASS: run
CMD: /home/phriedrich/.e16/run.sh
--
as the four first lines of the aboved named config file and created the
run.sh-script on the described place.
Now I can easily add new programs to autostart just by inserting a line.
From my run.sh: 
---

#! /bin/bash

xmodmap .xmodmap 
xscreensaver 
macosd -n 
Eterm --theme irssi --name=Irssi --title=Irssi -e irssi 
---


Hope that helps you, 
best regards,


Friedrich

Post Scriptum: Maybe we could have a file like
'~/.e16/e_config--0.0.autostart' in which we can easily add programs to
start without the loop way with calling a run.sh. Or maybe even better a
'~/.e16/menus/autostart' which also had the advance to be more intuitive
and could also be edited with the menu-editor.
Just an idea


With e16.8 I think this should do what you want:

$ eesh set misc.session.cmd_init /home/phriedrich/.e16/run.sh

Beware! The script must exit, as your run.sh does.

/Kim


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance on Debian Sarge

2005-07-30 Thread Tomas Zulberti
On 7/29/05, Guillermo Movia [EMAIL PROTECTED] wrote:
 Hi all, how can i use entrance like my login manager? I compiled e17
 and entrance froma CVS.
 
You should run this as root:
# update-rc.d entrance start 99 2 3 4 5 . stop 01 0 1 6 .
for more info go to:
https://vogelweith.homeftp.net/Linux/e17_en.php
or
www.get-e.org


 Thanks
 Guillermo
 
 
 ---
 SF.Net email is Sponsored by the Better Software Conference  EXPO September
 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
 Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
 Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance and .xinitrc

2005-07-30 Thread FORT Yannick

Paulo Jorge de Oliveira Cantante de Matos wrote:

Still doesn't work.


The same here, my solution :

cat /etc/X11/Sessions/e17
#!/bin/sh
~/.xsession
export NOSPLASH=1 # don't know if it's usefull anymore
/usr/bin/enlightenment-0.17

Works great, waiting for entrance to do that himself ...


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance and .xinitrc

2005-07-29 Thread phriedrich
On Fri, 29 Jul 2005 03:22:59 +0100
Paulo Matos [EMAIL PROTECTED] wrote:

 I'd like to start some programs with E16, using Entrance (latest 
 CVS) as login manager. Well, I've tried .xinitrc lines but it 
 seems Entrance ignores it. How can I start xscreensaver and 
 engage for example with my E16 release?

You could add any program by editing ~/.e16/e_config--0.0.snapshots and
add a new entry for a program. Because thats not very comfortable and
only could be done with e _not_ running (otherwise the changes will
be overwritten by e) there's a second solution.
Once I added 
-
NEW: run
NAME: run
CLASS: run
CMD: /home/phriedrich/.e16/run.sh
--
as the four first lines of the aboved named config file and created the
run.sh-script on the described place.
Now I can easily add new programs to autostart just by inserting a line.
From my run.sh: 
---
#! /bin/bash

xmodmap .xmodmap 
xscreensaver 
macosd -n 
Eterm --theme irssi --name=Irssi --title=Irssi -e irssi 
---


Hope that helps you, 
best regards,

Friedrich

Post Scriptum: Maybe we could have a file like
'~/.e16/e_config--0.0.autostart' in which we can easily add programs to
start without the loop way with calling a run.sh. Or maybe even better a
'~/.e16/menus/autostart' which also had the advance to be more intuitive
and could also be edited with the menu-editor.
Just an idea







.


pgpNyl0075DtN.pgp
Description: PGP signature


Re: [e-users] Entrance and .xinitrc

2005-07-29 Thread Mathieu
Paulo Matos [EMAIL PROTECTED] disait dernièrement que :

 Hi all,

 I'd like to start some programs with E16, using Entrance (latest 
 CVS) as login manager. Well, I've tried .xinitrc lines but it 
 seems Entrance ignores it. How can I start xscreensaver and 
 engage for example with my E16 release?

entrance, gdm, kdm, and other DM's use .xsession; .xinitrc is used by
xinit (startx). and be sure .xsession is executable.

br,
-- 
Mathieu Segaud


---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance and .xinitrc

2005-07-29 Thread Paulo Jorge de Oliveira Cantante de Matos

Still doesn't work.
I have:
$ ls -la .xsession
-rwxr-xr-x  1 pmatos users 125 Jul 29 21:11 .xsession

$ cat .xsession
xscreensaver -no-splash 
engage -W 1280 -T 1 -I 1 -i 1 -e software -H 150 -s 28 -Z 2.5
-B #7f00 -b #7fff -m 0 

But entrance just starts E16 and nothing else.

Any ideas?

Mathieu said:
 Paulo Matos [EMAIL PROTECTED] disait dernièrement que :

 Hi all,

 I'd like to start some programs with E16, using Entrance
 (latest
 CVS) as login manager. Well, I've tried .xinitrc lines but it
 seems Entrance ignores it. How can I start xscreensaver and
 engage for example with my E16 release?

 entrance, gdm, kdm, and other DM's use .xsession; .xinitrc is
 used by
 xinit (startx). and be sure .xsession is executable.

 br,
 --
 Mathieu Segaud



-- 
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance and sessions

2005-07-28 Thread CHI Si-An

Brian Alfredo Sakal wrote:


I believe sessions are in /etc/X11/Sessions. try putting a symlink called 
enlightenment there pointing to /usr/local/bin/enlightenment... maybe that will 
work?

On Tue, 26 Jul 2005 10:22:38 +0300
Viktor Kojouharov [EMAIL PROTECTED] wrote:

 


hello list dwellers,

i've tried setting up entrance on a slackware machine. so far i've 
failed miserably. the config db was configured according to the Xsession 
file (/etc/X11/xdm/Xsession), and entrance was compiled --with-xsession. 
My Xsession file is at the bottom of the mail. anyway, the 
entrance/sessions/%d/session name for E is enlightenment, so entrance 
should find it in Xsession. it didn't though, it tried starting a 
session, then went back to entrance. I changed the session to 
/usr/local/bin/enlightenment, and it still didn't start anything.


so what am i missing?


##
#!/bin/sh
for errfile in $HOME/.xsession-errors ${TMPDIR-/tmp}/xses-$USER 
/tmp/xses-$USER

do
  if ( cp /dev/null $errfile 2 /dev/null )
  then
  chmod 600 $errfile
  exec  $errfile 21
  break
  fi
done

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

if [ -r $sysresources ]; then
  xrdb -merge $sysresources
fi

if [ -r $sysmodmap ]; then
  xmodmap $sysmodmap
fi

if [ -r $userresources ]; then
  xrdb -merge $userresources
fi

if [ -r $usermodmap ]; then
  xmodmap $usermodmap
fi

profile=/etc/profile
userprofile=~/.profile

if [ -r $profile ]; then
  source $profile 1 /dev/null 2 /dev/null
fi
if [ -r $userprofile ]; then
  source $userprofile 1 /dev/null 2 /dev/null
fi

case `basename $SHELL` in
bash|sh|ash)
  PATH=`( echo 'echo $PATH' | bash --login ) | tail -1`
  ;;
csh|tcsh)
  PATH=`( echo 'echo $PATH' | tcsh -l ) | tail -1`
  ;;
ksh)
  PATH=`( cat /etc/profile ; echo 'echo $PATH' ) | ksh | tail -1`
  ;;
zsh)
  PATH=`( echo 'echo $PATH' | zsh -l ) | tail -1`
  ;;
*)
  # We don't know your shell, so we'll set up reasonable defaults.
   if [ `whoami` = root ]; then
  
PATH=$PATH:/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin

   else
  PATH=$PATH:/usr/local/bin:/bin:/usr/bin
 fi
   ;;
esac

if [ -r /etc/xprofile ]; then
  source /etc/xprofile
fi
if [ -r ~/.xprofile ]; then
  source ~/.xprofile
fi

case $1 in
failsafe)
  xsetroot -solid SteelBlue
  exec xterm -geometry 80x24-0-0
  ;;
kde)
  exec startkde
  ;;
gnome)
  exec gnome-session
  ;;
openwin)
  exec olvwm
  ;;
fluxbox)
  exec fluxbox
  ;;
fvwm2)
  xsetroot -solid SteelBlue
  exec fvwm2
  ;;
fvwm95)
  xsetroot -solid SteelBlue
  exec fvwm95
  ;;
blackbox)
  exec blackbox
  ;;
xfce)
  exec /etc/X11/xinit/xinitrc.xfce
  ;;
windowmaker)
  exec /etc/X11/xinit/xinitrc.wmaker
  ;;
afterstep)
  exec afterstep
  ;;
enlightenment)
  xhost +sat
  /usr/libexec/gnome-settings-daemon 
  /usr/local/bin/enlightenment 
  /home/urandom/bin/background.pl 
  exec xfce4-panel
  ;;
twm)
  xsetroot -solid SteelBlue
  exec twm
  ;;
esac

if [ -x $HOME/.xsession ]; then
  exec $HOME/.xsession $@
fi

if [ -r /etc/X11/xinit/xinitrc ]; then
  exec /etc/X11/xinit/xinitrc
fi

if [ -s $startup -a -x $startup ]; then
  exec $startup
else
  if [ -r $resources ]; then
  xrdb -load $resources
  fi
  # Run xsm as a failsafe.
  exec xsm
fi




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users
   




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 


Hello,

In /etc/X11/Sessions, create a file e17 (executable) with this text inside :

/usr/local/bin/enlightenment

Be careful, if you use gentoo and emerged e17, then the executable is 
enlightenment-0.17

Si-An








___ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com




---
SF.Net email is 

Re: [e-users] Entrance and relogin

2005-05-22 Thread The Rasterman
On Mon, 23 May 2005 00:05:56 +0200 Bertrand Jacquin [EMAIL PROTECTED]
(Bbabbled:
(B
(B Hello,
(B 
(B If I have a wm started (e16 or e17) logged with entrance and then in a
(B xterm start "entrance", I can't log myself.
(B Is it normal ? I think it is but I want to be sure for it.
(B
(Byes. you need to be root to set the user id to someone else to log them in. run
(Bit as root and it would work.
(B
(B Thanks
(B Beber (GuYgUy)
(B 
(B 
(B ---
(B This SF.Net email is sponsored by Oracle Space Sweepstakes
(B Want to be the first software developer in space?
(B Enter now for the Oracle Space Sweepstakes!
(B http://ads.osdn.com/?ad_idt12alloc_id344op__k
(B ___
(B enlightenment-users mailing list
(B enlightenment-users@lists.sourceforge.net
(B https://lists.sourceforge.net/lists/listinfo/enlightenment-users
(B 
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$BMg9%B?(B  [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B---
(BThis SF.Net email is sponsored by Oracle Space Sweepstakes
(BWant to be the first software developer in space?
(BEnter now for the Oracle Space Sweepstakes!
(Bhttp://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
(B___
(Benlightenment-users mailing list
(Benlightenment-users@lists.sourceforge.net
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

Re: [e-users] entrance order of execution

2005-03-17 Thread enl
[EMAIL PROTECTED] wrote:
I'm trying to configure entrance to allow me to fire up E16 or E17 (or 
kde or gnome for that matter) by selecting from the chooser on the login 
screen, but can't figure out what order things are executed in.

Don't you love it when you answer your own question?
First, edit /etc/entrance_config.db using one of the edb_* tools in the 
E17 bin directory. There are 
/entrance/session/[0-9]/[icon,session,title] keys for each window 
manager. Just add or edit one of them to include E16. Make the session 
values unique, ie E16 or E17.

Entrance passes the wm you select from the login screen as a parameter 
to /etc/X11/Xsession. Xsession then runs /usr/sbin/chksession to find an 
appropriate file in /etc/X11/wmsession.d; ie, 04E16. The NAME= value 
in the file must match the one you set up in entrance_config.db. It then 
runs the exec command in that file to start the wm. You can check your 
work with chksession -l or chksession -x=[value]

If you move things around you might need to remove your ~/.e16 dir and 
rebuild it after e starts up.

This is under mandrake, but probably more or less the same for other 
distros.

mb
---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance edit eapp

2005-03-03 Thread gimpel
On Wed, 2 Mar 2005 16:34:33 -0500
jim lawrence [EMAIL PROTECTED] wrote:

 ok i'm still having problems with getting entrance to run normally,  i
 can run it from the terminal and it works.  lists out gnome, kde,
 default terminal, enlightenment  etc..   but at a reboot, gdm still
 takes over.
 the location of entrance is weird 
 [EMAIL PROTECTED] ~]# locate entrance
 /var/cache/yum/Enlightenment/headers/
 entrance-0.9.0-1.20050224.i686.hdr [EMAIL PROTECTED] ~]# whereis
 entrance entrance: /usr/bin/entrance /usr/share/entrance
 [EMAIL PROTECTED] ~]#
 
 where do i edit so that entrance is called instead of gdm?  


SiRiUS tom # which entranced
/usr/sbin/entranced

 
 Next question
 
 i'm not sure i have all the tools installed to edit eapp files. what
 do i need in order to edit such files.  i want to edit the ibar launch
 commands so i can launch my own applications.
 

e_util_eapp_edit from e17/apps/e_utils

 thanks in advanced  
 
 My system  
 
 Fedora core 3  
 kernel 2.6.10-1.766 
 files installed from 
 http://java.thn.htu.se/~toor/fedora/3/en/i686/RPMS.e17/
 
 


cheers!

 


pgpyc9pBqAXpT.pgp
Description: PGP signature


Re: [e-users] entrance

2005-03-03 Thread Oded Arbel
On Thursday, 3 March 2005 08:54, Didier Casse wrote:
 On Thu, 03 Mar 2005 07:42:09 +0100, Christoph Peltz 
[EMAIL PROTECTED] wrote:
  H3, H3,
 
  I think I have found it:
  Edit the file /etc/sysconfig/desktop and change the following
  setting: DISPLAYMANAGER=entrance
  It should work, I hope so ^^.

 For Fedora core, it's not so straightforward as you need also to
 hack:

 /etc/X11/prefdm

 If anybody finds a really good and straightforward way to install
 entrance on Fedora, please let me know.

I have entrance running on Mandrake, and I do not believe it to be 
difficult to have the same method working on fedora.
After setting DISPLAYMANAGER in /etc/sysconfig/desktop (I use the value 
e17 and hence the next example will use it as well - but replace it 
with whatever you want), edit prefdm with the following:

locate the lines that say prefered=gdm, prefered=xdm, etc' and add to 
the bottom of the list:

elif [ $DISPLAYMANAGER = E17 -o $DISPLAYMANAGER = e17 ] ; then
  preferred=entranced

thats it - you are now good to go: restart X ('service dm restart' on 
Mandrake, maybe 'init 3; init 5' elsewhere. don't just zap it with 
CTRL-ALT- BACKSPACE) and entrance should come up.

-- 
Oded

::..
Timing has an awful lot to do with the outcome of a raindance.


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance

2005-03-03 Thread jim lawrence
On Thu, 3 Mar 2005 16:01:12 +0200, Oded Arbel [EMAIL PROTECTED] wrote:
 On Thursday, 3 March 2005 08:54, Didier Casse wrote:
  On Thu, 03 Mar 2005 07:42:09 +0100, Christoph Peltz
 [EMAIL PROTECTED] wrote:
   H3, H3,
  
   I think I have found it:
   Edit the file /etc/sysconfig/desktop and change the following
   setting: DISPLAYMANAGER=entrance
   It should work, I hope so ^^.
 
  For Fedora core, it's not so straightforward as you need also to
  hack:
 
  /etc/X11/prefdm
 
  If anybody finds a really good and straightforward way to install
  entrance on Fedora, please let me know.
 
 I have entrance running on Mandrake, and I do not believe it to be
 difficult to have the same method working on fedora.
 After setting DISPLAYMANAGER in /etc/sysconfig/desktop (I use the value
 e17 and hence the next example will use it as well - but replace it
 with whatever you want), edit prefdm with the following:
 
 locate the lines that say prefered=gdm, prefered=xdm, etc' and add to
 the bottom of the list:
 
 elif [ $DISPLAYMANAGER = E17 -o $DISPLAYMANAGER = e17 ] ; then
   preferred=entranced
 
 thats it - you are now good to go: restart X ('service dm restart' on
 Mandrake, maybe 'init 3; init 5' elsewhere. don't just zap it with
 CTRL-ALT- BACKSPACE) and entrance should come up.
 
 --
 Oded
 
 ::..
 Timing has an awful lot to do with the outcome of a raindance.
 
Here is what i've done in FC 3  So far doesn't work 
changed the line in gdm.conf  
greeter=/usr/bin/greeter   to  greeter=/usr/bin/entrance 

when i rebooted,  entrance launched  but would not load enlightenment or gnome 
I think entrance should be called instead of gdm but don't know where
to do this.


-- 

Jim Lawrence
Registered Linux User: #376813

When I'm feeling down, I like to whistle. 
It makes the neighbor's dog run to the end of his chain and gag himself.



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance

2005-03-02 Thread Christoph Peltz
 i try to run this and i get the error below 
 
 [EMAIL PROTECTED] ~]$ sudo edb_gtk_ed /etc/entrance_config.db
 Password:
 sudo: edb_gtk_ed: command not found
 [EMAIL PROTECTED] ~]$
 i would like to have entrance be the default login manager instead of
 ( i think gdm)

I think that error occures because sudo is not configured to run
edb_gtk_ed or it is not in the PATH var. You should look if its
installed.

And to have entrance as default display manager i think it is important
to know what distri u use (I can only tell for gentoo, there u have to
edit /etc/rc.conf nad set the var DISPLAYMANAGER=entrance)

cya
Christoph
-- 
Christoph Peltz [EMAIL PROTECTED]


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [e-users] entrance

2005-03-02 Thread jim lawrence
On Wed, 02 Mar 2005 18:41:24 +0100, Christoph Peltz [EMAIL PROTECTED] wrote:
  i try to run this and i get the error below
 
  [EMAIL PROTECTED] ~]$ sudo edb_gtk_ed /etc/entrance_config.db
  Password:
  sudo: edb_gtk_ed: command not found
  [EMAIL PROTECTED] ~]$
  i would like to have entrance be the default login manager instead of
  ( i think gdm)
 
 I think that error occures because sudo is not configured to run
 edb_gtk_ed or it is not in the PATH var. You should look if its
 installed.
 
 And to have entrance as default display manager i think it is important
 to know what distri u use (I can only tell for gentoo, there u have to
 edit /etc/rc.conf nad set the var DISPLAYMANAGER=entrance)
 
 cya
 Christoph
 --
 Christoph Peltz [EMAIL PROTECTED]
 
 
 
I use Fedora Core 3  


-- 

Jim Lawrence
Registered Linux User: #376813

When I'm feeling down, I like to whistle. 
It makes the neighbor's dog run to the end of his chain and gag himself.



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance

2005-03-02 Thread Christoph Peltz
I can only guess, but maybe you insert /usr/bin/entrance (or where else is 
entrance installed) in the file: /etc/X11/default-display-manager
I have searched on thy fedora board but did not found anything, sry.

cya Christoph
-- 

Christoph Peltz [EMAIL PROTECTED]


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [e-users] entrance

2005-03-02 Thread Christoph Peltz
H3, H3,

I think I have found it:
Edit the file /etc/sysconfig/desktop and change the following setting:
DISPLAYMANAGER=entrance
It should work, I hope so ^^.

good luck
Christoph
-- 
Christoph Peltz [EMAIL PROTECTED]


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [e-users] entrance

2005-03-02 Thread Didier Casse
On Thu, 03 Mar 2005 07:42:09 +0100, Christoph Peltz [EMAIL PROTECTED] wrote:
 H3, H3,
 
 I think I have found it:
 Edit the file /etc/sysconfig/desktop and change the following setting:
 DISPLAYMANAGER=entrance
 It should work, I hope so ^^.
 

For Fedora core, it's not so straightforward as you need also to hack:

/etc/X11/prefdm

:-(

It was mentionned a few times an a script was even proposed to have
entrance in run level 3. But after a few attempts I couldn't get it
working and the owner/creator of the script failed to respond back.

If anybody finds a really good and straightforward way to install
entrance on Fedora, please let me know.

-- 
With kind regards,
Didier.
---

Didier F.B Casse | PhD candidate | Singapore Synchrotron light Source (SSLS)
Email: didier.casse AT_Remove_THE_N00SPAM gmail DOT com | Web:
http://ssls.nus.edu.sg


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance config

2005-02-21 Thread Felix Breuer
On Fri, 18 Feb 2005 17:56:00 +
Corfizz [EMAIL PROTECTED] wrote:

 I have it working, and this is what I did: (you may have already done some of 
 this, I suppose)
 -Add shell scripts (as root) to /etc/X11/Sessions that dictate which window 
 managers to start; for example, I have one called e17 whose content is:
 #!/bin/sh
 /usr/local/bin/enlightenment
   
 -I then did chmod a+x e17 to make the script executable.
 
 -As root, type: 'edb_gtk_ed /etc/entrance_config.db' (without the quotes).
 
 -Following the model already in this database, add an entry called 
 /entrance/session/x/title where x is the next number in the sequence of 
 sessions. Change the 'type' to 'String' and type a name for the session. Do 
 the same for the 'icon' entry and the 'session' entry, for which you should 
 type the name of the file that you created in /etc/X11/Sessions. All of these 
 are string entries.
 
 For example, my e17 entries are:
 str   /entrance/session/1/session   e17
 str   /entrance/session/1/titlee17
 str   /entrance/session/1/icondefault.png
 
 -Finally, change the all-too-vital key called '/entrance/session/count' so 
 that it reflects the total number of sessions you have configured. Since 
 there is a session 0, this will be one more than the last session key number 
 you input.
 
 -Press Save. Press Quit. Log out and test.
 Hope that helps.


Thank you, Corfizz, for your guide, but I have done all of the above
already. And still, I can't start any session. (All I get is a black
screen, and then I am back at entrance.) I believe, I will have to hunt
this problem down by looking at the code. So:

Could anybody knowledgeable out there point me to the relevant code
lines, *please*?

I would like to know: 

  * In what part of the code are the session files loaded? 
  * In what part of the code is the session started?

Thank you,
Felix


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance config

2005-02-19 Thread Emanuele Cecchi
Thank you Corfizz , your guide has been resolutive in general , not only for me but some friends of mine as weel.
Especially the importance of adding the number of session at the key entrance/session/count'.

Having a good day!

Emanuele
On Feb 18, 2005, at 18:56, Corfizz wrote:

I have it working, and this is what I did: (you may have already done some of this, I suppose)
-Add shell scripts (as root) to /etc/X11/Sessions that dictate which window managers to start; for example, I have one called e17 whose content is:
#!/bin/sh
/usr/local/bin/enlightenment

-I then did chmod a+x e17 to make the script executable.

-As root, type: 'edb_gtk_ed /etc/entrance_config.db' (without the quotes).

-Following the model already in this database, add an entry called /entrance/session/x/title where x is the next number in the sequence of sessions. Change the 'type' to 'String' and type a name for the session. Do the same for the 'icon' entry and the 'session' entry, for which you should type the name of the file that you created in /etc/X11/Sessions. All of these are string entries.

For example, my e17 entries are:
str   /entrance/session/1/session   e17
str   /entrance/session/1/title        e17
str   /entrance/session/1/icon        default.png

-Finally, change the all-too-vital key called '/entrance/session/count' so that it reflects the total number of sessions you have configured. Since there is a session 0, this will be one more than the last session key number you input.

-Press Save. Press Quit. Log out and test.
Hope that helps.


Felix Breuer wrote:
On Thu, 17 Feb 2005 20:10:47 +0100
Emanuele Cecchi [EMAIL PROTECTED]>  wrote:


I 've followed the instructions on officila sites and not officlas but 
I not able to make visible all my wm to entrance.
I got everithing set up in config like /etc/X11/Session , in 
/etc/rc-conf etc , the problem is that I can't figure to edit out the 
entrance session with edb_gtk_ed /etc/entrance.
In fact I added fvwm2 and e17 but when I start Entrance I got no list 
of them.

I am having a similar problem: Even though I have set up everything
correctly, afaict, entrance won't launch any of the sessions I put in
/etc/X11/Sessions. Also, entrance does not produce any usable debugging
output/error messages.

So: 

Please point me to the relevant part of entrance's sourcecode, where
the session scripts/files are located/loaded/started etc.


Thanks,
Felix


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click 
___
enlightenment-users mailing list

enlightenment-users@lists.sourceforge.net 

https://lists.sourceforge.net/lists/listinfo/enlightenment-users 





Re: [e-users] entrance config

2005-02-18 Thread feedback
I have it working, and this is what I did: (you may have already done some 
of
this, I suppose)
-Add shell scripts (as root) to /etc/X11/Sessions that dictate which 
window
managers to start; for example, I have one called e17 whose content is:
#!/bin/sh
/usr/local/bin/enlightenment

-I then did chmod a+x e17 to make the script executable.
-As root, type: 'edb_gtk_ed /etc/entrance_config.db' (without the quotes).
-Following the model already in this database, add an entry called
/entrance/session/x/title where x is the next number in the sequence of
sessions. Change the 'type' to 'String' and type a name for the session. 
Do the
same for the 'icon' entry and the 'session' entry, for which you should 
type the
name of the file that you created in /etc/X11/Sessions. All of these are 
string
entries.

For example, my e17 entries are:
str   /entrance/session/1/session   e17
str   /entrance/session/1/titlee17
str   /entrance/session/1/icondefault.png
-Finally, change the all-too-vital key called '/entrance/session/count' so 
that
it reflects the total number of sessions you have configured. Since there 
is a
session 0, this will be one more than the last session key number you 
input.

-Press Save. Press Quit. Log out and test.
Hope that helps.
---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance, entranced...

2004-10-12 Thread Josh Lauricha
On Oct 5, 2004, at 7:35 AM, Gaetan wrote:
I use the compiled version from http://j.portalier.free.fr/
i works fine but suffers of a strange bug:
If i use the entrance demon and launch it at startup (S99entrance link 
to ../init.d/entrance in rc2.d) the server is launched but i can't 
enter anything in the keyboard: the program is blocked for a few 
second each time i press a key (to enter the login) and nothing is 
done after. But the mouse (USB) works and i can restart using a 
button.
But if i disable that link and login as root and then start the daemon 
(entranced or /etc/init.d/entrance start) it works fine: the login 
appear, i can enter the username and password.

I use a PS2 board
Any idea?
I've run into the same problem on an iBook G4 running Debian Sarge. 
Since it just recently started, I'm thinking its probably a lib issue.

ps. Gaetan: sorry for the duplicate
Gaetan
---
This SF.net email is sponsored by: IT Product Guide on 
ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give 
us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out 
more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Josh Lauricha
[EMAIL PROTECTED]
OpenPGP: 5A0D 92D3 D093 79DE F724 1137 6DF1 B5EB D9CE AAA8


PGP.sig
Description: This is a digitally signed message part


Re: [e-users] Entrance, entranced...

2004-10-05 Thread Gaetan
I use the compiled version from http://j.portalier.free.fr/
i works fine but suffers of a strange bug:
If i use the entrance demon and launch it at startup (S99entrance link to 
../init.d/entrance in rc2.d) the server is launched but i can't enter anything in the 
keyboard: the program is blocked for a few second each time i press a key (to enter 
the login) and nothing is done after. But the mouse (USB) works and i can restart 
using a button.
But if i disable that link and login as root and then start the daemon (entranced or 
/etc/init.d/entrance start) it works fine: the login appear, i can enter the username 
and password.

I use a PS2 board

Any idea?

Gaetan


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance, entranced...

2004-10-05 Thread Julien Portalier
Le mardi 05 octobre 2004  16:35 +0200, Gaetan a crit :

 I use the compiled version from http://j.portalier.free.fr/

Be aware this is an old release of EFL and entrance dating from last
August. Some bugs might have been corrected since.

 i works fine but suffers of a strange bug:
 If i use the entrance demon and launch it at startup (S99entrance link to 
 ../init.d/entrance in rc2.d) the server is launched but i can't enter anything in 
 the keyboard: the program is blocked for a few second each time i press a key (to 
 enter the login) and nothing is done after. But the mouse (USB) works and i can 
 restart using a button.
 But if i disable that link and login as root and then start the daemon (entranced or 
 /etc/init.d/entrance start) it works fine: the login appear, i can enter the 
 username and password.
 
 I use a PS2 board

I sometimes have this bug arising. Needing to kill X (or reboot if you
do not have any local network). It's like X didn't recognised the
keyboard when started. Quite strange, and I really do not know why it
happens. 

Generally I do not have this bug. Only sometimes, like once in a month.

JMG




---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance, entranced...

2004-10-05 Thread jacinto calvo sintes
I'll just repeat an older mail posted few days ago
On 03/10/04, at 21:17 +1300, Kiwi-Hawk [EMAIL PROTECTED] wrote:

 Hi

 I know I'm maybe jumping the gun here but I'm after learning more about
 the code and I learn better if I have a coal and I'd no get much from
 writing wee bits of code that don't produce anything useful

 So this ole bloke is looking for a list or a howto to get me into
 configuring and loading entrance, engage and the iconbar so they load as
 defaults on my system,

For entrance, here's a good way to start off!

http://www.atmos.org/docs/entrance/index.html#running

Some themes for iconbar and engage can be found here:

http://atmos.org/edje/

The entice docs here:

http://atmos.org/docs/entice/index.html

With kind regards,
Didier. 

On Tue, 5 Oct 2004 08:02:34 -0400, Rolando Espinoza La Fuente wrote
 Hi, i have compiled entrance from cvs, when i run entranced what
 should be happen?
 I'ts show: ...using screen.. 0, but no more...  doesnt show X
 interface. And when i run entrance, say cannot connect to
 daemon.
 
 How can i run entrance? (at startup?)
 
 greets.
 
 Pd: bad english.. i know.. =/
 -- 
 [1] Rolando Espinoza La Fuente  
 [2] Alumno Ing. Matemática UMSS 
 [3] Slackware Powered | www.pinguinos.tk
 
 ---
 This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
 Use IT products in your business? Tell us what you think of them. 
 Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click 
 to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl
 ___
 enlightenment-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Jacinto Calvo Sintes /// netman2_seriousman.org ///Linux User #142232 
jacinto_in_seriousworks.net///
www.seriousworks.net /// SeriousWorks Solutions SCP



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance, entranced...- Weird FC2

2004-10-05 Thread Didier Casse
On 05/10/04, at 17:48 +0200, Julien Portalier [EMAIL PROTECTED] wrote:

[...]
  i works fine but suffers of a strange bug:
  If i use the entrance demon and launch it at startup (S99entrance link to 
  ../init.d/entrance in rc2.d) the server is launched but i can't enter anything in 
  the keyboard: the program is blocked for a few second each time i press a key (to 
  enter the login) and nothing is done after. But the mouse (USB) works and i can 
  restart using a button.

In Fedora core 2, when i become root and i launch

([EMAIL PROTECTED]:root)# /etc/init.d/entrance start
Becoming entranced: entranceentranced: main: display number is 0

Everything seems to work fine, and a grep shows me that there's something
in the background

([EMAIL PROTECTED]:root)# ps aux|grep entrance
root 27412  0.0  1.1  9932 2884 pts/20   S12:49   0:00
/usr/sbin/entranced



But when I log out, I still see my old gdm! gdm overrides entrance!  Does
anybody know why? thanks.

With kind regards,
Didier.

---
Didier F.B Casse | PhD student | Singapore Synchrotron light Source (SSLS)
Email: didierbe AT sps dot nus dot sg | Web: http://ssls.nus.edu.sg
GPG Key 1024D/B3C57D01 2004-06-23



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] ENTRANCE sessions

2004-06-08 Thread Ibukun Olumuyiwa
On Sat 05 Jun 2004, Pokey Templar wrote:
 I have tried everything to change my sesions from the SuSE default session 
 with no luck.  Has anyone had anyluck getting kde, gnome, enlightenment, 
 blackbox, etc to start in SuSE without having to change that file 
 everytime?

What exactly have you been trying to do? What file are you changing?
-- 

Ibukun Olumuyiwa
http://xcomputerman.com

God is dead. - Nietzche
Nietzche is dead. - God



---
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance problems

2004-05-27 Thread The Rasterman
On Wed, 19 May 2004 10:31:54 +0200 Wu [EMAIL PROTECTED] babbled:
(B
(Bpretty simple: you didnt build eet before you built evas and thus there's no eet
(Bsupport in evas! :) build and install eet then rebuild and re-install evas.
(Bcheck that it enables eet support (configure lets you know what it has and
(Bhasn't detected)
(B
(B Last night i have compiled and installed from cvs all the libs from the e17
(B module as i have read in the cvsnotes.
(B 
(B All of them compiled without problems, so i have compiled/installed entrance
(B too. I have used entrance some time ago and works without problem,
(B butyesterday, all I could get is this:
(B 
(B http://code.e-shell.org/entrance_fail.jpg
(B 
(B Trying to find a solution, someone in #e (freenode) points me to evas compiled
(B without png support, but some test on evas worked:
(B 
(B http://code.e-shell.org/evas_test.jpg
(B 
(B I have try to see if the default theme was correctly installed, using edje:
(B 
(B http://code.e-shell.org/edje_view.jpg
(B 
(B But i dunno if that is what it must be...
(B 
(B 
(B Perhaps someone on this list have had a similar problem before?
(B 
(B -- 
(B 
(B "Perceive that which cannot be seen with the eye." - Miyamoto Musashi
(B -
(B Francisco de Borja L_pez R_o ([EMAIL PROTECTED])
(B C_digo23 - Secure Network Solutions
(B http://www.codigo23.net / http://www.e-shell.org
(B 
(B 
(B ---
(B This SF.Net email is sponsored by: SourceForge.net Broadband
(B Sign-up now for SourceForge Broadband and get the fastest
(B 6.0/768 connection for only $19.95/mo for the first 3 months!
(B http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
(B ___
(B enlightenment-users mailing list
(B [EMAIL PROTECTED]
(B https://lists.sourceforge.net/lists/listinfo/enlightenment-users
(B 
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
(B___
(Benlightenment-users mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

Re: [e-users] entrance problems

2004-05-19 Thread Wu

It works now:

http://code.e-shell.org/entrance_ok.jpg

Ok, the problem was that evas was compiled without edb and eet support (forgot to 
export 
CFLAGS=-I/usr/local/e17).

Thnx for your tips guys!


On Wed, 19 May 2004 14:59:42 +0200
Morten Nilsen [EMAIL PROTECTED] wrote:

 Kai Edinger wrote:
  On Wed, May 19, 2004 at 10:31:54AM +0200, Wu wrote:
  http://code.e-shell.org/entrance_fail.jpg
  Perhaps someone on this list have had a similar problem before?
  
  Yes, this Problem seems to me. I thing it is a Problem with
  edje and/or esmart. esmart has been moved or better to say
  copied in cvs from e17/proto/esmart to /e17/lib/esmart. Check
  the Version of esmart. /e17/lib/esmart should work.
 
 I've seen this too, and I fixed it with disabling framebuffer support in
 a couple of the requisite libs...
 
 -- 
 Dr. P
 


-- 

Perceive that which cannot be seen with the eye. - Miyamoto Musashi
-
Francisco de Borja L_pez R_o ([EMAIL PROTECTED])
C_digo23 - Secure Network Solutions
http://www.codigo23.net / http://www.e-shell.org


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] entrance problems

2004-05-19 Thread The Rasterman
On Wed, 19 May 2004 14:59:42 +0200 Morten Nilsen [EMAIL PROTECTED] babbled:
(B
(B Kai Edinger wrote:
(B  On Wed, May 19, 2004 at 10:31:54AM +0200, Wu wrote:
(B  http://code.e-shell.org/entrance_fail.jpg
(B  Perhaps someone on this list have had a similar problem before?
(B  
(B  Yes, this Problem seems to me. I thing it is a Problem with
(B  edje and/or esmart. esmart has been moved or better to say
(B  copied in cvs from e17/proto/esmart to /e17/lib/esmart. Check
(B  the Version of esmart. /e17/lib/esmart should work.
(B 
(B I've seen this too, and I fixed it with disabling framebuffer support in
(B a couple of the requisite libs...
(B
(Bi doubt it was the fb disabling that fixed anything. the fact u recompiled evas
(B(then ecore) after having installed eet meant evas turned on eet support and
(Bthus could load the images.
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
(B___
(Benlightenment-users mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

Re: [e-users] entrance problems

2004-05-19 Thread The Rasterman
On Wed, 19 May 2004 18:53:16 +0200 Wu [EMAIL PROTECTED] babbled:
(B
(B 
(B It works now:
(B 
(B http://code.e-shell.org/entrance_ok.jpg
(B 
(B Ok, the problem was that evas was compiled without edb and eet support (forgot
(B to export CFLAGS=-I/usr/local/e17).
(B
(Byou dont need edb support for this to work. just eet support :)
(B
(B Thnx for your tips guys!
(B 
(B 
(B On Wed, 19 May 2004 14:59:42 +0200
(B Morten Nilsen [EMAIL PROTECTED] wrote:
(B 
(B  Kai Edinger wrote:
(B   On Wed, May 19, 2004 at 10:31:54AM +0200, Wu wrote:
(B   http://code.e-shell.org/entrance_fail.jpg
(B   Perhaps someone on this list have had a similar problem before?
(B   
(B   Yes, this Problem seems to me. I thing it is a Problem with
(B   edje and/or esmart. esmart has been moved or better to say
(B   copied in cvs from e17/proto/esmart to /e17/lib/esmart. Check
(B   the Version of esmart. /e17/lib/esmart should work.
(B  
(B  I've seen this too, and I fixed it with disabling framebuffer support in
(B  a couple of the requisite libs...
(B  
(B  -- 
(B  Dr. P
(B  
(B 
(B 
(B -- 
(B 
(B "Perceive that which cannot be seen with the eye." - Miyamoto Musashi
(B -
(B Francisco de Borja L_pez R_o ([EMAIL PROTECTED])
(B C_digo23 - Secure Network Solutions
(B http://www.codigo23.net / http://www.e-shell.org
(B 
(B 
(B ---
(B This SF.Net email is sponsored by: SourceForge.net Broadband
(B Sign-up now for SourceForge Broadband and get the fastest
(B 6.0/768 connection for only $19.95/mo for the first 3 months!
(B http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
(B ___
(B enlightenment-users mailing list
(B [EMAIL PROTECTED]
(B https://lists.sourceforge.net/lists/listinfo/enlightenment-users
(B 
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
(B___
(Benlightenment-users mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

Re: [e-users] ENTRANCE: login failed

2004-05-17 Thread Ibukun Olumuyiwa
On Tue 11 May 2004, mafi wrote:
 Hello,
 
 When i'm try to login with entrance, it's seems that my X session stops
 at once. syslog gives me the following informations :
 
 
 May 11 09:02:52 nemesis entrance: PAM: Success.
 May 11 09:02:53 nemesis entrance: Executing /etc/X11/Xsession
 May 11 09:02:53 nemesis entrance_ipc_shutdown: Success 
 May 11 09:02:53 nemesis entrance: Starting session for user mafi.
 May 11 09:02:54 nemesis Ecore_Event_Exe_Exit triggered. 
 May 11 09:02:54 nemesis Processing Event. 
 May 11 09:02:53 nemesis entranced: The session has ended normally.
 May 11 09:02:54 nemesis SIGUSR event triggered. 
 May 11 09:02:54 nemesis kernel: agpgart: Found an AGP 2.0 compliant
 device at :00:00.0.
 May 11 09:02:54 nemesis kernel: agpgart: Putting AGP V2 device at
 :00:00.0 into 4x mode
 May 11 09:02:54 nemesis kernel: agpgart: Putting AGP V2 device at
 :01:00.0 into 4x mode
 May 11 09:02:57 nemesis Starting command:
 /usr/local/bin/entrance_wrapper -d :0 -z 1231 
 May 11 09:02:58 nemesis Respawn timer reset. 
 May 11 09:03:01 nemesis SIGUSR event triggered. 
 May 11 09:03:01 nemesis kernel: agpgart: Found an AGP 2.0 compliant
 device at :00:00.0.
 May 11 09:03:01 nemesis kernel: agpgart: Putting AGP V2 device at
 :00:00.0 into 4x mode
 May 11 09:03:01 nemesis kernel: agpgart: Putting AGP V2 device at
 :01:00.0 into 4x mode
 
 
 -- 
 mafi [EMAIL PROTECTED]

Updated Entrance from CVS should fix this issue.

-- 

Ibukun Olumuyiwa
http://xcomputerman.com

God is dead. - Nietzche
Nietzche is dead. - God



---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] ENTRANCE: login failed

2004-05-13 Thread Ibukun Olumuyiwa
John Charnas wrote:
mafi wrote:

Hello,

When i'm try to login with entrance, it's seems that my X session stops
at once. syslog gives me the following informations :
May 11 09:02:52 nemesis entrance: PAM: Success.
May 11 09:02:53 nemesis entrance: Executing /etc/X11/Xsession
May 11 09:02:53 nemesis entrance_ipc_shutdown: Success May 11 09:02:53 
nemesis entrance: Starting session for user mafi.
May 11 09:02:54 nemesis Ecore_Event_Exe_Exit triggered. May 11 
09:02:54 nemesis Processing Event. May 11 09:02:53 nemesis entranced: 
The session has ended normally.
May 11 09:02:54 nemesis SIGUSR event triggered. May 11 09:02:54 
nemesis kernel: agpgart: Found an AGP 2.0 compliant
device at :00:00.0.
May 11 09:02:54 nemesis kernel: agpgart: Putting AGP V2 device at
:00:00.0 into 4x mode
May 11 09:02:54 nemesis kernel: agpgart: Putting AGP V2 device at
:01:00.0 into 4x mode
May 11 09:02:57 nemesis Starting command:
/usr/local/bin/entrance_wrapper -d :0 -z 1231 May 11 09:02:58 nemesis 
Respawn timer reset. May 11 09:03:01 nemesis SIGUSR event triggered. 
May 11 09:03:01 nemesis kernel: agpgart: Found an AGP 2.0 compliant
device at :00:00.0.
May 11 09:03:01 nemesis kernel: agpgart: Putting AGP V2 device at
:00:00.0 into 4x mode
May 11 09:03:01 nemesis kernel: agpgart: Putting AGP V2 device at
:01:00.0 into 4x mode

 

yeah, I've had the same problem. Entrance is broken for the moment, or 
so someone last told me on #edevelop.
I don't know what exactly triggers the problem, and I'm not even sure 
it's fixed in CVS at the moment.
So, in the meantime, either use gdm or xdm (xdm=ugly)...
That's as much as I can tell you.

I have added a command line option for entranced --disable-xauth to 
temporarily relieve this problem. There is something wrong with the 
Xauth code currently that is causing the X server to reject connections 
from the authenticated user, and I hope I will be able to get around to 
sitting down with the code again and finding out what it is soon. In the 
mean time, update from CVS and run entranced with the --disable-xauth 
option, and you should be able to login fine.

-Ibukun

---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance KDE session?

2004-03-31 Thread Ibukun Olumuyiwa
On Mon 15 Mar 2004, Jonathan Charnas wrote:
 Hi, I was trying to set up my entrance to have a KDE session, for my
 parents.
 I love E, but they're new to linux and would probably be more at ease with
 KDE. What strings do I add to /etc/entrancedb? I tried startkde and
 kde as the /entrance/session/3/session/ with an updated session count and
 stuff, but I'm assuming some people have more experience with KDE than I
 do.
 Thanks for the help.
 John

What distribution are you running?

-- 

Ibukun Olumuyiwa
http://xcomputerman.com

Wisdom is the principal thing; therefore get wisdom: and with all thy
getting get understanding. - Proverbs 4:7


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


  1   2   >