Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: asi_ka on March 01, 2015, 03:10:17 PM

Title: X window on-startup script
Post by: asi_ka on March 01, 2015, 03:10:17 PM
I was wondering what is the best practice of running a custom x-application on X window startup. thanks.
Title: Re: X window on-startup script
Post by: asi_ka on March 01, 2015, 03:48:51 PM
well looks like it's as easy as putting any executable script in ~/.X.d directory.
Title: Re: X window on-startup script
Post by: Rich on March 01, 2015, 04:50:23 PM
Hi asi_ka
The files that go into  ~/.X.d  are not scripts, just files that contain commands. The command should be followed by a space and &
to background the task. If you don't do this and the command hangs, it will block the remaining commands.