Hi,
I compared the content of the PCLinuxOS gfxboot theme and the pclosedu gdm, did some changes. I also started Lxde mini and compared with what Neal did, in the LXDE gfxboot theme, and got some conclusions.
I am now starting a new Edu remaster in Vbox, it now seems ok. I'll try Neal's way in a next and maybe last Edu... depending on what the testers will tell me at the forum, once uploaded.
Bye the way, I found a trick with cpio, for the "message" archive. To avoid getting "message" in the "message" archive, send the new "message" file elsewhere than in the current directory.
ie, in the "install" directory which goes under /usr/share/gfxboot/themes/Theme-name/install:
# ls
af.hlp* el.hlp* gu.hlp* lt.hlp* pt.hlp* welcome.jpg*
ar.hlp* en.hlp* hr.hlp* mr.hlp* ro.hlp* xh.hlp*
back.jpg* es.hlp* hu.hlp* nb.hlp* ru.hlp* zh_CN.hlp*
bootlogo* et.hlp* it.hlp* nl.hlp* sk.hlp* zh_TW.hlp*
ca.hlp* fi.hlp* ja.hlp* pa.hlp* sv.hlp*
cs.hlp* fr.hlp* ko.hlp* pclinuxos.pcx* text.jpg*
da.hlp* gfxboot.cfg* ky.hlp* pl.hlp* timer_a.jpg*
de.hlp* gl.hlp* langs* pt_BR.hlp* uk.hlp*
# ls | cpio -o > /home/guest/Desktop/message
instead of:
# ls | cpio -o > message
Then the new archive "message", created elsewhere than in the current directory, does not contain itself.
I have one question about the gfxboot directories structure : what is the symlink "PCLinuxOS → /usr/share/themes/PCLinuxOS", which is under /usr/share/gfxboot/themes/PCLinuxOS, (besides the directories "boot" and "install") meant for ? What is exactly it's use ?
Regards,
Mélodie