WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core 3.0 Alpha 9 Testing  (Read 23708 times)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Tiny Core 3.0 Alpha 9 Testing
« on: July 04, 2010, 07:40:58 AM »
Tiny Core v3.0 Alpha9 is now posted at http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/3.x/release_candidates

Change log for Alpha 9:

* Updated busybox 1.17.0git New applets: flock, modinfo, rev, unxz, xz, xzcat. Tar etc support xz now.
* Updated desktop.sh, startx, tc-config to support generic icon manager via new interface files.
* Updated wbar with new interface files for new generic icon support.
* Updated getRGB for wallpaper recall current solid color background.
* Updated .xsession .X.d to allow spaces in filenames.
* Updated linstdc++ to 6.13 now aligns with toolchain extension.
* Updated rebuildfstab to support raid devices.
* Updated some incorrect device types and numbers.

Note:

.xsession likely in your backup update from /etc/skel.
wbar should be removed from .X.d/ as there is now a generic call to ICON manager in .xsession
« Last Edit: July 04, 2010, 07:56:36 AM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #1 on: July 04, 2010, 07:46:19 AM »
Tiny Core v3.0 Alpha9 is now posted at http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/3.x/release_candidates

Change log for Alpha 9:


* Updated desktop.sh, startx, tc-config to support generic icon manager via new interface files.
* Updated wbar with new interface files for new generic icon support.



Great progress on tc ! Adding generic icon support is a good idea.

How does the generic icon manager interface work? Could you provide a simple example?
big pc man

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #2 on: July 04, 2010, 07:54:39 AM »
It uses interface files similar to the desktop window managers support.

See:
usr/bin/wbar
usr/bin/wbar.sh
usr/bin/wbar_setup.sh
usr/bin/wbar_update.sh

The next icon manager extension will likely be tablaunch using such interface files as

usr/local/bin/tablaunch
usr/local/bin/tablaunch.sh
usr/local/bin/tablaunch_setup.sh
usr/local/bin/tablaunch_update.sh

10+ Years Contributing to Linux Open Source Projects.

Offline Xianwen Chen

  • Full Member
  • ***
  • Posts: 142
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #3 on: July 04, 2010, 09:18:31 AM »
Good job! wbar is the only file in .X.d in my home folder. Does this imply that I can remove .X.d too?

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #4 on: July 04, 2010, 10:27:28 AM »
You may. But since .X.d/ is still in /etc/skel it will  reappear.
If you exit to shell, then rm -rf .X.d/ then startx to see that in theory it can be removed.
It is a convenience to leave in /etc/skel.
10+ Years Contributing to Linux Open Source Projects.

Offline Xianwen Chen

  • Full Member
  • ***
  • Posts: 142
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #5 on: July 04, 2010, 10:28:44 AM »
You may. But since .X.d/ is still in /etc/skel it will  reappear.
If you exit to shell, then rm -rf .X.d/ then startx to see that in theory it can be removed.
It is a convenience to leave in /etc/skel.

Thanks Robert!

Offline althalus

  • Sr. Member
  • ****
  • Posts: 351
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #6 on: July 04, 2010, 05:29:41 PM »
Generic icon support is working great! I'll get an info file put together for tablaunch soon, and submit it to the repo.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #7 on: July 05, 2010, 12:35:27 AM »
In the past mounthes I made several trials to compile one of my favorite applications, fldigi on TC without success due to several reasons. Now I have it up and running on Alpha 9. But.... It is an fltk based application and requires fltk configured with --enable-threads and compiled with --fexception and -frtti

Replacing the three fltk libs it works fine and fltk based tools are still working. I do not see any negative impact and libs are just a bit larger.

Please consider to update fltk libs in base as above.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #8 on: July 05, 2010, 12:44:22 AM »
Could you list the libfltk sizes (base + recompiled) for comparison?

I'm sure you know it, but in the meantime you could make a cpio/gz overlay to overwrite the base libs.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #9 on: July 05, 2010, 04:22:34 AM »
Could you list the libfltk sizes (base + recompiled) for comparison?

Size in bytes, base / recompiled:

libfltk             539,644 / 586,624
libfltk_forms    18,568 /   22,608
libfltk_images  52,444 /   56,432

Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline sbaguz

  • Newbie
  • *
  • Posts: 42
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #10 on: July 07, 2010, 08:48:47 AM »
An innocent question: in your schedule when do you think we will get the final release of Tiny Core 3.0?

Thanks

 :)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #11 on: July 07, 2010, 10:34:02 AM »
We are waiting for busybox 1.17 to be released  from git and a zlib mod/correction.  Both are from upstream projects outside of our control. As soon as these two items become available they we feel we can move forward in the release cycle. In the meantime we have corrected many bugs and continued to update core elements.
10+ Years Contributing to Linux Open Source Projects.

Offline meo

  • Hero Member
  • *****
  • Posts: 651
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #12 on: July 07, 2010, 03:38:45 PM »
Hi there!

Just want to mention some typos I've found. Pressing f3 at boot gives you a bunch of boot codes on the screen and the explanations of them. The home and opt boot codes are explained as specify peristent (should be persistent I guess) home/opt directory. Nothing big but I think this exceptional distro deserves a change of typos to be correct. Thanks again for an extraordinarily distribution!

Have fun continuing its development further,
meo
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #13 on: July 07, 2010, 04:10:20 PM »
Thanks for pointing out the typos. Fixed.
10+ Years Contributing to Linux Open Source Projects.

Offline starix

  • Newbie
  • *
  • Posts: 5
Re: Tiny Core 3.0 Alpha 9 Testing
« Reply #14 on: July 08, 2010, 12:58:06 AM »
Code: [Select]
depmod -a
modprobe -l
gives me an error modules.dep not found