Page 2 of 2

Posted: Thu 25 Jun 2009, 01:39
by puppyiso
That means that I have to choose Japanese keyboard to use Korean letter input? But the Roman letter shown is totally different from the normal way of typing.

No Korean use that kind of typing.

I think I chose US keymap when I first frugal install. Does that matter?

I am gonna redownload and try again.

John

Posted: Thu 25 Jun 2009, 03:10
by puppyiso
I have tried again but still the same problem.

I chose US keymap and Country-korea and I saw the default locale was already Korean.
I did x-server reboot anyway.

The Roman typing didn't work. Typing Roman-Korean is so weird to me. I really don't think I can do that.

Furthermore, file names didn't show up correctly even with utf-8 mounted.

Look at the problems I encountered.

John S

i may forget some packages

Posted: Thu 25 Jun 2009, 08:50
by shinobar
puppyiso,
US-keymap is no problem but you need to wright 'utf8' in /etc/codepage.

as for typing hangul, i am sorry i may miss some packages.
plz try to install next 2 packages from ubuntu.
http://packages.ubuntu.com/ko/jaunty/libhangul0
http://packages.ubuntu.com/ko/jaunty/libhangul0-data

download the tow and just click them on upup cjk.

Posted: Thu 25 Jun 2009, 13:46
by puppyiso
It works with the deb files.

Thank you. The only problem is that the save file should be more than 512mb.
With 64mb something, I cannot boot again(Kernel panic)

John S

Posted: Thu 25 Jun 2009, 14:14
by puppyiso
I have an option to use 4.21 with Korean pack including WINE.

But, with UPup, I can type in at least 4 languages. Namely; English, Japanese, Korean and Chinese. All the online IMEs are no longer needed. (End of copy and paste thing)

Language wise, UPUP is much better. However, apps are fewer than normal 4 series and no WINE. I having hard time to decide which one to stay in my hard drive.

Well, I keep them both for now. See what happens.


upup CJK shall be brushed up

Posted: Thu 25 Jun 2009, 22:22
by shinobar
Thank you for testing puppyiso. i made
lang_support_ko-upup476-0.2.pet including the additional 2 package.
I will brush up the upup CJK.

upup-476 has many bugs at this point of time.
I am not sure when Barry comes back to 5.x,
but i am checking and making I18N on it.
upup has an advantage
that the applications can be easily imported from ubuntu jaunty.

tanks puppy iso and plz keep watching what happens on upup CJK.

Posted: Tue 30 Jun 2009, 09:04
by puppyiso
I have to report a strange thing happened to UPup cjk.
I am booting the Puppy with Unetbootin. All of sudden, the saved file dissapeared from the C: drive. I had to re do all the settings to use SCIM.

I know UPUP is still in alpha stage; therefore, it is still somewhat unstable.

Developing UPUP is a great work and is going well. However, I have to report the strange thing happened to me.

Posted: Wed 01 Jul 2009, 05:57
by puppyiso
Another problem was found today.

When booted, the screen was black. I had to X server reboot.

black screen

Posted: Wed 01 Jul 2009, 12:51
by shinobar
puppyiso wrote:When booted, the screen was black. I had to X server reboot.
Sometimes i also encountered.
i added one statement, 'fixmenus', on /root/.xinitrc that was in v4.2.1.
i am not sure but it seems better.

last lines of /root/.xinitrc:

Code: Select all

# import from v4.2.1
#xli -fillscreen -onroot /root/Choices/ROX-background.jpg
#fixmenus added to refresh menus - jrb 16feb09
fixmenus

crond
#exec $CURRENTWM
#v2.11 GuestToo suggested this improvement...
which $CURRENTWM && exec $CURRENTWM
[ -x $CURRENTWM ] && exec $CURRENTWM
exec jwm
###END###