WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Could be [tiny]core improved?  (Read 18489 times)

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 544
Re: Could be [tiny]core improved?
« Reply #45 on: July 20, 2025, 09:23:26 AM »
Main page could be redesigned to "responsive web design".

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 544
Re: Could be [tiny]core improved?
« Reply #46 on: September 20, 2025, 04:08:35 AM »
Search option in "local extensions" that are installed on demand. I have more than 30 extension in on-demand mode an it takes many time to find firefox.tcz inside.

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 544
Re: Could be [tiny]core improved?
« Reply #47 on: October 10, 2025, 02:00:04 AM »
Can you add function that ping repo.tinycorelinux.net by one click in menu list? Sometimes I need to check my internet connection.

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 544
Re: Could be [tiny]core improved?
« Reply #48 on: November 04, 2025, 08:14:26 AM »
aterm should have real transparency, not pseudo transparency.

Offline Zhe

  • Newbie
  • *
  • Posts: 15
Re: Could be [tiny]core improved?
« Reply #49 on: November 04, 2025, 10:29:40 AM »
Search option in "local extensions" that are installed on demand. I have more than 30 extension in on-demand mode an it takes many time to find firefox.tcz inside.


see  https://wiki.tinycorelinux.net/doku.php?id=wiki:menu

1.Build a custom OnDemand hierarchical directory based on /home/tc/.wmx

--xxx/  on the top
....
_xxx/  on the bottom

2. for me:
Code: [Select]
sleep 3
mv /home/tc/.wmx /home/tc/.wmx_old
cp -r /home/tc/.mymenu /home/tc/.wmx
chown -R tc:staff /home/tc/.wmx

(The specific time depends on the hardware speed and the number of items loaded in onboot.lst.)

3. add script to bootlocal.sh

If  ondemand_dir  changed, you need to manually synchronize the two directories.

a_dir="/mnt/sda1/tce/ondemand" and b_dir="/home/tc/.mymenu/OnDemand" .