Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Raspberry Pi port,
piCore-15.0
is available!
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Base
»
Raspberry Pi
»
X window on-startup script
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: X window on-startup script (Read 2449 times)
asi_ka
Newbie
Posts: 10
X window on-startup script
«
on:
March 01, 2015, 06:10:17 PM »
I was wondering what is the best practice of running a custom x-application on X window startup. thanks.
«
Last Edit: March 01, 2015, 06:19:35 PM by asi_ka
»
Logged
asi_ka
Newbie
Posts: 10
Re: X window on-startup script
«
Reply #1 on:
March 01, 2015, 06:48:51 PM »
well looks like it's as easy as putting any executable script in ~/.X.d directory.
Logged
Rich
Administrator
Hero Member
Posts: 11694
Re: X window on-startup script
«
Reply #2 on:
March 01, 2015, 07: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.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Base
»
Raspberry Pi
»
X window on-startup script