Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: enoch on November 19, 2009, 06:28:54 AM

Title: how to make flit run at startup
Post 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?
Title: Re: how to make flit run at startup
Post by: jls on November 19, 2009, 08:48:17 AM
look in ~/.xsession
Title: Re: how to make flit run at startup
Post by: MikeLockmoore on November 20, 2009, 10:28:12 PM
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.
Title: Re: how to make flit run at startup
Post by: enoch on November 22, 2009, 05:25:48 PM
I have not worked with .xsession yet, can you explain furthur?
Title: Re: how to make flit run at startup
Post by: roberts on November 23, 2009, 03:07:00 AM
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.
Title: Re: how to make flit run at startup
Post by: enoch on November 23, 2009, 06:56:14 AM
Thanks that took care of it.