Page 8 of 14

puppyhelp pman

Posted: Mon 21 Feb 2011, 21:08
by L18L
Tested the new pman position top-left
The input field is larger now, very good :)
HTML pages in /usr/share/doc/help/<language-code>/xxx.htm are shown :)
Because I am a little bit lazy in translating I was searching a solution to get localized pages from the web. :D
The pages from /root/.packages/PKGS_HOMEPAGES are english only, of course. But there is an easy way to show a localized page from the web instead. Tested example:
python will show http://www.python.org/
I have put a file PKGS_HOMEPAGES into /usr/share/locale/de
content

Code: Select all

python http://wiki.python.de/
Try it for your language please.

apply code in /usr/bin/pman line 290

Code: Select all

#w464 search pkg homepages db...
pPATTERN='^'"${NAME}"' '

# search localized homepages db by L18L
HOMESITE="`grep -i "$pPATTERN" /usr/share/locale/${lng2}/PKGS_HOMEPAGES | head -n 1 | cut -f 2 -d ' '`"
[ "$HOMESITE" = "" ] && HOMESITE="`grep -i "$pPATTERN" /root/.packages/PKGS_HOMEPAGES | head -n 1 | cut -f 2 -d ' '`"

if [ "$SECTION" = "" -a "$HOMESITE" != "" ];then
This solution is better than:
redirecting HTML page in /usr/share/doc/help/de/python.htm which was my first solution.

Note: if python_DOC is installed then the english manpage of python will be displayed. Therefore using _DOC.pet is not recommended for NLS users.

feedback welcome
PS: rox-Filer homepage has just french and italian
edited 2011-02-23
/usr/share/doc/help/
<language-code>/PKGS_HOMEPAGES also might be a good location for the localized HOMEPAGES

asking lang_pack and etc.

Posted: Tue 22 Feb 2011, 02:57
by shinobar
yordanj94 wrote:Should i answer "cancel" when Puppy asks me to browse to that pack ?
Every time i restart X until i create save file, Puppy insists for that.
Ah... the Puppy asks 3 or 4 times. It shall be refined.
yordanj94 wrote:i had to replace original "pppoe-connect" file with the fixed one in LUPQ-511.
To be fixed at next release. Thanks for reporting that.
yordanj94 wrote:When i remaster CD i copy all from my root and etc folders, but after when i boot from remastered CD always Puppy starts with massage about no correct shutdown.
You can copy all the files in /etc and /root, but remove the hidden file '/etc/.XLOADED'.

russian for pmusic

Posted: Tue 22 Feb 2011, 20:37
by rodin.s
I have uploaded russian translation for Pmusic here: http://murga-linux.com/puppy/viewtopic. ... h&id=38124 Would be nice to update it in russian langpack.

video_upgrade_wizard

