Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: enoch on November 19, 2009, 06:28:54 AM
-
jusy upgraded to 2.5 and installed flit now how do I make flit run at startup?
-
look in ~/.xsession
-
A reboot will cause the .xsession file to be re-processed. Or at least use the Logout | Exit to Prompt command to leave X windows, then restart it with the command startx.
--
Mike L.
-
I have not worked with .xsession yet, can you explain furthur?
-
If you upgraded, the release announcements always include files that have changed and need to be updated.
flit should start automatically, that is, if your .xsession is current.
You can use the following command to update your .xession.
$ cp /etc/skel/.xsession /home/tc/.xsession
If you will have to exit to prompt, and then type startx to see the changes, or simply reboot.
-
Thanks that took care of it.