WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Recent Posts

Pages: 1 ... 8 9 [10]
91
TCB Q&A Forum / Re: How to display chinese font in file manager?
« Last post by Rich on November 01, 2024, 01:12:29 PM »
Hi lizardidi
This thread looks like it might be relevant, though it appears
to be a mix of Chinese and English so I can't read it:
https://forum.tinycorelinux.net/index.php/topic,4222.0.html

I also found this from polikuo:
I prefer unifont over fireflysung cause I've seen plenty of words missing with fireflysung.
However, unifont.tcz is slightly larger than fireflysung.tcz
92
TCB Q&A Forum / Re: How to display chinese font in file manager?
« Last post by GNUser on November 01, 2024, 12:57:53 PM »
Pcmanfm also cannot display the file name correctly.

Hi lizardidi. I once had a similar issue, where I had loaded the fonts I needed and my locale was correct, but GUI file managers failed to display diacritical marks. For me what solved the problem was to add this:
Code: [Select]
G_FILENAME_ENCODING=@localeor this:
Code: [Select]
G_FILENAME_ENCODING=UTF-8to ~/.profile and reboot.
But before you try that, make sure your locale is correct by typing locale in a terminal.
93
Off-Topic - Tiny Core Lounge / Re: insurance
« Last post by vinceASPECT on November 01, 2024, 11:53:53 AM »
ha   

thats funny gadget

just that somebody was telling me they mistakenly input wrong data to spreadsheet and it's gonna cost them quite a lot........a music tour

hmmm

Thx
94
TCB Q&A Forum / Re: How to display chinese font in file manager?
« Last post by lizardidi on November 01, 2024, 11:44:54 AM »
Hi lizardidi
According to this:
http://ignorantguru.github.io/spacefm/spacefm-manual-en.html
there are a bunch of places for setting fonts. Open the manual
with your web browser and search for font.

Thank you Rich!
Tried spacefm font option adjustments, unable to display chinese fonts.
I suspect this is not due to spacefm settings, because Pcmanfm also cannot display the file name correctly.

Maybe this is a system locale thing?

I tried to install getlocale.tcz then i set locale to zh_CN.UTF-8
Then i reboot and in terminal i type lang=zh_CN.UTF-8 ... Unsuccessful T.T



95
General TC Talk / Re: tinycorelinux.net does not support SSL, Chrome blocks downloads
« Last post by nick65go on November 01, 2024, 11:31:20 AM »
http vs. https is just the peek of the iceberg (MITM corruption).

Looking over the process to grab a package for Alpine Linux:
Here below in the context, package/application is equivalent of Tinycore TCZ.

1. For each CPU Architecture (ex: x86_64) they have an list (index) of the programs (like TCZ) that they offer. This list/index is SHA1 signed, it means that no alien contributions/packages (similar with TCZ) could arrive on the server (with different file size, time stamp, etc). Only from verified contributors.

2. Each TCZ/package is also SHA1 signed, to check if the package was modified during download.

3. In the package, each FILE is SHA1 signed (has PAX header in TAR segments), so even if the package was correctly downloaded, it can not be inside tampered (back doors).

FYI: Other advantages:
4. There is only one version of a library. Ex: if an application depends on some *.so (ex: ABC.so.10) when ABC is updated (to ABC.so.20) then ALL appls that depends on it will be also updated/recompiled. So the will be no case that a dependency of a dependency to drag both/multiple versions of ABC.so in a dependency tree. [or to load both like in tinycore when using FlaxPdf and Xpdf].

Minimalism/simplicity is not equivalent with security, but it helps a little by reducing attack surface and the possible bugs/back-doors.
96
TCE Tips & Tricks / Re: config for labwc
« Last post by GNUser on November 01, 2024, 11:09:10 AM »
That's expected. labwc is radically minimalistic by design. To add entries to the right click menu you would edit ~/.config/labwc/menu.xml. Mine looks like this, for example:

Code: [Select]
<?xml version="1.0" ?>

<openbox_menu>
<menu id="root-menu" label="">
  <item label="Web browser"><action name="Execute" command="brave-browser --ozone-platform=wayland" /></item>
  <item label="Terminal"><action name="Execute" command="foot" /></item>
  <item label="Reconfigure"><action name="Reconfigure" /></item>
  <item label="Exit to console"><action name="Exit" /></item>
  <item label="Reboot"><action name="Execute" command="sudo reboot" /></item>
  <item label="Shutdown"><action name="Execute" command="sudo poweroff" /></item>
</menu>
</openbox_menu>
Do you think the labwc.tcz extension should come with a startup script that builds ~/.config/labwc/menu.xml based on what's available on the user's system? If so I can put one together and include it next time that I update the extension.
97
TCE Tips & Tricks / Re: config for labwc
« Last post by Juanito on November 01, 2024, 11:01:12 AM »
Perhaps I’m missing something, but without any files in ~/.config/labwc all I get is a right click menu with reconfigure and exit..
99
TCB Q&A Forum / Re: How to display chinese font in file manager?
« Last post by Rich on November 01, 2024, 10:51:55 AM »
Hi lizardidi
According to this:
http://ignorantguru.github.io/spacefm/spacefm-manual-en.html
there are a bunch of places for setting fonts. Open the manual
with your web browser and search for font.
100
TCB Q&A Forum / Re: How to display chinese font in file manager?
« Last post by lizardidi on November 01, 2024, 10:21:53 AM »
Sorry, what i meant is ? ? ? ? ?.pdf but it automatically turned into those emoji.
Pages: 1 ... 8 9 [10]