pBurn 4.3.19

Audio editors, music players, video players, burning software, etc.
Message
Author
User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#1756 Post by Flash »

Don570: You are correct. A device that describes itself as an (anything)-ROM, can't write.

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#1757 Post by disciple »

/dev/cdrom is often (usually?) created for any type of optical drive. Some programs use it when they want to play a CD or something.
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1758 Post by zigbert »

Version 3.6.1 is uploaded
See main post

Changelog
- Move native language file to /usr/local/pburn (thanks to shinobar)
- Bugfix: Improved detection of free size of temporary storage. (thanks to shinobar)
- Bugfix: Show message at startup about missing temporary storage if storage is smaller than recommended. (thanks to shinobar)

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1759 Post by zigbert »

I was hoping to include the faster blanking of DVD+RW (thanks to jamesbond) in version 3.6.1.
But the lack of verifying how things work for DVD-RW and BD-RE, that have to wait.


Sigmund

kfgz
Posts: 2
Joined: Tue 19 Jun 2012, 21:04

#1760 Post by kfgz »

Hi,

It seems that locale file is missing in pburn 3.6.1

Code: Select all

$ pburn
/usr/share/pburn/pburn: line 88: /usr/share/pburn/locales: No such file or directory
Regards,
kfgz

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1761 Post by zigbert »

kfgz
Welcome onboard

Please try to download/install the Pburn_NLS pet once more. I have forgotten to update it to meet the new NLS-structure.


Sorry
Sigmund

User avatar
rerwin
Posts: 2017
Joined: Wed 24 Aug 2005, 22:50
Location: Maine, USA

#1762 Post by rerwin »

zigbert wrote:Please try to download/install the Pburn_NLS pet once more. I have forgotten to update it to meet the new NLS-structure.
Sigmund,I am running lupupluslibre-528.005-2 and have tried installing pburn 2.6.1. It fails as mentioned above. I reinstalled the NLS file and tried pburn 2.6.1 again. It still hangs at its splash window but produces the following in the xerrs.log:

Code: Select all

sed: -e expression #2, char 0: no previous regular expression
sh: line 0: echo: write error: Broken pipe
sh: line 0: echo: write error: Broken pipe
sh: line 0: echo: write error: Broken pipe
sh: line 0: echo: write error: Broken pipe
sh: line 0: echo: write error: Broken pipe
sh: line 0: echo: write error: Broken pipe
[repeated forever!]
What to do now?

In case this is related to the version of gtkdialog in the lupu528.005 ISOs, here are the versions I see:

Code: Select all

sh-4.1# gtkdialog -v
gtkdialog version 0.7.21 (C) 2004, 2005, 2006, 2007 by Laszlo Pere
sh-4.1# gtkdialog4 -v
gtkdialog version 0.8.0 (C) 2003-2007 Laszlo Pere, 2011 Thunor
sh-4.1# 
I am not sure what to make of the version difference. Since playdayz mentions 2.6.1 in the lupu528 thread, I infer that he expects it to be compatible. I don't see any mention there of further upgrading of gtkdialog needed for lupu528.005..
Richard

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1763 Post by zigbert »

Richard
Your right - I downloaded the Pburn pet and it failed.
The uploaded pet was corrupted - now fixed (hopefully).


Thank you
Sigmund

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#1764 Post by Flash »

I downloaded it. It installed without any error messages and opens when I click on it in the Menu. I didn't do anything with it though.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1765 Post by zigbert »

Flash wrote:I downloaded it. It installed without any error messages and opens when I click on it in the Menu. I didn't do anything with it though.
Thanks for testing

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#1766 Post by don570 »

Using version 361 on Porteus

When I was making an ISO using Porteus I noticed a missing
notebook label or title

Image

__________________________________________

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1767 Post by zigbert »

don570 wrote:Using version 361 on Porteus

When I was making an ISO using Porteus I noticed a missing
notebook label or title

Image

__________________________________________
Thank you - Now fixed
Sigmund

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#1768 Post by 01micko »

Hi Sigmund

Bigpup seems to have found a bug in Slacko testing. On first run of Pburn, opening the help from the menu fails.

I took a look and this patch seems to fix it:

Code: Select all

