I have installed xfce4 as per http://www.freebsd.org/doc/handbook/x11-wm.html
After reboot, i directly got the xdm login prompt.
I can login using normal user, but not as root.
I could excute above using normal user only. When i tried with root, i got error "/bin/sh" no such event
Secondly, Is it possible to login as root in terminal when logged in with normal user.(while in xfce4 gui)
After reboot, i directly got the xdm login prompt.
I can login using normal user, but not as root.
Code:
% echo "#!/bin/sh" > ~/.xsession
% echo "/usr/local/bin/startxfce4" >> ~/.xsession
% chmod +x ~/.xsession
I could excute above using normal user only. When i tried with root, i got error "/bin/sh" no such event
Secondly, Is it possible to login as root in terminal when logged in with normal user.(while in xfce4 gui)