upup-476cjk2

Post Reply
Message
Author
User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

upup-476cjk2

#1 Post by shinobar »

This post is outdated. Try lang_pack_all or lang_pack_cjk instead.
http://www.murga-linux.com/puppy/viewtopic.php?t=51702

Hi, all
upup-476cjk2 has chinese, japanese, korean support and potentially others,
including many bugfix of upup-476.

HOW TO INSTALL
1. Install upup-476
2. replace initrd.gz to 'initrd-upup476utf8r2.gz'(rename to 'initrd.gz').
3. bootup upup-476
4. Install CJK support pet's
* utf8_mount-upup476-2.pet
* scim-1.4.7-0.476.0.1.pet
* desktops_cjk-upup476-1.pet
* lang_support_??-upup476-0.2.pet
... you can install all 3(zh,ja,ko) together if you like.
5. Menu > Desktop > Chooselocale
Once select your locale ex. 'ko_KR'
ensure 'UTF-8' encoding checked on
6. Restart X
7. Once more, restart X
8. Start up 'browse' or 'edit'
9. Press [Ctrl] + [Space], then SCIM shall be usable.
Last edited by shinobar on Fri 27 Apr 2012, 06:32, edited 1 time in total.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#2 Post by Lobster »

ohayou gozaimasu shinobar

Good job 8)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

pup-476cjk2 updated

#3 Post by shinobar »

Thanks Lobster from me and from japanese team.
i beleave my utf8_mount-upup476-3.pet has univarsal bugfix not only for cjk against upup-476. please take a look.

upup-476cjk2 is updated.
  1. initrd - buxfix looking up extra sfs files
  2. utf8_mount-upup476-3.pet
    • bootmanager - bugfix looking up extra sfs files
    • input_wizard - some message display
  3. i18n_progs-upup476-2.pet - remove xarchive that was only for japanese
  4. lang_support_??-upup476-0.3.pet - cjk pdf file support and some translations
  5. seamonkey-1.1.7(ja).pet - use 'ja' only if you can read japanese
  6. flash-player-10.0.22.pet - update to most recent version

User avatar
puppyiso
Posts: 594
Joined: Tue 13 Jan 2009, 02:27

#4 Post by puppyiso »

Hello, shinobar

I have upgraded files for cjk UPUP. However, the menu doesn't have unified language.

Korean and Japanese words are mixed. It should be sorted out and be separated.

Take a look.

I am wondering if the menu I'm seeing is Korean got to do with my Korean setting.

Do I get Japanese menu if I set language set to Japanese?

If you need any help translating menu into "Full" Korean, I am willing to help.

John S
Attachments
language_display.jpg
(70.19 KiB) Downloaded 1688 times

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

How to tranrate

#5 Post by shinobar »

puppyiso wrote:Korean and Japanese words are mixed.
there is a mistake in /usr/share/application/pplog-blog.desktop.
wrong:

Code: Select all

[Desktop Entry]
Encoding=UTF-8
Name=PPLOG personal blog
Name=PPLOG パーソナルブログ
...
right:

Code: Select all

[Desktop Entry]
Encoding=UTF-8
Name=PPLOG personal blog
Name[ja]=PPLOG パーソナルブログ
...
you can see you can add korean transration as

Code: Select all

