Bonjour,
j'ai installé E17 et Entrance pour accéder à ma session.Mais avec Entrance je ne peux accéder à ma session (souvent je n'ai pas accès à ma souris), alors qu'avec slim ou gdm je peux.
Avec la commande startx aussi.
Voici mes logs d'erreurs:
Les récents commentaires sur entrance-svn font état de problèmes (mais bon, sans plus de précisions impossible de dire si ce sont les mêmes cas que toi ).
Tu pourrais montrer .entrance_session.log en entier ? (pour info, les erreurs qui suivent sont liées au fait que twm et xterm ne sont pas installés, parce qu'il cherche à appliquer /etc/X11/xinit/xinitrc plutôt que ton ~/.xinitrc, vu que tu en as un... ça ne devrait pas donc très louche et sans doute le problème ici.)
Pour info, on peut voir ton entrance.conf ?
«The following statement is not true. The previous statement is true.»
yannick@yannick ~ % cat /etc/entrance.conf
group "Entrance_Config" struct {
value "session_path" string: "/bin:/usr/bin:/usr/local/bin";
/* X server path */
value "xinit_path" string: "/usr/bin/X";
/* X server args */
value "xinit_args" string: "-nolisten tcp -br vt7";
/* xauth path binary */
value "xauth_path" string: "/usr/bin/xauth";
/* xauth file for server */
value "xauth_file" string: "/var/run/entrance.auth";
/* Commands executed when starting a session */
value "session_start" string: "/usr/bin/sessreg -a -l :0.0";
/* Command executed when login. Warning xsession must be set to 0 */
value "session_login" string: "/bin/bash -login /etc/X11/xinit/xinitrc";
/* Commands executed when exiting a session */
value "session_stop" string: "/usr/bin/sessreg -d -l :0.0";
/* Commands executed to shutdown */
value "shutdown" string: "/sbin/shutdown -h now";
/* Command executed to reboot */
value "reboot" string: "/sbin/shutdown -r now";
/* Command executed to suspend */
value "suspend" string: "/usr/sbin/pm-suspend";
/** Start in daemon mode. This can be overriden by the command line
* 1 = True, 0 = False */
value "daemonize" uchar: 1;
/* Enable numlock */
value "numlock" uchar: 1;
/** Bool to determine if entrance must login user with the session_login command
* or use xdg desktop and determine the command to use
* 1 = desktop_file_cmd, 0 = session_login */
value "xsessions" uchar: 1;
/** Bool to determine if entrance must autologin user when X start
* 1 = autologin enabled, 0 = autologin disabled */
value "autologin" uchar: 0;
/* The name of the user to use when autologin are enabled */
value "userlogin" string: "yannick";
/* Lock file */
value "lockfile" string: "/var/run/entrance.pid";
/* Log file */
value "logfile" string: "/var/log/entrance.log";
/* Theme to use */
value "theme" string: "default";
}
J'ai remplacé myuser par yannick, car je l'avais configuré en autologin.
Et je suppose que c'est normal que j'ai un entrance.conf~ ? Dont je te donne le retour aussi
cat /etc/entrance.conf~
group "Entrance_Config" struct {
value "session_path" string: "/bin:/usr/bin:/usr/local/bin";
/* X server path */
value "xinit_path" string: "/usr/bin/X";
/* X server args */
value "xinit_args" string: "-nolisten tcp -br vt7";
/* xauth path binary */
value "xauth_path" string: "/usr/bin/xauth";
/* xauth file for server */
value "xauth_file" string: "/var/run/entrance.auth";
/* Commands executed when starting a session */
value "session_start" string: "/usr/bin/sessreg -a -l :0.0";
/* Command executed when login. Warning xsession must be set to 0 */
value "session_login" string: "/bin/bash -login /etc/X11/xinit/xinitrc";
/* Commands executed when exiting a session */
value "session_stop" string: "/usr/bin/sessreg -d -l :0.0";
/* Commands executed to shutdown */
value "shutdown" string: "/sbin/shutdown -h now";
/* Command executed to reboot */
value "reboot" string: "/sbin/shutdown -r now";
/* Command executed to suspend */
value "suspend" string: "/usr/sbin/pm-suspend";
/** Start in daemon mode. This can be overriden by the command line
* 1 = True, 0 = False */
value "daemonize" uchar: 1;
/* Enable numlock */
value "numlock" uchar: 1;
/** Bool to determine if entrance must login user with the session_login command
* or use xdg desktop and determine the command to use
* 1 = desktop_file_cmd, 0 = session_login */
value "xsessions" uchar: 1;
/** Bool to determine if entrance must autologin user when X start
* 1 = autologin enabled, 0 = autologin disabled */
value "autologin" uchar: 0;
/* The name of the user to use when autologin are enabled */
value "userlogin" string: "myusername";
/* Lock file */
value "lockfile" string: "/var/run/entrance.pid";
/* Log file */
value "logfile" string: "/var/log/entrance.log";
/* Theme to use */
value "theme" string: "default";
Après relecture du .conf, tu as aussi à mettre value "xsessions" uchar: 0; (quoique je pige pas le coup du xinitrc alors... donc croisons les doigts ).
«The following statement is not true. The previous statement is true.»
J'ai testé vite fait... Je n'y arrive pas non plus:
-configuration de base: retour sur entrance après login/mêmes erreurs que toi (... cependant il arrive à me lancer afterstep ou openbox par exemple ; truc en passant, cependant: il ignore allégrement la locale système et me les chargent en anglais)
-joujou avec les configurations comme indiquées (y compris niveau service systemd, dès fois que): écran noir...
Vu qu'e17 se lance quand même via startx ou par d'autres gestionnaires, il doit y avoir un problème avec entrance (ne pas perdre de vue qu'il s'agit d'une version de développement qui en plus n'a pas été retouché depuis 3-4 mois !). À suivre... (j'vais juste préciser dans le wiki que entrance est encore en développement).
(sinon, de mémoire, il doit y avoir au moins un utilisateur habitué d'e17 sur le forum, peut-être aura-t-il des précisions là-dessus s'il voit le sujet... n3os après vérification rapide si je ne me trompe pas ? )
«The following statement is not true. The previous statement is true.»