Page 4 of 14

pupsaveconfig, welcome.mo

Posted: Thu 13 Jan 2011, 18:58
by rodin.s
Let shinobar decide about pupsaveconfig.

Code: Select all

LATER='LEGACY'	# use legacy dialog after
ENGLISH='For English readers'
ENGLISH1="Click '$LATER' button if you cannot read next language. The save-file settings will be asked later. "
ENGLISH3='Your Puppy Linux is running under full install mode. '
ENGLISH5='is already used. '
ENGLISH8='Click next button.'
ENGLISH9="Just click 'Cancel' or close this window."
MINMB=512
I am not sure about gettexting it.

For delayedrun to work I changed the line

Code: Select all

export TEXTDOMAIN=welcome
I also have fixed russian welcome.po.

multilingual wary 500

Posted: Thu 13 Jan 2011, 21:53
by L18L
Having tested the russian welcome1stboot
(text not completely in dialog box, cut off at bottom)
I found a bug of mine, fixed please see:
http://www.murga-linux.com/puppy/viewto ... 3&start=50
@rodin-s you are right, let shinobar decide about pupsaveconfig.
@sc0ttsmann it really does not matter what is first, multi or japanese

delayedrun fix

Posted: Fri 14 Jan 2011, 17:27
by rodin.s
Russian welcome1stboot looks OK at 1024x768 but not at 800x600. I don't know how to fix this, so leave it as it is.

delayedrun fix

Posted: Fri 14 Jan 2011, 18:59
by L18L
Not OK at 1280x720 (my widescreen monitor, xvesa)
I also dont know how to fix it.
Maybe return to html ?

welcome1stboot

Posted: Fri 14 Jan 2011, 20:02
by rodin.s
Tried to increase value in line 11 of welcome1stboot

Code: Select all

WINHEIGHT=535 
Possibly should be increased even more.
Are you testing build in or my yesterday corrected translation?
Can you post a screenshot.

And it's a good idea about replacing picture.

welcome1stboot

Posted: Fri 14 Jan 2011, 21:35
by L18L
rodin.s wrote

Code: Select all

WINHEIGHT=535
and then I was trying this and that and then:

Code: Select all

#WINHEIGHT=635
#WINWIDTH=690
did it :D

welcome1stboot

Posted: Sat 15 Jan 2011, 08:15
by rodin.s
Good. But it's better to use newer russian welcome.po - corrected some mistakes.

.po file as the reply of this topic.

Posted: Sun 16 Jan 2011, 15:08
by L18L
Now waiting for j06 :roll:

edit and here are the corresponding .mo files

wary_po_files-20110117.tar.gz

Posted: Sun 16 Jan 2011, 22:08
by shinobar
Updated the current collection of the .pot and .po files wary_po_files-20110117.tar.gz here.