Posted: Wed 23 Feb 2011, 13:13
by L18L
Manufacturer now OK :)
but missing DESCRIPTION MANUFID DEVICEID with VIA video :(

Code: Select all

# video_upgrade_wizard
MANUFACTURER=VIA Technologies, Inc. [1106]
VIDEODETAILS=01:00.0 "VGA compatible controller [0300]" "VIA Technologies, Inc. [1106]" "CN896/VN896/P4M900 [Chrome 9 HC] [3371]" -r01 "VIA Technologies, Inc. [1106]" "CN896/VN896/P4M900 [Chrome 9 HC] [3371]"
Image was with xvesa (download image)
edit different_with_xorg (see image)

pupsaveconfig translation correction

Posted: Wed 23 Feb 2011, 21:32
by rodin.s
Tried to improve translation for pupsaveconfig.

Re: video_upgrade_wizard

Posted: Fri 25 Feb 2011, 12:43
by shinobar
L18L wrote:Manufacturer now OK :)
but missing DESCRIPTION MANUFID DEVICEID with VIA video :(

Code: Select all

# video_upgrade_wizard
MANUFACTURER=VIA Technologies, Inc. [1106]
VIDEODETAILS=01:00.0 "VGA compatible controller [0300]" "VIA Technologies, Inc. [1106]" "CN896/VN896/P4M900 [Chrome 9 HC] [3371]" -r01 "VIA Technologies, Inc. [1106]" "CN896/VN896/P4M900 [Chrome 9 HC] [3371]"
EDIT: Ah, yes. confirmed.
Shall be fixed at next release.
/usr/local/video_upgrade/video_upgrade_wizard, line 150:

Code: Select all

[ "$MANUFACTURER" = "" ] &&  MANUFACTURER="`echo "$VIDEODETAILS" | head -n 1 | cut -d '"' -f 4| cut -f 1 -d '['`" 

pupsaveconfig fix again

Posted: Sat 26 Feb 2011, 18:24
by rodin.s
I've found small mistake in pupsaveconfig translation. Posting fixed version.
I have also translated /usr/share/doc/help/C/pupsaveconfig.txt but it isn't detected by pupsaveconfig or pman when I place it in /usr/share/doc/help/ru/pupsaveconfig.txt

multilingual wary rc

Posted: Sun 27 Feb 2011, 21:05
by L18L
update for lang_pack_de
extract to /

i18n for psync

Posted: Mon 28 Feb 2011, 18:10
by rodin.s
Added gettext to psync. .po and .mo-files in archive are for russian.

wary-501q

Posted: Tue 01 Mar 2011, 09:43
by shinobar
New live CD seems not read pupsave on HDD. :cry:
I suspect the init in initrd of the most recent woof(110223).
EDIT: wary-502q is available as the bugfix.

Uploaded:
479c170c8d7d1fc101711ce13dd9f2aa wary-501q-k2.6.31.14-small.iso (1 Mar 2011)
http://shino.pos.to/party/bridge.cgi?puppy/wary/test/
Download size is 101MB. It is multilingual but the iso does not contain additional lang_pack.
You can get the additional lang_pack here.

CHANGES(501q):
  • Naming switched from 'Multilingual Wary' to 'Quickset Wary'
  • Init script in initrd of the most recent woof(110223) but modified by shinobar: extra sfs in the order of EXTRASFSLIST
  • Fixed re-pppoe-fix-20100919(Thanks to yordanj94)
  • Improved extralang to avoid repeating offer(Thanks to yordanj94)
  • Improved restartjwm to avoid multiple run
  • Update sfs_load v0.9
  • Some tweaks against snapmergepuppy EDIT: not yet
  • Update packages registories, upgrading Xorg 7.3 to 7.5 is available(thanks to mave)
  • Fixed pman typo(thanks to L18L)
  • Comes back pschedule(thanks to don570)
  • New i18n script psync by rodin.s

Re: wary-501q issue

Posted: Wed 02 Mar 2011, 09:57
by shinobar
shinobar wrote:New live CD seems not read pupsave on HDD. [/b]:cry:
I suspect the init in initrd of the most recent woof(110223).
I suppose i have got it :idea:
It is the busybox version issue.
Some 'grep' command used in the init script pits in the busybox bug.
The busybox version 1.18.2 is required to run the recent init script correctly.
EDIT: busybox new version makes another issue in counting free ram.
Barry uses, in Wary-511, static grep instead of busybox.

I am going to release 502q as the bug fixed.

502q

Posted: Wed 02 Mar 2011, 13:44
by shinobar
UPLOAD: both available here.
  • New kernel of Wary-5.1.1, with some lang_pack. Download size 138MB.
    c4e4abf4449ff3a7dabd5fa6aae890cc wary-502q-k2.6.32.28.iso
  • Same kernel of Wary-5.0-small, without lang_pack. Download size 101MB.
    abcddb1adc038ab4ffb7d5aed7971383 wary-502q-k2.6.31.14-small.iso
CHANGES(501q to 502q):
  • Initrd based on Wary-511, using static grep, modified init script extra sfs in the order of EXTRASFSLIST
  • New kernel same as Wary-511.
TO DO:
  • probedisk2 to be updated

Seamonkey-play sound

Posted: Thu 03 Mar 2011, 11:21
by yordanj94
Hi Shinobar.
Back again.
So far so good.Thanks for your hard work.
Probably has nothing to do with Wary-502q,but i can't set Seamonkey to play sound when a download is finished.
In Lupq-511 i could do that and get used with it .
It's not something so important and probably i am doing something wrong.
Greetings !!!

i18n for pupradio and sfsconvert

Posted: Thu 03 Mar 2011, 19:13
by rodin.s
Added gettext to pupradio and sfsconvert. mo and po-files for russian.

Posted: Thu 03 Mar 2011, 22:56
by don570
I am using wary-502q-k2.6.32.28.iso

I am able to record and play sound nicely.

Here are some comments:

pschedule should be in the menu

Why did you include ptiming? Shouldn't you have included pclock
by zigbert instead.

http://www.murga-linux.com/puppy/viewto ... 2d0acb3ebc

__________________________________________________


Maximum resolution I was offered when first booting up was 800x600
which is barely usable .

I choose English country and English keyboard layout....
but I still had the old problem of the underscore character ( _ ) being
printed on the screen by an equal ( = )

When I switched to French then the proper keyboard layout resulted.

_______________________________________________________

gparted 8

Posted: Fri 04 Mar 2011, 00:10
by don570
There's a new version of gparted 8 that's just out.
The homepage says it's stable. Playdayz has
made a package
http://distro.ibiblio.org/pub/linux/dis ... ucid52.pet

_______________________________________

Dead links?

Posted: Fri 04 Mar 2011, 13:09
by mavrothal
All the download links in the top post (http://shino.pos.to/party/bridge.cgi?) redirect to an empty page.
Is there a trick that I miss or is just (hopefully temporarily) out?

Dead links?

Posted: Fri 04 Mar 2011, 13:53
by L18L
just (hopefully temporarily) out?
same happened to me yesterday
it was temporarily because I am with 502q now :)

Re: Dead links?

Posted: Fri 04 Mar 2011, 15:15
by shinobar
Now the link is fixed.

Note: Sometime it goes dead. I have made the setting so that it shall be fixed in every an hour.
Sorry for your inconvenience.

Posted: Fri 04 Mar 2011, 21:59
by charlie6
Bonjour shinobar !
thanks again for those new wary's !
have got a try on both kernel wary-502q:
Till now 502q-k2.6.31.14 runs nice with fr_be@euro locale + lang-pack-fr.0.4-w5.pet (tested on a HP pIV 2.8GHz dual core; and a Fuji-Siemens PIV 2.5GHz)

But using 502q-k2.6.32.28 on a HP pIV 2.8GHz dual core I could not get remastering: there is no dialog box asking which optical drives the live-cd is inserted. Instead there is a dialog box telling that "no cd/dvd" can be found... and the remaster program ends up.
Now only on Fuji-Siemens PIV 2.5GHz with "Intel Corporation" Board "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
I could start from live-cd till the locale setup. Upon X server restarting, the display kept being black, even after doing Ctrl-backspace to restart X server .

Seems strange as till now much puppies from 3 series run nice on this Fuji-Siemens.

Cheers
Charlie