Obsidian-StudiosInc / entrance

General purpose Display Manager built on the Enlightenment Foundation Libraries (EFL)
GNU General Public License v3.0
23 stars 10 forks source link

Daemon mode not works #41

Closed Thanatermesis closed 4 years ago

Thanatermesis commented 4 years ago

Entrance can be run with --nodaemon, but if you don't include this option it doesn't seems to work well (theme issues, no WM-sessions found, etc)

wltjr commented 4 years ago

It sounds like you ran into issue #34. That is more due to changes in EFL I have not had the chance to resolve. I have spent time looking into it, and I hope it is something I can fix. I think they changed how EFL handles file descriptors which might pose a greater issue to resolve for Entrance. Thus, that issue remaining open for sometime. I need to dig back into it again.

wltjr commented 4 years ago

@Thanatermesis if you would, please try the same as above with autologin enabled. Then, after you log in via autologin, log out. If you see the missing UI bits, that will be confirmation you ran into issue #34. For whatever reason, when you start entrance the client fails to connect to server and does not get the sessions and other things to populate the UI. But, if you log in via autologin and then log out, the client does connect. There is some odd initialization that is causing issue #34

If you log in via autologin, then log out, and you still do not get a complete UI. Then, you ran into a new issue I need to look into. Thank you very much!

wltjr commented 4 years ago

@Thanatermesis any further information here? If not, I will close as a duplicate of #34. Thanks!

wltjr commented 4 years ago

Ok, thank you! I believe this is the same issue as #34. I will get onto that issue ASAP. It has been an issue for too long...

Thanatermesis commented 4 years ago

Yeah from what I see it should be caused by the same reason