WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tinycore_v3.5rc1  (Read 8133 times)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
tinycore_v3.5rc1
« on: January 29, 2011, 11:58:04 AM »
The First Release Candidate of Tiny Core v3.5 is now posted and ready for testing.
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/3.x/release_candidates

tinycore_3.5rc1.iso
tinycore_3.5rc1.iso.md5.txt

Change log for Tiny Core v3.5:
* Clean up of tce-audit 'delete' spurious messages.
* New tce-remove support for tce-audit/appsaudit.
* Update wbar_rm_icon to support tce-remove.
* Updated appsaudit to support removing ondemand uninstalled extensions without rebooting.
* Updated appsaudit, added highlight on FAILED md5 checking.
* Moved thinkpad_acpi.ko from base to extension.
* Updated tc-config crond call and removed duplicate crond script.
* Updated wbarconf added many more bar position options.
* Updated services to support nested daemon starting.
* Updated appbrowser moved Mirror Selection to support mirror.tcz extension.
* Updated busybox 1.18.1 plus patches.
* Scripts adjusted to remove extra spaces to reduce size.
* fsck replaced with busybox fsck
* zsync upgraded to 0.6.2.
* updated fluff file manager to 0.8.9

« Last Edit: January 30, 2011, 06:47:48 AM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: tinycore_v3.5c1
« Reply #1 on: January 29, 2011, 09:29:15 PM »
when is tce-remove called apart from shutdown?
dCore user

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v3.5c1
« Reply #2 on: January 30, 2011, 06:43:25 AM »
Automatically upon exit from appsaudit.

Or if only using CLI tce-audit then when specified.
Example:

tce-load -wo abiword
tce-audit updatedeps
tce-audit delete abiword
tce-audit remove
10+ Years Contributing to Linux Open Source Projects.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: tinycore_v3.5rc1
« Reply #3 on: January 31, 2011, 04:46:20 AM »
There is a typo in tinycore-filemgr.desktop

Quote
Categories=Utilities;

where Utilities is an invalid category. Correct definition:

Quote
Categories=Utility;

I advise to add this entry:

Quote
OnlyShowIn=Old;

This would hide fluff in DE's like LXDE or Xfce as they are packed with their own file manager already but would leave native TC environment unchanged.
« Last Edit: January 31, 2011, 04:50:37 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

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

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v3.5rc1
« Reply #4 on: January 31, 2011, 06:52:59 AM »
Agreed. Adjustments made. Thanks.
10+ Years Contributing to Linux Open Source Projects.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: tinycore_v3.5rc1
« Reply #5 on: January 31, 2011, 03:10:36 PM »
tce-remove removes only the non installed apps, but if an app is copied to fs it can be deleted
dCore user

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v3.5rc1
« Reply #6 on: January 31, 2011, 03:55:23 PM »
Scatter mode is not on demand.  So of course not.
10+ Years Contributing to Linux Open Source Projects.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: tinycore_v3.5rc1
« Reply #7 on: January 31, 2011, 11:27:51 PM »
In a .desktop file you can define a terminal application which is executed in the default terminal window. For Midnight Commander it looks like

Quote
Exec=mc
Terminal=true
Type=Application

It worsk in Xfce, but not honored by TC and while it appears on WBAR not executed in a terminal so doesn't work. On the WBAR it must be executed as

Quote
aterm -e mc

However binding it to aterm is not a good solution as user may have changed to another terminal like urxvt due to UTF-8 environment. Proposal is to introduce the system wise terminal which defaults to aterm and can be changed by user or extension, and used on WBAR. It can be a text file for example

/etc/sysconfig/terminal

BTW, Terminal= requires a Boolean argument. Allowed values are 0, 1, true, false (lower case). However detecting it case insensitive would eliminate some further headackes.
« Last Edit: January 31, 2011, 11:31:44 PM by bmarkus »
Béla
Ham Radio callsign: HA5DI

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

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: tinycore_v3.5rc1
« Reply #8 on: February 01, 2011, 01:38:42 AM »
Proposal is to introduce the system wise terminal which defaults to aterm and can be changed by user or extension, and used on WBAR. It can be a text file for example

/etc/sysconfig/terminal

If such a system wise terminal would be introduced, would such be without any impact in the case of concurrently using aterm(s) and VT(s)?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: tinycore_v3.5rc1
« Reply #9 on: February 01, 2011, 02:05:14 AM »
Of course base must be adjusted accordingly, for example terminal in the menu or on WBAR must start the proper terminal. It would work similarly as /etc/sysconfig/Xserver currently.
Béla
Ham Radio callsign: HA5DI

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

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: tinycore_v3.5rc1
« Reply #10 on: February 01, 2011, 03:25:07 AM »
How about just pointing the "xterm" symlink to whatever terminal one uses? It's by default to aterm, but can be overridden by the startup script of any terminal extension.

It's the generic terminal name, and tried by just about any app that calls a terminal.
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: tinycore_v3.5rc1
« Reply #11 on: February 01, 2011, 03:32:23 AM »
How about just pointing the "xterm" symlink to whatever terminal one uses? It's by default to aterm, but can be overridden by the startup script of any terminal extension.

It's the generic terminal name, and tried by just about any app that calls a terminal.

May work, but I'm not sure. A while ago testing UTF-8 setup I had some issues where application depended on terminal name, and the related environment variable BTW to set up its behavior but do not remember details. This has to be tested.
Béla
Ham Radio callsign: HA5DI

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

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: tinycore_v3.5rc1
« Reply #12 on: February 01, 2011, 06:34:20 AM »
Scatter mode is not on demand.  So of course not.
sorry?
dCore user