--- func.orig	2012-05-27 00:38:40.000000000 +1000
+++ func	2012-06-27 22:15:32.088043406 +1000
@@ -261,7 +261,7 @@
 	if [ -f /usr/share/doc/pburn/$TMP.html ]; then
 		$BROWSER /usr/share/doc/pburn/$TMP.html
 	else
-		$BROWSER /usr/share/doc/pburn/en_US:english.html
+		$BROWSER /usr/share/doc/pburn/en.html
 	fi
 	;;
 -slideshow_time)
Puppy Linux Blog - contact me for access

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

help file and locale

#1769 Post by shinobar »

@zigbert
I don't like the LANGUAGE setting, which is saved in the pburnrc, is modified by the script.
pburn line 241- wrote:#install helptext
TMP_LANG=$LANGUAGE
[ ! -s /usr/share/doc/pburn/$LANGUAGE.html ] && export LANGUAGE=en
$APPDIR/func -install #check help variables
if [ -s $HOME/.pburn/pburnhlp-$LANGUAGE ]; then
. $HOME/.pburn/pburnhlp-$LANGUAGE #read help text (preferable in installed language)
else
. $HOME/.pburn/pburnhlp-auto
fi
export LANGUAGE=$TMP_LANG
Last edited by shinobar on Wed 27 Jun 2012, 13:23, edited 1 time in total.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

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

help file and locale, cont.

#1770 Post by shinobar »

How about using pman to search the help file?
http://www.murga-linux.com/puppy/viewtopic.php?t=56887
pman searches documents in the order of the following...
2. under /usr/share/doc/help/$lang, where $lang is determined from $LANG.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1771 Post by zigbert »

01micko wrote:Bigpup seems to have found a bug in Slacko testing. On first run of Pburn, opening the help from the menu fails.
Thank you.
It failed as long as Language was set to 'auto' (related to shinobars improvement). Now fixed.


Sigmund

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1772 Post by zigbert »

I have ordered some BD-RE for testing, but troubles to get DVD-RW around here. Do you have one laying somewhere on your table, please test if this command blanks/erases the disc properly. It works for DVD+RW, and if it works for -RW too we will get a much faster blanking of DVDs.

Code: Select all

dd if=/dev/zero of=/dev/sr0 bs=32k count=32
I want this improvement for next release


Thank you
Sigmund

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

Re: help file and locale

#1773 Post by zigbert »

shinobar wrote:@zigbert
I don't like the LANGUAGE setting, which is saved in the pburnrc, is modified by the script.
pburn line 241- wrote:#install helptext
TMP_LANG=$LANGUAGE
[ ! -s /usr/share/doc/pburn/$LANGUAGE.html ] && export LANGUAGE=en
$APPDIR/func -install #check help variables
if [ -s $HOME/.pburn/pburnhlp-$LANGUAGE ]; then
. $HOME/.pburn/pburnhlp-$LANGUAGE #read help text (preferable in installed language)
else
. $HOME/.pburn/pburnhlp-auto
fi
export LANGUAGE=$TMP_LANG
:) The last line should take it back to the initial value, but fails because pburnrc is written during 'func -install'. Now fixed. Thank you!!!!


Sigmund

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

Re: help file and locale, cont.

#1774 Post by zigbert »

shinobar wrote:How about using pman to search the help file?
http://www.murga-linux.com/puppy/viewtopic.php?t=56887
pman searches documents in the order of the following...
2. under /usr/share/doc/help/$lang, where $lang is determined from $LANG.
Pburn has become more than a Puppy-app, so I try to keep it less Puppy-specific.

I tried the latest Pman, but it didn't catch the Pburn help-file. I though I have found a proper place in /usr/share/doc/pburn/$LANG.html.
What would be the correct structure?


Sigmund

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

Re: help file and locale, cont.

#1775 Post by shinobar »

zigbert wrote:I tried the latest Pman, but it didn't catch the Pburn help-file.
For your information,
pman searches files from /usr/share/doc/help/$LANG/pburn.html, /usr/share/doc/pburn_$LANG.html, /usr/share/doc/pburn.html, /usr/share/doc/pburn/pburn.html, /usr/share/doc/pburn/index.html ...
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

Post Reply