| Author |
Message |
mavrothal

Joined: 24 Aug 2009 Posts: 1058
|
Posted: Thu 27 Dec 2012, 17:46 Post subject:
JWM 590 |
|
Here is the latest JWM version 590 compiled in Precise 5.4.3, that may solve some random X crashes
| Description |
latest JWM
|

Download |
| Filename |
jwm-590-i486.pet |
| Filesize |
93.69 KB |
| Downloaded |
171 Time(s) |
_________________ Kids all over the world go around with an XO laptop. They deserve one puppy (or many) too 
|
|
Back to top
|
|
 |
darkcity

Joined: 23 May 2010 Posts: 2215 Location: near here
|
Posted: Sun 30 Dec 2012, 16:56 Post subject:
|
|
nice work with unpet, added to wiki http://puppylinux.org/wikka/UnPet
_________________ Wiki Audacity 2.0.1
|
|
Back to top
|
|
 |
Jan99
Joined: 01 Jan 2013 Posts: 6
|
Posted: Tue 01 Jan 2013, 13:04 Post subject:
Precise Puppy 5.4.3 |
|
First a HAPPY New Year to all Puppy developers and users!!
Very nice Precise Puppy 5.4.3
Use it now , and it is very good.
Only little bug i have found:
In PPM the packages libgudev-1.0-0_175 and gil1.2-gudev-1.0.175 are marked installed but they are not!
So if you install a package that use one of those (for instance vlc ) then you would get a "missing libgudev-1.0.so.0" .
After installing libgudev-1.0-0_175 all works great.
|
|
Back to top
|
|
 |
