WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Recent Posts

Pages: [1] 2 3 ... 10
1
TCB Talk / Re: Making immutable attribute persistent
« Last post by Rich on Today at 12:38:29 AM »
Hi Leee
... The file in question is ~/.config/emelfm2/config-C. ...
I just tried it under TC14 x86_64.
I selected strftime() and set the custom format to %Y%m%d.
Then I hit Apply and then Commit.
I closed emelfm2 and then opened it. The config file retained the custom format.
I then closed emelfm2 again. The config file reverted to "Default".

The config file also contains this note:
Quote
# emelFM2 (v 0.9.1)

# This is the emelFM2 configuration data file.
# It will be overwritten each time the program is run!
2
TCB Talk / Re: Thinking of using Tiny Core; advice please?
« Last post by JunkYard on May 19, 2026, 11:48:16 PM »
TC has extensions for other Web browsers that work better with low RAM.
Could you recommend any please? and if so do you have the terminal code so I can install it please?
3
TCB Talk / Making immutable attribute persistent
« Last post by Leee on May 19, 2026, 11:06:12 PM »
I'm using Core 17.0 on x86_64

Is there a handy way to get the "immutable" attribute of a file to persist across a backup and restore cycle?

My issue is this:  I have an application (emelfm2) that insists on changing the value of a certain setting in its config file to its default value when the program is closed and restarted.

Alarmingly, it does this even when the config file's ownership is changed to root:root and all write permissions are removed and the application is -not- running as root..

Using chattr to set the immutable attribute solves the problem,  but doesn't survive a reboot with backup and restore because the file is restored without "immutable" set..
As one-off, I could put a line in bootsync.sh to set the immutable attribute, but that feels clumsy so I'm looking for a more elegant solution.
  • use persistent HOME, which I don't want to do
  • remaster the emelfm2 extension to include the config file on r/o media (which would prevent me from ever changing any other setting)
  • use a different file manager, which I don't want to do
but none of those really seem ideal either.

The file in question is ~/.config/emelfm2/config-C.

The setting within the file has to do with the way file dates are displayed.  There is a drop down list to select any of several preconfigured date formats (all of which are stupid) or "strftime() format provided below" with a box to enter a custom time format.  When the setting resets to default, it doesn't lose the custom format, it just forgets that its supposed to actually use it.

I think emelfm2 is an abandoned application so, while it would be ideal to have the application fixed, I don't think that's going to happen.  I'm comfortable with making the config file immutable and, if I have to, I'll reinstate the immutability at boot time but I'm hoping someone will mention something I've missed that allows the immutable attribute to be saved.  Feel free to say, "Well, dumbhead, did you try ...."


Any ideas?
4
TCB Talk / Re: Thinking of using Tiny Core; advice please?
« Last post by CNK on May 19, 2026, 08:52:00 PM »
Note that Firefox will completely lock up when browsing many websites on your PC with only 512MB RAM. That's not a Tiny Core issue, modern Firefox needs more RAM than that for most usage regardless of the OS.

TC has extensions for other Web browsers that work better with low RAM. Your internet is working fine, so use the apps browser to find and install them via a GUI as described in the book. Seamonkey is based on older Firefox with lower system requirements, and there's also netsurf, dillo, links-full...
5
TCB Talk / Re: Thinking of using Tiny Core; advice please?
« Last post by Rich on May 19, 2026, 08:25:02 PM »
Hi JunkYard
That means you have an Internet connection.

Now enter:
Code: [Select]
tce-load -wi emelfm firefox-ESR
6
TCB Talk / Re: Thinking of using Tiny Core; advice please?
« Last post by JunkYard on May 19, 2026, 07:26:11 PM »
Dose that mean its working?


emelfm (simple file manager)
firefox-ESR (web browser)
if I type that into the terminal, will they bough download to the desktop?
7
TCB Talk / Re: Thinking of using Tiny Core; advice please?
« Last post by JunkYard on May 19, 2026, 07:24:13 PM »
First you need to check if you have a network connection.

Open a terminal window and enter the following:
Code: [Select]
ping -c2 google.com
[you should see something like the following]
PING google.com (172.217.20.46): 56 data bytes
64 bytes from 172.217.20.46: seq=0 ttl=115 time=17.079 ms
64 bytes from 172.217.20.46: seq=1 ttl=115 time=17.941 ms

--- google.com ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 17.079/17.510/17.941 ms


emelfm (simple file manager)
firefox-ESR (web browser)

I have only done the first bit the "ping -c2 google.com" and it displays

Code: [Select]
PING google.com (42.251.30.113) 56 data bytes
65 bytes from 42.251.30.113 seq=0 ttl=100 time...
65 bytes from 42.251.30.113 seq=1 ttl=100 time...

---google.com ping statistics---
2 packets transmitted 2 packets recived recived 0% packet loss
round trip min/avg/max 46.446/57.026/67.587 ms

    [Edit]: Fixed code tags.  Rich
8
Off-Topic - Tiny Core Lounge / Re: language to Japanese !
« Last post by GNUser on May 19, 2026, 03:13:00 PM »
Hi bob bob. You need to generate a  mylocale.tcz  extension and add  lang=ja_JP.UTF-8  to your boot codes. You also need a good font (e.g., notocjk-regular-fonts-ttc.tcz) and a terminal emulator that supports unicode (e.g., rxvt.tcz).

More detailed instructions here: https://forum.tinycorelinux.net/index.php?topic=23685.msg148575#msg148575
9
Raspberry Pi / Re: ondemand not working
« Last post by meo on May 19, 2026, 03:12:49 PM »
Hello guys!

This will be the last tiime today. It seems to have to do with choosing the server. This (the third) time I reinstalled piCore I did not ok the question about choosing the server and now it seems OK. Very strange but now I have to do som maitenance since I loaded all I could come to think of before startx.

Regards,
meo
10
Raspberry Pi / Re: ondemand not working
« Last post by meo on May 19, 2026, 02:44:57 PM »
Hello again!

This is something I never have experienced before. Inside the graphical environment I cant install anything. Not ondemand and neither onboot. I made a test when I made a reinstall. I put ffirefox among the ones to be installed from cli with tce-load -wi etc. Firefox installed and I am using it now. If anyone has an idea how to resolve this I will be very grateful.

Kind greetings,
meo
Pages: [1] 2 3 ... 10