Hi,
I customize tiny core current. And add following packages for Desktop
tce-load -wi Xvesa.tcz Xlibs.tcz Xprogs.tcz aterm.tcz flwm_topside.tcz wbar.tcz
and add this line in /etc/sysconfig/Xserver
Xvesa
here are the step I did
cp tinymount/boot/core.gz tinylocal/
cd tinylocal
gunzip core.gz
cpio -i < core
rm core
cd ../tinycde
wget packages
cd ../tinylocal
for i in `ls -1 ../tinycde/*tcz` ; do unsquashfs -f -d . $i ; done
for i in `ls -1 ../tinymount/cde/optional/*tcz` ; do unsquashfs -f -d . $i ; done
find | cpio -o -H newc > ../core
cd ..
gzip core
advdef -z4 core.gz
When I start startx , I can see the desktop but there is no icon. Can anyone help me?