Marcel Hollerbach
aede9bef80
entrance: files are now searched with eina_file instead of ecore_file
9 years ago
Michaël Bouchaud (yoz)
6a0aa9f717
entrance: fix DSO issue on clock_gettime, the daemon must be linked with rt
9 years ago
Andy Williams
a44f7390e9
Fix launching with SUDO to set the required environment into the sudo env.
...
Not ideal, but if we have to use sudo then we have to replicate the required variables
9 years ago
Michael Bouchaud
6d93384f12
entrance: use Xsession script to launch the session
9 years ago
Michael Bouchaud
824620a77c
entrance: move entrance config to /entrance/entrance.conf
9 years ago
Michael Bouchaud
3cca28d7d1
entrance: use evas to determine if a image file could be loaded
9 years ago
Mike Blumenkrantz
2ae5d988ff
use detected sudo for launching entrance_client
...
more insanity! relying on PATH to contain anything useful and/or not be overwritten after being set?!? you've already detected the full /path/to/sudo in configure, now use it!
9 years ago
Mike Blumenkrantz
745ba1e293
launch entrance_client with pipe -> read | error
...
this is insane. you're really just firing off entrance clients into the void and HOPING that they get to the point of launching with no possible way to debug failures????
9 years ago
Mike Blumenkrantz
fe9f5b09c6
fix double free on shutdown
...
fun fact: freeing things on shutdown like this is just wasted lines of code
9 years ago
Marcel Hollerbach
5e080c91bc
entrance: just append the user!
9 years ago
Marcel Hollerbach
6cb61aa50a
Revert "entrance: append the user in the history if there was an update"
...
This reverts commit fd8c7b75b5
.
9 years ago
Marcel Hollerbach
fd8c7b75b5
entrance: append the user in the history if there was an update
9 years ago
Marcel Hollerbach
219c01fa63
entrance: free the pools correctly
9 years ago
Michael Bouchaud
d8d2b6e04f
entrance: the client is now launched with restricted access (nobody user)
9 years ago
Michaël Bouchaud (yoz)
b3c3d5c414
entrance: missing \n
9 years ago
Michaël Bouchaud (yoz)
b7bbc97301
entrance: wait for all child
9 years ago
Michael Bouchaud
33097cdf4e
entrance: don't use snprintf when not needed. OMG a string in c isn't a char *[]. You are just lucky that works or you don't test it
9 years ago
Michael Bouchaud
0f13895de6
entrance: this namespace is too long, use a shorter one
9 years ago
Michael Bouchaud
83a6df7446
entrance: don't include header in headers
9 years ago
Marcel Hollerbach
9f5b40661a
entrance: Added Image loading for more paths.
...
- Images are loaded from 3 pools, System(PREFIX/entrance/images),
User(~/.config/entrance/images/) nad themes.
In each directory is a layout from ..images/icons and
...images/backgrounds.
- Each user can set his own Icon and his own Background out of the
pools.
- Renamed Entrance_Background to Entrance_Image because this struct is
also used for the icons, so this would be a little bit confusing!
- Directorys are parsed in the daemon, the theme in the client!
9 years ago
Michaël Bouchaud (yoz)
ab1da1e98e
entrance: and really fix this warnings
9 years ago
Michaël Bouchaud (yoz)
f10de61725
Revert "Changed the compile settings, the subdirectory event will be compiled as static library and included in the two ther directorys. Just a beauty thing :)"
...
Build is slower than before, on link we have DSO errors and I think it's worse than before. We have one more library to link.
This reverts commit 61d0d63bd0
.
9 years ago
Marcel Hollerbach
61d0d63bd0
Changed the compile settings, the subdirectory event will be compiled as static library and included in the two ther directorys. Just a beauty thing :)
...
Reviewers: michael.bouchaud
CC: raster
Differential Revision: https://phab.enlightenment.org/D451
9 years ago
Michael Bouchaud
53d146dbe1
entrance: move kill x to xserver_end()
9 years ago
Michael Bouchaud
f17a3c2d90
entrance: warn--
9 years ago
Marcel Hollerbach
d7d7f89d23
Revert my last commit & make entrance quit in any way
9 years ago
Marcel Hollerbach
1be65edee7
- Added feature a option called fastexit, if this is set entrance will
...
quit in any way, if not entrance just quits if the DE exits with an
error.
- Fixed the issue that entrance is not restarting after closing the
logged in session, this is done by NOT exitings if a user is logged in
allready, the pam session is closed, Xserver is quit, so entrance can restart.
9 years ago
Michael Bouchaud
a005f75fc0
entrance: entrance_init now init display name but not the cookie
10 years ago
Michael Bouchaud
32d5022a9f
entrance: init and shutdown entrance_session
10 years ago
Andrew Williams
e52b09740c
Fix the daemon crash that I was seeing
10 years ago
Michael Bouchaud
704645e370
entrance: don't free user if present in history
10 years ago
Michael Bouchaud
b189b81401
entrance: save info about user
10 years ago
Michael Bouchaud
5fbad35901
entrance: void++
10 years ago
Michael Bouchaud
ccdf5ab8f5
entrance: fix previous segv :)
10 years ago
Michael Bouchaud
9b3911a4fb
entrance: formating
10 years ago
Michael Bouchaud
af02c01ca7
entrance: hum a segv here ... really needed ?
10 years ago
Michael Bouchaud
3478743ea3
entrance: I've say remove
10 years ago
Michael Bouchaud
20fff0000f
entrance: remove this useless link
10 years ago
Michael Bouchaud
195f7d3d73
entrance: bump version and check alloca
10 years ago
Michael Bouchaud
b7b17e6d37
entrance: fix ENTRANCE_USER env var
10 years ago
Marcel Hollerbach
0519de4d9a
entrance: use sh with /etc/X11/xinit/xinitrc, thx to Marcel Hollerbach
10 years ago
Michael Bouchaud
1f54faeb13
entrance: remove a warning
10 years ago
Michael Bouchaud
b51edc9c1c
entrance: Let user choose WM/DE by his choice and pass it as parameter to the system session command
10 years ago
Michael Bouchaud
539a5d93a2
entrance: many improvment
...
* improve pam login
* fix some profile mistake when login an user
* use EINA_UNUSED
* code refactoring
* remove session login command
10 years ago
Michael Bouchaud
519342a564
entrance: use login command everywhere
10 years ago
Michael Bouchaud
6da13be704
entrance: rearrange login with default system command
10 years ago
Michael Bouchaud
d9b1f4e04b
entrance: warn--
10 years ago
Carsten Haitzler
16d33cdc4d
use compile defined paths for exec of entrance
10 years ago
Carsten Haitzler
530e75cf74
fix segv in entrance history if session is null. - MERGE
10 years ago
Carsten Haitzler
688276f325
fix func prototype to be void and use proper compile defined dirs paths
10 years ago