Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => dCore x86 Imported Extensions => Topic started by: cpoakes on September 04, 2013, 01:21:36 PM

Title: Bug: Cannot import tcWbar dCore 5.0-rc2
Post by: cpoakes on September 04, 2013, 01:21:36 PM
I cannot import tcWbar in two scenarios.  Scenario 1, with only kernel+initrd loaded, no tce=  defined (using /tmp/tce), I can import Xprogs, flwm_topside, and xorg-all.  But...
Code: [Select]
import tcWbar
tcWbar is not available as a package. Exiting...
Scenario 2, with kernel+initd, tce=LABEL=misc/dcore5/tce.  With a virgin (empty) tce directory, I can import Xprogs, flwm_topside, and xorg-all.  But same error:
Code: [Select]
import tcWbar
tcWbar is not available as a package. Exiting...
There is no tcWbar package in in the  tce/sce directory.  The desktop predictably starts up without wbar. Furthermore, I can wget the file with no problems:
Code: [Select]
wget http://tinycorelinux.net/5.x/x86/sce/tcWbar.sce
Problem with repo or package list?
Title: Re: Bug: Cannot import tcWbar dCore 5.0-rc2
Post by: roberts on September 04, 2013, 04:07:32 PM
tcWbar is no longer needed.
wbar is a prebuilt dCore package which contains the binary as well as the Core specific support scripts.
README-X-Desktop.sh updated.
Title: Re: Bug: Cannot import tcWbar dCore 5.0-rc2
Post by: cpoakes on September 05, 2013, 01:08:10 AM
For other users: If you want the "normal" TC wbar,  in addition to importing wbar, you will need to add "icons=wbar" to your boot codes, execute wbar.sh before X starts to configure wbar (eg. in /opt/bootlocal.sh or /opt/bootsync.sh), and add a script to start wbar in your $HOME/.X.d directory (steal the one from regular TC).