WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Bug: Cannot import tcWbar dCore 5.0-rc2  (Read 3814 times)

Offline cpoakes

  • Newbie
  • *
  • Posts: 32
Bug: Cannot import tcWbar dCore 5.0-rc2
« 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?
« Last Edit: September 04, 2013, 01:47:21 PM by cpoakes »

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Bug: Cannot import tcWbar dCore 5.0-rc2
« Reply #1 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.
« Last Edit: September 04, 2013, 06:57:11 PM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline cpoakes

  • Newbie
  • *
  • Posts: 32
Re: Bug: Cannot import tcWbar dCore 5.0-rc2
« Reply #2 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).
« Last Edit: September 06, 2013, 12:03:30 PM by cpoakes »