Data Fields | |
char * | theme |
theme - the theme we want entrance ui to use | |
char * | background |
background - the UI background | |
char * | pointer |
pointer - path to the file on disk we want to use as the pointer | |
struct { | |
char * string | |
} | before |
before - the string before the hostname in "EntranceHostname" after - the string to append after hostname in "EntranceHostname" date - the date format fed to strftime for "EntranceDate" time - the time format fed to strftime for "EntranceTime" | |
struct { | |
char * string | |
} | after |
before - the string before the hostname in "EntranceHostname" after - the string to append after hostname in "EntranceHostname" date - the date format fed to strftime for "EntranceDate" time - the time format fed to strftime for "EntranceTime" | |
struct { | |
char * string | |
} | date |
before - the string before the hostname in "EntranceHostname" after - the string to append after hostname in "EntranceHostname" date - the date format fed to strftime for "EntranceDate" time - the time format fed to strftime for "EntranceTime" | |
struct { | |
char * string | |
} | time |
before - the string before the hostname in "EntranceHostname" after - the string to append after hostname in "EntranceHostname" date - the date format fed to strftime for "EntranceDate" time - the time format fed to strftime for "EntranceTime" | |
struct { | |
int w | |
int h | |
} | screens |
don't know how applicable these are anymore, since layout is left up to the edje the variables are currently unused | |
struct { | |
int w | |
int h | |
} | display |
don't know how applicable these are anymore, since layout is left up to the edje the variables are currently unused | |
int | auth |
ENTRANCE_USE_PAM - if set to use pam authentication ENTRANCE_USE_SHADOW- if set to use shadow auth if pam is not avail. | |
int | engine |
engine - the evas rendering engine to use 1 - OpenGL rendering engine 0 - The software rendering engine (default) | |
int | reboot |
reboot - whether or not to allow themeable rebooting 1 - Allow Rebooting 0 - Disable theme rebooting | |
int | halt |
halt - whether or not to allow themeable halting 1 - Allow Halting 0 - Disable theme halting | |
Evas_List * | fonts |
fonts - available font paths for fonts | |
struct { | |
int remember | |
int remember_n | |
Evas_Hash * hash | |
Evas_List * keys | |
} | users |
users - users known to the system | |
struct { | |
Evas_Hash * hash | |
Evas_List * keys | |
} | sessions |
sessions - sessions known to the system | |
char * | xsession |
struct { | |
char * username | |
uid we can find in the users hash | |
int mode | |
0 = off, 1 = immediate exec, 2 = show theme & post auth | |
} | autologin |
struct { | |
char * prevuser | |
int mode | |
0 = off, 1 = presel previous | |
} | presel |
char* _Entrance_Config::theme |
theme - the theme we want entrance ui to use
background - the UI background
pointer - path to the file on disk we want to use as the pointer
char* _Entrance_Config::string |
struct { ... } _Entrance_Config::before |
before - the string before the hostname in "EntranceHostname" after - the string to append after hostname in "EntranceHostname" date - the date format fed to strftime for "EntranceDate" time - the time format fed to strftime for "EntranceTime"
struct { ... } _Entrance_Config::after |
before - the string before the hostname in "EntranceHostname" after - the string to append after hostname in "EntranceHostname" date - the date format fed to strftime for "EntranceDate" time - the time format fed to strftime for "EntranceTime"
struct { ... } _Entrance_Config::date |
before - the string before the hostname in "EntranceHostname" after - the string to append after hostname in "EntranceHostname" date - the date format fed to strftime for "EntranceDate" time - the time format fed to strftime for "EntranceTime"
struct { ... } _Entrance_Config::time |
before - the string before the hostname in "EntranceHostname" after - the string to append after hostname in "EntranceHostname" date - the date format fed to strftime for "EntranceDate" time - the time format fed to strftime for "EntranceTime"
struct { ... } _Entrance_Config::screens |
don't know how applicable these are anymore, since layout is left up to the edje the variables are currently unused
struct { ... } _Entrance_Config::display |
don't know how applicable these are anymore, since layout is left up to the edje the variables are currently unused
ENTRANCE_USE_PAM - if set to use pam authentication ENTRANCE_USE_SHADOW- if set to use shadow auth if pam is not avail.
engine - the evas rendering engine to use 1 - OpenGL rendering engine 0 - The software rendering engine (default)
reboot - whether or not to allow themeable rebooting 1 - Allow Rebooting 0 - Disable theme rebooting
halt - whether or not to allow themeable halting 1 - Allow Halting 0 - Disable theme halting
Evas_List* _Entrance_Config::fonts |
fonts - available font paths for fonts
Evas_Hash* _Entrance_Config::hash |
Evas_List* _Entrance_Config::keys |
struct { ... } _Entrance_Config::users |
users - users known to the system
Evas_Hash* _Entrance_Config::hash |
Evas_List* _Entrance_Config::keys |
struct { ... } _Entrance_Config::sessions |
sessions - sessions known to the system
uid we can find in the users hash
0 = off, 1 = immediate exec, 2 = show theme & post auth
0 = off, 1 = presel previous
struct { ... } _Entrance_Config::autologin |
struct { ... } _Entrance_Config::presel |