npierce
Joined: 28 Dec 2009 Posts: 626
|
Posted: Wed 02 Jan 2013, 11:03 Post subject:
Pudd is confused by menus containing more than ten items |
|
(This bug is not limited to Precise 5.4.3, but I'm adding a link in this thread because it is in Woof, and Precise 5.4.3 is the latest Puppy built from Woof. I suspect that the bug actually lives in all Puppies that contain Pudd.)
Pudd causes screeching from internal speaker during backup: Explanation and suggested fix
|
|
Back to top
|
|
 |
watchdog
Joined: 28 Sep 2012 Posts: 118
|
Posted: Thu 03 Jan 2013, 07:08 Post subject:
Re: JWM 590 |
|
| mavrothal wrote: | | Here is the latest JWM version 590 compiled in Precise 5.4.3, that may solve some random X crashes |
I had a X crash with precise 5.4.3. After installing your package I am using again precise 5.4.3: in three days no crash of X!
|
|
Back to top
|
|
 |
rodin.s
Joined: 22 Sep 2010 Posts: 321 Location: Ukraine
|
Posted: Tue 08 Jan 2013, 07:55 Post subject:
small translation things |
|
In /sbin/pup_event_frontend changed this:
| Code: | LANG=$OLDLANG
yaf-splash -bg orange -placement top -close never -text "$(gettext "Saving RAM to 'pup_save' file...")" &
LANG=C |
or maybe it should be done like this:
| Code: | | LANG=$OLDLANG yaf-splash -bg orange -placement top -close never -text "$(gettext "Saving RAM to 'pup_save' file...")" |
In /etc/rc.d/rc.sysinit I manually translate lines 825 and 836:
| Code: | | echo '<icon x="768" y="128" label="Сохранить">/usr/sbin/savesession-dvd</icon>' >> /root/Choices/ROX-Filer/PuppyPin |
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1706 Location: Burghaslach, Germany
|
Posted: Tue 08 Jan 2013, 15:09 Post subject:
unpet Subject description: completing internationalization |
|
| mavrothal wrote: | ...However, rg66's version is for an older PPM versions and will not work with the latest precise, slacko etc.
So here it is updated for the latest PPM (and internationalized)... |
Very useful
..and here is completion of internationalization (bottom line)
| my /usr/local/petget/unpet.sh wrote: | #!/bin/bash
#export TEXTDOMAIN=petget___ui_Ziggy
export TEXTDOMAIN=petget___unpet.sh # L18L
export OUTPUT_CHARSET=UTF-8
|
... momanager has handled this
| Description |
|
| Filesize |
34.64 KB |
| Viewed |
996 Time(s) |

|
|
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 1058
|
Posted: Tue 08 Jan 2013, 15:31 Post subject:
Re: unpet Subject description: completing internationalization |
|
| L18L wrote: |
Very useful
..and here is completion of internationalization (bottom line)
| my /usr/local/petget/unpet.sh wrote: | #!/bin/bash
#export TEXTDOMAIN=petget___ui_Ziggy
export TEXTDOMAIN=petget___unpet.sh # L18L
export OUTPUT_CHARSET=UTF-8
|
... momanager has handled this |
Thanks.
So a file has to have its own TEXTDOMAIN entry even if it's using strings from another file?
_________________ Kids all over the world go around with an XO laptop. They deserve one puppy (or many) too 
|
|
Back to top
|
|
 |
phdzaps
Joined: 29 Nov 2009 Posts: 7
|
Posted: Tue 08 Jan 2013, 20:22 Post subject:
xload twice Subject description: xload in /usr/bin is not a link |
|
My single thing I can report on is that xload in /usr/bin ought to be a link, since it is also in /usr/X11R7/bin. I came across this because I disable xload so precise will run on older computers faster.
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1706 Location: Burghaslach, Germany
|
Posted: Wed 09 Jan 2013, 05:03 Post subject:
Re: unpet Subject description: TEXTDOMAIN |
|
| mavrothal wrote: | | L18L wrote: |
Very useful
..and here is completion of internationalization (bottom line)
| my /usr/local/petget/unpet.sh wrote: | #!/bin/bash
#export TEXTDOMAIN=petget___ui_Ziggy
export TEXTDOMAIN=petget___unpet.sh # L18L
export OUTPUT_CHARSET=UTF-8
|
... momanager has handled this |
Thanks.
So a file has to have its own TEXTDOMAIN entry even if it's using strings from another file? |
No, own TEXTDOMAIN is because some of the messages are not in petget___ui_Ziggy.
ui_Ziggy can use
export TEXTDOMAIN=petget___unpet.sh
because petget___unpet.sh contains everything that is needed by
ui_Ziggy.
(just in case Barry will woofify unpet.sh, I hope so )
If select multiple pets will be implemented text has to be changed to something like
select one or more....
|
|
Back to top
|
|
 |
watchdog
Joined: 28 Sep 2012 Posts: 118
|
Posted: Wed 09 Jan 2013, 07:09 Post subject:
Webcam problem |
|
My old webcam Labtec, which I use with libv4l and v4l2convert.so, does not work fine in Precise. It works fine in Wary. In Precise randomly with guvcview it changes colours continuosly until it freezes. Also with mplayer. With ffmpeg (used by program "motion" and not directly) it works fine. I thought it were the kernel module, but why with ffmpeg does it always work? Excuse me for the tedious problem I am reporting.
|
|
Back to top
|
|
 |
Brown Mouse

Joined: 09 Jun 2009 Posts: 435 Location: Tenerife Canary Islands
|
Posted: Wed 09 Jan 2013, 10:18 Post subject:
|
|
FFConvert appears to be broken for me.
Unable to change the compression ratio of mp3's as in previous versions of FFC..
|
|
Back to top
|
|
 |
ASRI éducation

Joined: 09 May 2009 Posts: 1484 Location: France
|
Posted: Wed 09 Jan 2013, 10:31 Post subject:
|
|
guvcview
With the latest version of Precise (updated via PPM), I used the PPM to install guvcview.
For displaying functional and able to make video captures, I changed preferences "Output Camera => YUYV" and "Audio Format => PCM".
|
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 1221 Location: wales
|
Posted: Thu 10 Jan 2013, 16:52 Post subject:
quickpet precise |
|
i've started work on a 'quickpet' equivalent for precise... please test http://www.murga-linux.com/puppy/viewtopic.php?p=676687#676687
_________________ Quickpet_Precise, install popular apps quickly http://www.murga-linux.com/puppy/viewtopic.php?t=83642
LÖVE2d, a collection of 27 lua gameshttp://www.murga-linux.com/puppy/viewtopic.php?t=76739
Last edited by 666philb on Thu 10 Jan 2013, 18:37; edited 1 time in total
|
|
Back to top
|
|
 |
goolwa_pup

Joined: 29 Oct 2009 Posts: 44
|
Posted: Thu 10 Jan 2013, 18:05 Post subject:
realtek 8192cu usb wireless Subject description: doesnt work in precise |
|
hi all just reporting that my realtek mini usb wireless (rtl8192cu usb module) doesnt work in precise (works in lucid)..in precise it associates and connects to my modem but will not access the net...I am using it on a thinkpad t43 laptop...be nice if it worked in precise ( i am using retro precise)
|
|
Back to top
|
|
 |
|