Note: you can also translate the help files at /usr/share/doc/help/C or /usr/share/doc/* and place the translations at /usr/share/doc/help/(language_code).

"nice to have" in further -JX: wacom kernel driver 8.8.10

Posted: Mon 17 Jan 2011, 06:30
by charlie6
Bonjour Shinobar !
Best wishes for 2011 !
Just discover this new Wary-500J04 here under Puppy Projects threads (OOOPS!).
Again thanks for your time!

In order to install a wacom tablet (i.e. Bamboo MTE-450 with Stylus, Pad, Touch Ring, and 4 "express keys" - no mouse as the stylus is used as a mouse).

As it was not present in Wary-500J04, I have picked up the wacom kernel module for k.2.6.31.14 from Barry's wary-500 full iso. Also installed the linux-wacom-8.8.10-w5.pet which contains the wacom tools: wacdump, xidump and xsetwacom.

My tablet works on wary-500 full edition. But do not on wary-500J04: the USB-tablet is well present in /proc/bus/input and /proc/bus/usb.

I am questionning about xorg.conf: it looks a bit different as the one in wary-500full: I had to add the complete Section "ServerLayout" (not present) as also the other wacom specific Section "InputDevice" bits. This xorg.conf was "accepted" by Xorg as Xorg did not reset to the default one.

here are xidump's answers: (xidump -l returns the xinput events , i.e. the list of input devices which are currently activated)

Code: Select all

# xidump pad
Unable to find input device 'pad'
# xidump stylus
Unable to find input device 'stylus'
#            
# xidump -l
pointer                        disabled
keyboard                       keyboard
# 
My questions:
- does wary-500full iso's wacom.ko module work here?
- is there somethibg special to do for editing xorg.conf?
- how to fix this?

Many thanks in advance for any answer!
Salutations cordiales, Charlie.

Re: "nice to have" in further -JX: wacom kernel driver 8.8.10

Posted: Mon 17 Jan 2011, 09:38
by shinobar
Nice to see you again, charlie. Ça va bien?
And thanks for the solution on the A4 papersize of the ghostscript.
charlie6 wrote:My questions:
- does wary-500full iso's wacom.ko module work here?
- is there somethibg special to do for editing xorg.conf?
- how to fix this?
Yes the wacom.ko module from wary-500full should work.
And the xorg.conf the same of what you used in wary-500full should also work.

Mais attention, the wary-500jx automatically runs Xvesa at the first boot.
You need to switch the X-server to Xorg.
You can find the toggle switch at MENU>Setup>Personalize-Settings
Or you can run the XorgWizard.

Re: "nice to have" in further -JX: wacom kernel driver 8.8.10

Posted: Mon 17 Jan 2011, 17:11
by charlie6
Bonjour shinobar,
thanks for your your kind reply.
Yes the wacom.ko module from wary-500full should work.
And the xorg.conf the same of what you used in wary-500full should also work.
Mais attention, the wary-500jx automatically runs Xvesa at the first boot.
You need to switch the X-server to Xorg.
You can find the toggle switch at MENU>Setup>Personalize-Settings
Or you can run the XorgWizard.
OK I remember you already mentionned it in a previuos post ... in Lupq thread I believe.

I got the tablet recognized and the TouchRing and Express keys functions are working.
Now I try to set them using the following setup command:

Code: Select all

xsetwacom set pad COMMAND "key core FUNCTION"
where command and function are to be picked up in a given list (see linux wacom project website).

I got the following error message: "Aborted"

Code: Select all

# xsetwacom -v list
pad     pad
cursor     cursor
eraser     eraser
stylus     stylus
# xsetwacom set pad AbsWUp "key core Up"
xsetwacom: xcb_xlib.c:41: xcb_xlib_lock: Assertion `!c->xlib.lock' failed.
Aborted
#
Browsing the forum, it could be related to libXi version.
See here:
http://old.nabble.com/xsetwacom:-xcb_xl ... 01199.html

Hope this help.

Cheers, Charlie

Posted: Mon 17 Jan 2011, 17:13
by charlie6
double post !!

i18n pgprs

Posted: Mon 17 Jan 2011, 21:04
by rodin.s
I have added gettext to pgprs.
Home page /usr/share/doc/home.htm in russian is in my langpack here: http://www.murga-linux.com/puppy/viewto ... h&id=36752

multilingual wary

Posted: Thu 20 Jan 2011, 12:24
by shinobar
Thanks to rodin.s and L18L, our wary is getting success in i18n.
I think our wary is better to be multilingual rather than Japanese edition.
I will upload multilingual edition wary-500m06 in couple of days.

Keep watching the innovative Puppy coming!

The multilingual wary-500m06 available

Posted: Fri 21 Jan 2011, 07:21
by shinobar
The download size of the wary-500m06.iso is 140MB including 38MB additional language packages.
The core 102MB is loaded at first boot, the needed language pack is loaded when you choose the language.
Try this new multilingual feature.

CHANGES
(wary-500m06) TODO:
  • Oops, I forgot to update pupsaveconfig. still improper shutdown message at no save to flash.
  • Need to apply Barry's fix on sound detection
    against /etc/rc.d/r.csysinit at line 241:

    Code: Select all

     rm -f /dev/mixer 2>/dev/null #110113 make sure removed, see test in /etc/init.d/10alsa.
  • The wget is older version than the original?

i18n for pupscan pwsget video-wizard wakepup2 xdelta_gui

Posted: Fri 21 Jan 2011, 08:09
by rodin.s
Gettexted another 5 scripts. There are scripts only. You'll have to create pot file yourself. I am not sure where to include them, in usr_sbin.pot maybe. I used unusual gettext method in zigbert's pwsget. It was new idea for me. It could also be used in gettexting new PPM interface.

Posted: Sun 23 Jan 2011, 09:22
by oui
hii

what ist with Hindi (official language of India) / Urdu (common tongue with Pakistan), one of the most important language of the world and the language of the next greatest nation of the world with over 0,5 mrd people und 30 y. :wink: , all highly motived get own children and to become the most important people of world :idea: ) ?

(only character fonts are urgently needed. it is possible to write Devanagari a lot of time in diverses Versions of Puppy after copying the char fonts of Debian. I did already include them in the remastered old version of turbo pup. the problem was under the applications: divers applications did operate correctly, other not... and the next problem was the orthography control; I have no experience with Urdu. Urdu has special chars different from arabic)

bye

Supported languages

Posted: Sun 23 Jan 2011, 12:24
by shinobar
oui wrote:what ist with Hindi (official language of India) / Urdu (common tongue with Pakistan)
Thanks oui for joining us.
They are supported bylang_support_all-1.5.sfs at this point of time.
But the lang_support_all-1.5.sfs may be outdated and it shall be updated for Wary-500 in near future.
Also we hope anyone contribute those translation of the desktop and scripts.

m06

Posted: Mon 24 Jan 2011, 18:41
by L18L
Thank you, shinobar and rodin.s, the m06 is really a great step!
specially the inclusion of the language-packs
and seamonkey already localized.
now it up to us translators to improve the translations of the puppy scripts.
Just one suggestion:
We all know what is in welcome1stboot
But I think a newcomer will need to read this informations more than just once. I suggest to repeat the welcome (not only at 1st boot) and include a checkbox (Do not show this information any more) unless the checkbox is ticked, so everyone will be happy.