Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: beroje on February 27, 2013, 07:22:53 AM

Title: .X.d/
Post by: beroje on February 27, 2013, 07:22:53 AM
tce-load -i Xprogs
tce-load -i flwm_topside
tce-load -i wbar
tce-load -i Xvesa
startx
????????????
No .X.d/ en /home/tc
(http://i52.tinypic.com/2qia1km.jpg)
Title: Re: .X.d/
Post by: Pseudoman on February 27, 2013, 07:41:05 AM
Is the following in your .xsession file?
Code: [Select]
[ -d ".X.d" ] && find ".X.d" -type f -print | while read F; do . "$F"; doneIf so, you should be able to create the .X.d folder and place your startup scripts there.
Otherwise, you can add that line to the end of your .xsession file and create the .X.d folder.
Title: Re: .X.d/
Post by: gerald_clark on February 27, 2013, 08:07:08 AM
Since you have not asked a question, it is difficult to see the point of this post.
My guess:
You booted with the 'base' bootcode, so /etc/skel was not copied to /home/tc.

Title: Re: .X.d/
Post by: beroje on February 27, 2013, 08:53:38 AM
BOOT_IMAGE=(loop)/boot/vmlinuz
quiet
tce=sda6/TinyCore/tce

From Core-current.iso
This is the cause.
thanks

Desde Core-current.iso
Esta es la causa.
Gracias