Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: startup on May 13, 2010, 08:18:50 AM
-
hey ppl,
i tried ---
How do I start X apps on boot?
Add them to /home/tc/.xsession, backgrounded. They should be added near the end, after waitforX and the window manager. Here's how to start Opera at boot:
opera &
dint get where to add
i dont see window manager
but i can see waitforX
and do i add zsnes &; or zsnes &
please help how to start zsnes on boot up
what is meant by backgrounded?
-
Look at ~/.X.d/wbar for the format - create a file in ~/.X.d with the extension name and the appropriate command inside and it will start with x
-
@startup: Regarding your question "what is meant by backgrounded?"
That would be using zsnes & instead of zsnes (whilst zsnes &; would probably result in a sh: syntax error: unexpected ";" error).
-
hey i dint get your solution at all...what do you mean by creating a file .x.d.with extension(what extension???)
please elaborate a little...
what do you mean by appropriate command(which command)
i am in urgent need and stuck in my project, just due to this
plz help
-
i saw thw wbar file
made a file called zsnes inside .x.d
wrote the same line as in wbar with wbar replaced by zsnes
is thta right??
shud it work
-
I'm guessing you need something like this:
$ cat /home/tc/.X.d/zsnes
zsnes &