WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Questions to FAQ about TCL  (Read 29964 times)

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: Questions to FAQ about TCL
« Reply #105 on: August 02, 2020, 08:35:44 AM »
Use rxvt instead of aterm.

TinyCoreLinux

  • Guest
Re: Questions to FAQ about TCL
« Reply #106 on: August 02, 2020, 08:49:19 AM »
@andyj
Although it can't solve the fundamental problem, thank you for your recommendation. :)

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: Questions to FAQ about TCL
« Reply #107 on: August 02, 2020, 09:00:38 AM »
flwm :(
windowmaker + windowmaker-locale :)

http://tinycorelinux.net/11.x/x86_64/tcz/

Code: [Select]
tce-load -wi windowmaker windowmaker-locale
My firefox actually displays Chinese all the time...
But aterm, flwm(window manager),... cannot.
Please look at the title of the window.
« Last Edit: August 02, 2020, 09:15:39 AM by xor »

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: Questions to FAQ about TCL
« Reply #108 on: August 02, 2020, 01:18:13 PM »
@andyj
Although it can't solve the fundamental problem, thank you for your recommendation. :)
Rxvt supports true type fonts and unicode while aterm does not so it can display Chinese text in a terminal window, which was my point.

Offline PDP-8

  • Hero Member
  • *****
  • Posts: 915
Re: Questions to FAQ about TCL
« Reply #109 on: August 02, 2020, 02:19:56 PM »
NOOB - there is nothing personal here.

You are an anonymous internet persona, who wanted to have a development discussion.

So far, it's just been a one-way street with you refusing to answer OUR questions.
That is no longer a discussion.  It's disingenuous, no matter who you claim to be.


The end result is that you are just tying up developers time better spent on improving the project itself since you are clearly not interested in discussion, but merely demanding that they meet your your needs only.

Since it is not a discussion, you are merely a time-waster, and sadly, from which nothing can be learned.

That's a UNIX book! - cool  -- Garth

TinyCoreLinux

  • Guest
Re: Questions to FAQ about TCL
« Reply #110 on: August 02, 2020, 09:09:01 PM »
@PDF-8
I'm just a rookie who doesn't understand technology, culture or education. I feel that what you said may be right, but I don't understand anything. Well, could you give me some advice? You tell me what to do? Are you implying that I should leave here? Or are you implying that I shouldn't use TCL or Linux?

Don't try to convince anyone, to change anyone, because no one can do, you can do is to change yourself.

If you do irrelevant answer in the future, I will not reply to you.
« Last Edit: August 02, 2020, 09:35:59 PM by NOOB »

TinyCoreLinux

  • Guest
Re: Questions to FAQ about TCL
« Reply #111 on: August 02, 2020, 09:17:29 PM »
@andyj
 Oh, I see. :)
« Last Edit: August 02, 2020, 09:33:06 PM by NOOB »

Offline PDP-8

  • Hero Member
  • *****
  • Posts: 915
Re: Questions to FAQ about TCL
« Reply #112 on: August 02, 2020, 09:34:56 PM »
I apologize to you and our community members.

I have never suggested you actually do anything, so that is up to you.

I won't pursue the subject any further and wish you success in your TCL endeavors.
That's a UNIX book! - cool  -- Garth

TinyCoreLinux

  • Guest
Re: Questions to FAQ about TCL
« Reply #113 on: August 02, 2020, 09:44:15 PM »
@PDP-8
Thanks.you don't have to apologize to anyone.
as you say, so that is up to different people.

TinyCoreLinux

  • Guest
Re: Questions to FAQ about TCL
« Reply #114 on: August 02, 2020, 09:46:14 PM »
@xor
Ok, I'll try.

TinyCoreLinux

  • Guest
Re: Questions to FAQ about TCL
« Reply #115 on: August 02, 2020, 10:19:57 PM »
Code: [Select]
tc@box:~/locale$ localedef --list-archive
en_US.utf8
zh_CN.gbk
zh_CN.utf8

Code: [Select]
tc@box:~/locale$ tce-load -i getlocale
libzstd.tcz: OK
squashfs-tools.tcz: OK
dialog.tcz: OK
glibc_apps.tcz: OK
glibc_i18n_locale.tcz: OK
getlocale.tcz: OK

Code: [Select]
tc@box:~$ sudo getlocale.sh
#Choose which locales to support: [zh_CN.UTF-8/UTF-8] [OK]
Press enter to start processing. [Enter]
Now processing... /
Locales installed. Creating extension... cp: can't stat '/usr/lib/locale/locale-archive': No such file or directory
-

Done. The extension is at /mnt/sda1/tce/optional/mylocale.tcz and in onboot.lst
mylocale.tcz is smaller than 10 kB (i.e., probably broken).
Reboot with lang=xyz (for example lang=) to start using this.


Press enter to quit.


finally, /usr/lib/locale/locale-archive was deleted.
Code: [Select]
tc@box:/$ localedef --list-archive #nothing
tc@box:/$ ls /usr/lib/locale #nothing
« Last Edit: August 02, 2020, 10:33:10 PM by NOOB »

Offline Sashank999

  • Sr. Member
  • ****
  • Posts: 388
Re: Questions to FAQ about TCL
« Reply #116 on: August 02, 2020, 11:36:53 PM »
Hi !

If you have some free time or want to help community, you can help doing translations at here :
http://forum.tinycorelinux.net/index.php/topic,7169.html
https://translations.launchpad.net/tctools/trunk/+pots/tinycore
.

TinyCoreLinux

  • Guest
Re: Questions to FAQ about TCL
« Reply #117 on: August 02, 2020, 11:55:00 PM »
@Sashank999
Well. :)

TinyCoreLinux

  • Guest
Re: Questions to FAQ about TCL
« Reply #118 on: August 03, 2020, 01:56:01 AM »
The Q10 issue has been resolved. :D
mainly because aterm and flwm do not seem to support unicode encoding at all. :-[
Changing to a different desktop environment such as GNOME should solve this problem. :)

TinyCoreLinux

  • Guest
Re: Questions to FAQ about TCL
« Reply #119 on: August 03, 2020, 07:37:37 AM »
[bug] getlocale.sh generates the mylocale.tcz file which is empty and does not contain any appropriate locale-archive file.