I have read some other threads here on the forums and it looks like it is easy to solve,
but sadly nothing worked for me.
I have tried a lot of different configurations and ended up with the following as of now:
/boot/loader.conf
/etc/rc.conf
~/.xinitrc
the Login command in /usr/local/etc/slim.conf is
I can type
slim gives me "failed to execute Login command"
(there also Comes up a Little window with a dbus error which says:
"Could not connect to session bus" and "could not acquire name on session bus")
I usually use /bin/tcsh as my shell and had that changed earlier in the /usr/local/etc/slim.conf but to make the tcsh a login shell the syntax is different from sh and the tcsh(1) manpage says that the
Since this is not the case because it is followed by
I also tried to start slim from /etc/ttys like this
That makes the Little Windows with the dbus error dissapear but the
"failed to execute Login command" remains the same.
I'm on FreeBSD 10.2
but sadly nothing worked for me.
I have tried a lot of different configurations and ended up with the following as of now:
/boot/loader.conf
Code:
kernel.vty="vt"
/etc/rc.conf
Code:
hald_enable="YES"
dbus_enable="YES"
slim_enable="YES"
~/.xinitrc
Code:
exec mate-session
the Login command in /usr/local/etc/slim.conf is
Code:
login_cmd exec /bin/sh - ~/.xinitrc %session
I can type
startx
and the mate session starts fine, but booting intoslim gives me "failed to execute Login command"
(there also Comes up a Little window with a dbus error which says:
"Could not connect to session bus" and "could not acquire name on session bus")
I usually use /bin/tcsh as my shell and had that changed earlier in the /usr/local/etc/slim.conf but to make the tcsh a login shell the syntax is different from sh and the tcsh(1) manpage says that the
-l
Option must be the only Option.Since this is not the case because it is followed by
~/.xinitrc %session
i dropped that i also tried to Change my Shell to /bin/sh and left the login_cmd
as ist was. That made no difference.I also tried to start slim from /etc/ttys like this
Code:
ttyv8 "/usr/local/bin/slim" xterm on secure
That makes the Little Windows with the dbus error dissapear but the
"failed to execute Login command" remains the same.
I'm on FreeBSD 10.2
Last edited by a moderator: