Hi guys,
I have some doubts about this passage of the handbook:
1) Should this command execute as admin?
2) This command populates the file this way:
If I run
3) I do not understand why... There is not "shebang", is not populated, I am confused.
Thanks,
tgl
I have some doubts about this passage of the handbook:
Unlike GNOME or KDE, Xfce does not provide its own login manager. In order to start Xfce from the command line by typing startx, first create ~/.xinitrc with this command:
% echo ". /usr/local/etc/xdg/xfce4/xinitrc" > ~/.xinitrc
1) Should this command execute as admin?
2) This command populates the file this way:
Code:
$ cat .xinitrc
. /usr/local/etc/xdg/xfce4/xinitrc
If I run
startx
from the TTY
the session runs...3) I do not understand why... There is not "shebang", is not populated, I am confused.
Thanks,
tgl