nuklear Nov 12, 2015 #1 I use startx to run KDE, but when I logout session, FreeBSD display the console prompt. I'd like to redirect to login prompt. How can I fix this?
I use startx to run KDE, but when I logout session, FreeBSD display the console prompt. I'd like to redirect to login prompt. How can I fix this?
UnixRocks Nov 12, 2015 #2 Maybe this? Code: startx;exit Or this? Code: startx&&exit Note, I have not tested these myself.