Name[ko]=...
upup transrations are mainly in 4 groups.
  1. /usr/share/desktop-directories/Puppy-*.directory
  2. /usr/share/applications/*.desktop
  3. /usr/share/??/LC_MESSAGES/*.mo
  4. /usr/local/p*/locals/*
you are encouraged to make korean transrations of thoes.

User avatar
puppyiso
Posts: 594
Joined: Tue 13 Jan 2009, 02:27

#6 Post by puppyiso »

I guess the icon names and title bars are belong to desktop.
I will try.

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

utf8_mount-upup476 updated

#7 Post by shinobar »

updated utf8_mount-upup476-4.pet available at upup-476cjk2 place

changes:
  1. /root/.xinitrc - remove 'crond', was just a my mistake, replace 'fixmenus' to 'fixmenus_on_locale'
  2. fixmenus_on_locale (new script) - makes link of /etc/xdg/templates.locale/*.(lang) to /etc/xdg/templates and fixmenu only if locale is changed
  3. restartjwm (new script) - fixmenus and restart jwm
    this file is missing in utf8_mount-upup476-4.pet.
    please make next code on /usr/local/restartjwm with excutable property.

    Code: Select all

    #!/bin/sh
    fixmenus
    pidof jwm &>/dev/null && jwm -restart
  4. PETget - i18n (japanese petget.mo packed in lang_support_ja-upup476-0.4.pet)
  5. pmount, drive_all, rc.shutdown (bugfix and new feature) - open CD tray when unmounted or at shutdown
  6. rc.sysinit (minor bugfix) - force overwright when gunzip modules
  7. remasterpup2 (bugfix) - remove /lib/modules/${KERNELVER} /init.d from new upup-476.sfs
  8. remasterpup2 (new feature) - .iso file can be used in place of real CD
Last edited by shinobar on Tue 14 Jul 2009, 06:42, edited 1 time in total.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#8 Post by BarryK »

shinobar, it's great what you are doing. I have mentioned your work in my blog:

http://puppylinux.com/blog/?viewDetailed=00885
[url]https://bkhome.org/news/[/url]

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

vfat mounting

#9 Post by shinobar »

thanks Barry

you can see my answer on mounting vfat in utf8_mount-upup476-4.pet.
take a look pmount and chooselocale

from /usr/sbin/pmount in utf8_mount-upup476-4.pet...

Code: Select all

  vfat)
   NLS_PARAM=""
   if [ -f /etc/codepage ]; then
	grep -q -i 'iso.*8859-1[^0-9]*$' /etc/codepage && [ "$(echo $LANG|cut -d'.' -f1)" != "en_US" ] && NLS_PARAM=",codepage=cp850"
	grep -q -i 'iso.*8859-2[^0-9]*$' /etc/codepage && NLS_PARAM=",codepage=cp852,iocharset=iso8859-2"
   fi
   echo $LANG | grep -q -i '\.utf' && NLS_PARAM="$NLS_PARAM,utf8"
   mount -t vfat -o shortname=mixed,quiet$NLS_PARAM $DODEV /mnt/$DEVNAME #v411 added quiet.
   RETVAL1=$?
   ;;
iso9660)
   mount -t $DOFS -o iocharset=utf8 $DODEV /mnt/$DEVNAME
   RETVAL1=$?
	;;  
from /usr/sbin/chooselocale in utf8_mount-upup476-4.pet...

Code: Select all

# 27jun09 codepage
CODEPAGE=""
FONTMAP=/usr/share/kbd/consolefonts/lat1-12.psfu
SUPPORTED=/usr/share/i18n/SUPPORTED
grep -q "^$LANGCHOICE [ ]*ISO-8859-1$" $SUPPORTED && CODEPAGE="ISO-8859-1"
grep -q "^$LANGCHOICE [ ]*ISO-8859-2$" $SUPPORTED && CODEPAGE="ISO-8859-2"
[ "$CODEPAGE" = "ISO-8859-2" ] && FONTMAP=/usr/share/kbd/consolefonts/lat2-12.psfu
echo -n "$CODEPAGE" > /etc/codepage
echo -n "$FONTMAP" > /etc/fontmap
# end of codepage setting

User avatar
puppyiso
Posts: 594
Joined: Tue 13 Jan 2009, 02:27

#10 Post by puppyiso »

I tried but still not good.

--------------------------------------------------------------------------
upup transrations are mainly in 4 groups.


1. /usr/share/desktop-directories/Puppy-*.directory
2. /usr/share/applications/*.desktop
3. /usr/share/??/LC_MESSAGES/*.mo
4. /usr/local/p*/locals/*
------------------------------------------------------------------------
I did #1 and #2 is half done, but I don't see korean menus after x server reboot, not eve after full reboot.

The Japanese menu still stays. I think I have to delete Name[jp]=pplog completely if I can't eliminate it.

Can you direct me where to look that #3 directory? (3. /usr/share/??/LC_MESSAGES/*.mo) What ?? mean?

If the menu thing doesn't work, then I have to go back to Gnome packs.

John

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

translations

#11 Post by shinobar »

puppyiso wrote:I did #1 and #2 is half done, but I don't see korean menus after x server reboot, not eve after full reboot.
have you put /usr/local/bin/restartjwm i described before?
or, comfirm your locale is ko_KR.UTF-8 and from urxvt

Code: Select all

fixmenus
jwm -restart
as for /usr/share/locale/??/LC_MESSAGES/*.mo,
you can find many files in /usr/share/locale/ja/LC_MESSAGES
copy them to /usr/share/locale/ko/LC_MESSAGES and rewrite.

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

utf8_mount-upup476 updated

#12 Post by shinobar »

updated utf8_mount-upup476-5.pet available at upup-476cjk2 place

Changes:
  1. /usr/local/bin/jwmrestart - was missing
  2. /etc/rc.d/rc.update - avoid turning menus back to english
  3. /sbin/pupevent_frontend_d - i18n, improve detecting drive icons import from v.4.1.6
  4. /usr/sbin/delayedrun - i18n, recover from black desktop (experimental)
  5. /etc/shutdown - eject cd at shutdown improved
  6. /usr/local/bin/drive_all - no dialog after cd tray opened
  7. /etc/init.d/rc.windows - enable windows fonts and virtual memory for upup (new feature)
  8. /usr/local/petget, /usr/sbin/remasterpup2 - revive LANG=C to (hopely) speed up

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

upup-476ja0r5.iso

#13 Post by shinobar »

if you can read japanese, use upup-476ja0r5.iso available from here.
more langage support at upup476cjk2/ directory. install them for full cjk support.
  • lang_support_ko-upup476-0.3.pet
  • lang_support_zh-upup476-0.3.pet

User avatar
puppyiso
Posts: 594
Joined: Tue 13 Jan 2009, 02:27

#14 Post by puppyiso »

Anything new recently?

I am seeing D cup, oops.. DPup nowadays...

oui

#15 Post by oui »

Hi

What is with Indian Devanagari. Can you include some fonts and options?

Thank you very much!

bye

linux28
Posts: 270
Joined: Sun 05 Apr 2009, 07:22

#16 Post by linux28 »

upup-476cjk2??????????

linux28
Posts: 270
Joined: Sun 05 Apr 2009, 07:22

#17 Post by linux28 »

http://122.102.213.192/puppy/upup/upup476cjk2/


Network Timeout







The operation timed out when attempting to contact 122.102.213.192.

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

OUTDATED

#18 Post by shinobar »

Sorry, but this topic is outdated. Try lang_pack_all or lang_pack_cjk instead.
http://www.murga-linux.com/puppy/viewtopic.php?t=51702
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

linux28
Posts: 270
Joined: Sun 05 Apr 2009, 07:22

Re: OUTDATED

#19 Post by linux28 »

shinobar wrote:Sorry, but this topic is outdated. Try lang_pack_all or lang_pack_cjk instead.
http://www.murga-linux.com/puppy/viewtopic.php?t=51702

xarchive??? :shock:

linux28
Posts: 270
Joined: Sun 05 Apr 2009, 07:22

#20 Post by linux28 »

How to change xarchive the language?

Post Reply