WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: .X.d/  (Read 2869 times)

Offline beroje

  • Full Member
  • ***
  • Posts: 130
.X.d/
« 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


Pseudoman

  • Guest
Re: .X.d/
« Reply #1 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.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: .X.d/
« Reply #2 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.


Offline beroje

  • Full Member
  • ***
  • Posts: 130
Re: .X.d/
« Reply #3 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