WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tinycore_v3.1rc2  (Read 6306 times)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
tinycore_v3.1rc2
« on: August 24, 2010, 10:51:15 PM »
Team Tiny Core is pleased to announce Tiny Core 3.1 rc2 is now available for testing and preview.
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/3.x/release_candidates/tinycore_3.1rc2.iso

rc1
* New Size tab in Appbrowser - calls tce-size
* Updated Depends tab in Appbrowser to display dependency tree
* Updated /etc/passwd user nobody for missing "home" field.
* Updated /etc/shadow user root to remove default password.
* Added 'P)rovides' to ab  command line tiny appbrowser.
* Updated appsaudit to eliminate duplicates in onboot and ondemand lists.
* New Wbar_eXclude to exclude icons from wbar available in SystemTools. Calls wbar_exclude GUI.
* Updated wbar_update to process xwbar.lst created via wbar_exclude.
* Added Appsaudit to system menu.
* Added -s option to tce-load to suppress OK when using command line tce-load -is
* Code cleanup to appbrowser.
* New background and flwm titlebar colors.

rc2
* Updated busybox to 1.17.1
* New multivt boot code for multiple virtual terminals.
* Updated Appsaudit for ondemand moved to tce directory.
* Updated ondemand script to support move of ondemand directory.
* Updated supported window managers (fluxbox,hackedbox,icewm,jwm,jwm-snapshot,flwm,flwm_topside)
* Removed unused libncurses and tset - available in recently posted ncurses.tcz
* Updated Appsbrowser - shaded 'need to download' items.
* Internationalization (setlocale) added to FLTK GUIs.
* New 'bigHomeFiles' tab added to System Stats in ControlPanel.

Note: ~/.OnDemand directory has been moved from the home directory to the user specified tce directory as ondemand/  Programs and supported window managers have been updated to reflect this change. If you use a ondemand and a window manager other than the default flwm_topside then you will have to use an rc version from http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/3.x/release_candidates/window-managers/
10+ Years Contributing to Linux Open Source Projects.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: tinycore_v3.1rc2
« Reply #1 on: August 25, 2010, 01:56:27 PM »
In the base /usr/lib/libXft.so.2.1.13 depends on libfontconfig.so.1 which is provided by fontconfig.tcz, not in the base. Would be better to move it to /usr/local/lib in fontconfig.tcz

Same in TC 3.0
« Last Edit: August 25, 2010, 01:58:10 PM by bmarkus »
Béla
Ham Radio callsign: HA5DI

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

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: tinycore_v3.1rc2
« Reply #2 on: August 26, 2010, 02:31:23 AM »
In addition to what bmarkus has reported: /usr/lib/libXcursor.so.1.0.2 depends on libXfixes.so.3 which is IIRC in the Xorg-7.5-lib.tcz entension.

I guess a similar question re. moving the file into the extension applies.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v3.1rc2
« Reply #3 on: August 26, 2010, 03:19:16 PM »
Both suggestions will be implemented for rc3. Thanks.
10+ Years Contributing to Linux Open Source Projects.

Offline sandras

  • Jr. Member
  • **
  • Posts: 53
Re: tinycore_v3.1rc2
« Reply #4 on: August 26, 2010, 03:33:06 PM »
as the tc desktop colors are frequently changing, could i suggest trying gradients? i think tc looks better that way, like here http://wiki.tinycorelinux.com/show_image.php?id=1&scalesize=o
also, just a thought, but what about changing /usr/share/wbar/osxbarback.png to a one transparent pixel png? i tried it, looks nice, wheights less, of course, tastes differ.

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: tinycore_v3.1rc2
« Reply #5 on: August 29, 2010, 04:01:16 AM »
I was wondering whether the new 'multivt' boot code should have an impact on '/root/.profile'. When using this boot code one can not gain a login shell for the user 'root' as the auto-login of the $TCUSER takes over in any case.

Maybe this auto-login should only happen if $TCUSER is not already logged in. I believe that could be achieved by changing the respective line to:
  who | grep -q "^${TCUSER} " || exec /bin/login -f "$TCUSER"

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: tinycore_v3.1rc2
« Reply #6 on: August 29, 2010, 04:40:14 AM »
It's independent from noautologin, they can be used together if that is desired.
The only barriers that can stop you are the ones you create yourself.

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: tinycore_v3.1rc2
« Reply #7 on: August 29, 2010, 11:07:35 AM »
@sandras: agreed, looks quite nice :)
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v3.1rc2
« Reply #8 on: August 29, 2010, 11:59:50 AM »
@sandras,  what is your hsetroot settings, or are you using jwm specifics? And must also be able to show our logo!
10+ Years Contributing to Linux Open Source Projects.

Offline sandras

  • Jr. Member
  • **
  • Posts: 53
Re: tinycore_v3.1rc2
« Reply #9 on: August 29, 2010, 12:52:39 PM »
well, this is not my actual hsetroot setting, but this is what i might suggest.

hsetroot -add "#6677AA" -add "#000033" -gradient 0 -center /usr/share/pixmaps/logo.png

thinking about this, though, this gradient thing brings inconsistencies with the wallpaper program. it can't set gradient, as far as i know.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v3.1rc2
« Reply #10 on: August 30, 2010, 07:04:14 AM »
Looks too purple for my taste. Gradient is not smooth as shown in your prior post.
Background and colors are so subjective and personal.

Since this setting is in one's backup, I will leave well enough alone.

I have changed from xsetroot to esetroot to now hsetroot each offering differing and/or additional options. Wallpaper has not caught up to all the options now available in hsetroot. Bottom line, I am reluctant to add bloat to something that is not operationally needed.
« Last Edit: August 30, 2010, 07:11:40 AM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline starix

  • Newbie
  • *
  • Posts: 5
Re: tinycore_v3.1rc2
« Reply #11 on: August 31, 2010, 03:31:24 AM »
cfdisk needs libncurses.
update depends plz!

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: tinycore_v3.1rc2
« Reply #12 on: August 31, 2010, 04:43:12 AM »
Done.

But please post extension issues in the "TCE Bugs" area.

Thanks.