Michaël Bouchaud (yoz)
5b5f31dbaa
entrance: add entrance_ck_launch to gitignore
10 years ago
Marcel Hollerbach
c810ebf057
entrance: now the pools are set correctly.
10 years ago
Marcel Hollerbach
aede9bef80
entrance: files are now searched with eina_file instead of ecore_file
10 years ago
Michaël Bouchaud (yoz)
6a0aa9f717
entrance: fix DSO issue on clock_gettime, the daemon must be linked with rt
10 years ago
Michaël Bouchaud (yoz)
1f2cf3449f
entrance: fix make distcheck. Patch from vtorri, big thx to him
10 years ago
Michael Bouchaud
55b34fa8e6
entrance: indent
10 years ago
Michael Bouchaud
dade6965dc
entrance: factorizing
10 years ago
Michael Bouchaud
0458a9a0b6
entrance: oops forget to add entrance.conf.in
10 years ago
Michael Bouchaud
79b110aa3a
entrance: sed entrance.conf.in to have sysconfdir path expanded
10 years ago
Michael Bouchaud
2f5b5333d4
Revert "work around a double escape issue, sysconfdir references prefix..."
...
This reverts commit f8092005d8
.
10 years ago
Andy Williams
cc4b16048a
Ignore generated conf file
10 years ago
Andy Williams
f8092005d8
work around a double escape issue, sysconfdir references prefix...
...
Not a perfect fix, but entrance needs to work again
10 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
10 years ago
Andy Williams
ac53c173dd
Fix a typo
10 years ago
Michael Bouchaud
1943962384
entrance: fix build without systemd
10 years ago
Michael Bouchaud
3def47a5b2
entrance: use autofoo to sed entrance.conf
10 years ago
Michael Bouchaud
b1a227d90d
entrance: moving entrance.conf to entrance.conf.in
10 years ago
Michael Bouchaud
6d93384f12
entrance: use Xsession script to launch the session
10 years ago
Michael Bouchaud
74ebe7265c
entrance: add a script to prepare a x session to run
10 years ago
Michael Bouchaud
9d1c0e6e22
entrance: adding a script to prepare the x environment
10 years ago
Michael Bouchaud
2c9d5268a4
entrance: fix path in sudoers file
10 years ago
Michael Bouchaud
824620a77c
entrance: move entrance config to /entrance/entrance.conf
10 years ago
Michael Bouchaud
3cca28d7d1
entrance: use evas to determine if a image file could be loaded
10 years ago
Michael Bouchaud
9b06da4c25
entrance: add a new signal, to notify gui, we are checking password
10 years ago
Michael Bouchaud
a7f24683da
Revert "entrance: KP_Enter and Enter are emitting "entrance,auth,check" signal"
...
This reverts commit 570c312da5
.
10 years ago
Michael Bouchaud
68c8ce1aa4
entrance: oops forget to remove entrance_conf_log files here
10 years ago
Michael Bouchaud
815d47760a
entrance: reorganize struct, and remove display_area. Never used
10 years ago
Michael Bouchaud
5defc8b525
entrance: remove these toolbar ...
10 years ago
Michael Bouchaud
d96a9ee01b
entrance: flush only one time elementary config
10 years ago
Michael Bouchaud
58ff8fe083
entrance: remove this unwanted panel
10 years ago
Mike Blumenkrantz
f0fe68f8ad
add sudoers file to unset requiretty for entrance_client
...
I'm not sure installing this automatically is the best option, but I think the majority of systems will not work without it so...
10 years ago
Mike Blumenkrantz
f66580ccd9
remove PATH hacks from service file
...
the idea of needing to set either of these variables is terrifying to me. at the least, PATH should definitely not be required anymore since sudo is being explicitly specified
10 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!
10 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????
10 years ago
Mike Blumenkrantz
e1e8691ec6
correctly create login icons using theme edj's path
...
on a related topic, entrance_gui_theme_path_get() should probably just return a static buf[PATH_MAX] instead of stringsharing
I noticed a lot of these errors, so this issue is probably present throughout the tree
10 years ago
Mike Blumenkrantz
76b58a54ce
more service file fixes: set a tty and dependencies/conflicts
10 years ago
Mike Blumenkrantz
0d2b0a3aa3
fix service file to generate based on libdir and bindir
...
libdir != prefix/lib
bindir != prefix/bin
these MAY be the same, but their equivalencies are coincidental just like
rectangle != square
10 years ago
Mike Blumenkrantz
fe9f5b09c6
fix double free on shutdown
...
fun fact: freeing things on shutdown like this is just wasted lines of code
10 years ago
Marcel Hollerbach
570c312da5
entrance: KP_Enter and Enter are emitting "entrance,auth,check" signal
...
Now this signal is called in any way if the auth starts, so a theme can
catch this signal to react to the change.
10 years ago
Marcel Hollerbach
427e66d8a9
entrance: change back to elm_hoversel
10 years ago
Marcel Hollerbach
d9a3fdf8d1
entrance: added elementary profile support
10 years ago
Marcel Hollerbach
88c9b8c9b4
entrance: Implemented the remember session option!
10 years ago
Marcel Hollerbach
9923adc67d
entrance: take EINA_LIST_FOREACH in "{"
10 years ago
Marcel Hollerbach
5e080c91bc
entrance: just append the user!
10 years ago
Marcel Hollerbach
6cb61aa50a
Revert "entrance: append the user in the history if there was an update"
...
This reverts commit fd8c7b75b5
.
10 years ago
Marcel Hollerbach
fd8c7b75b5
entrance: append the user in the history if there was an update
10 years ago
Marcel Hollerbach
03816ba814
entrance: better check for icon part
10 years ago
Marcel Hollerbach
c3f817b849
entrance: Show "None" if there is no session.
10 years ago
Marcel Hollerbach
1a0e7a59da
entrance: Implemented session to use in entrance_conf_user.
10 years ago
Marcel Hollerbach
982d51c77e
entrance: entrance_fill use const *Eina_List!
10 years ago