The time now is Mon 20 May 2013, 13:12
All times are UTC - 4 |
|
Page 12 of 129 [1931 Posts] |
Goto page: Previous 1, 2, 3, ..., 10, 11, 12, 13, 14, ..., 127, 128, 129 Next |
| Author |
Message |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Wed 12 Mar 2008, 10:02 Post subject:
|
|
aragon
I tried to install Pburn with theme in a fresh Puppy 3.01. Worked out of the box.....
_________________ Stardust resources
|
|
Back to top
|
|
 |
HairyWill

Joined: 26 May 2006 Posts: 2949 Location: Southampton, UK
|
Posted: Wed 12 Mar 2008, 12:24 Post subject:
|
|
Is the problem associated with updating a version of pburn >= 1.0.0.
It looks like if the version is older than this then .pburnrc is replace but if it is newer then only the release number gets updated in the config file. The "export THEME=Pburn-original" doesn't get added to the existing config.
To fix this you can just delete the .pburnrc file or if you want to keep the settings add the line
export THEME=Pburn-original
I think
_________________ Will
contribute: community website, screenshots, puplets, wiki, rss
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Wed 12 Mar 2008, 13:06 Post subject:
|
|
Thanks Will
Will be fixed!
_________________ Stardust resources
|
|
Back to top
|
|
 |
Jeff
Joined: 05 Feb 2006 Posts: 23
|
Posted: Sun 16 Mar 2008, 09:50 Post subject:
|
|
Anyone have an idea why I get the message on pburn 1.2.2
readlink: /tmp/: Invalid argument
starting from prompt with command pburn on Puppy 2.15CE
Regards
Jeff
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Sun 16 Mar 2008, 10:58 Post subject:
|
|
You don't mention if Pburn starts, but I guess it does, since the message occur while calculating available size on your system. Pburn checks this to report back when you burn with a temporary storage. But message shouldn't be pointed to terminal, even if it doesn't make any harm. So I have now fixed it. Thanks.
_________________ Stardust resources
|
|
Back to top
|
|
 |
ravensrest

Joined: 22 Feb 2008 Posts: 298 Location: Hood Canal, WA
|
Posted: Sun 16 Mar 2008, 13:46 Post subject:
Re: Pburn 1.2.2 Subject description: 8.Mar 2008 |
|
I have a couple of problems with the downloads.
First, 1.2.2 installed fine over the exisiting 0.6 version in my dingo 394. However, if I uninstall it, it leaves the pburnrc file showing that version 1.2.2 is still installed rather than the pre-exisiting 0.6
Next, I installed the newly down-sized pburn-original theme. The files installed just fine, but the interface shows no difference even after re-boot. What is needed to make the theme active?
Suggestions?
Oops, sorry! Just saw the earlier post about adding "export THEME=Pburn-original". That solved the problem.
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6855 Location: Perth, Western Australia
|
Posted: Mon 17 Mar 2008, 08:45 Post subject:
|
|
I haven't read through the entire thread, so excuse me if any comments here are a bit off.
Today I used Pburn 1.2.2 to burn some files to a DVD.
When I clicked on a directory in the left pane, I sat there for sometime waiting for the "Minimum disc size:" box to update. It didn't. Or rather it did later when I clicked on another directory. The update did not happen until there was another mouse action. This seems to be a limitation of gtkdialog, but it would be nice if there was some workaround.
After burning to DVD, I clicked the "Verify" button, and my DVD drive churned away for ages. I waited and waited. All that I got in the gtklogview box was something like "Verifying DVD..." but there was no progress indication.
Eventually I gave up and hit the "Emergency stop" button on the gtklogview box. This killed Pburn, however my DVD drive still kept churning away.
I ran 'ps' to see what was running. That's when I saw 'diff' running. Now, my understanding of 'diff' is that you should only use it to compare text files. For binary files, meaning any files, you should use 'cmp' -- Dingo has cmp, I don't know about earlier puppies.
Note, 'cmp' is part of the 'diffutils' package.
I killed diff, and my DVD drive stopped churning, but something still claimed the drive and I was unable to shut down the computer -- I had to hold down the off button for 4 seconds to do a forced power-off.
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
sketchman

Joined: 01 Jun 2006 Posts: 219 Location: West Virginia, USA
|
Posted: Mon 17 Mar 2008, 10:18 Post subject:
|
|
Do I have to have 3.01 to use this?
I've installed it in 2.17.1, but it doesn't run. I've got both dependencies that were listed in the first post installed.
I started it from a console, and got errors. Fixed them and reinstalled Pburn.
It almost starts the first time and then never again. Run from console, I see the following only the first time I run it, along with the screenshot I attached.
| Code: |
#pburn
EXIT="Ready"
#
|
All attempts after the first one give me this.
That's all. No splash screen. No errors.
| Description |
|
| Filesize |
78.21 KB |
| Viewed |
691 Time(s) |

|
_________________ "In a world that exists without walls and fences, who needs Windows and Gates?"
|
|
Back to top
|
|
 |
mikeb

Joined: 23 Nov 2006 Posts: 4378
|
Posted: Mon 17 Mar 2008, 11:24 Post subject:
|
|
Hi barry
cmp man page says
| Quote: |
`cmp' reports the differences between two files character by character, instead of line by line. As a result, it is more useful than `diff' for comparing binary files. For text files, `cmp' is useful mainly when you want to know only whether two files are identical.
.........
Unlike `diff', `cmp' cannot compare directories; it can only compare two files. |
Gcombust uses diff for verification so the technique was adopted for pburn.
It seems that although not invalid to use diff to compare binary files it may well not be the most efficient method.(--speed-large-files option is used)
Another factor is that dma is not being used to read the disk...compare times are similar to nero with dma off....for CD's this is acceptable though for dvd's is a bit on the slow side it seems. Cmp could be implemented but I'm not sure if there would be a significant speed increase....I will investigate. Cmp is present in 2.xx puppies.
Being able to compare directories recusively is very useful for pburn as the disc contents are mirrored in a temp directory.
I'm not sure about the effectiveness of the kill function....burner drives once instructed to do something are on a mission of there own and this seems to tie up the operating system until it is complete...a general observation.Though in this case I don't think diff has been included in the kill list.
Not sure about the size problem...I usually find the size updates as files are added to the burnlist which is the intended behaviour.
mike
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Mon 17 Mar 2008, 12:55 Post subject:
|
|
sketchman
Have you upgraded to the latest version 1.3.0?
There has been a bug in the version-upgrade-function fixed in 1.3.0. HairyWill pointed this out some posts ago.
BarryK
| Quote: | | When I clicked on a directory in the left pane, I sat there for sometime waiting for the "Minimum disc size:" box to update. | When you click on a item in the left pane, Pburn starts function -add_selection from gtkdialog:
<action signal=\"button-release-event\">. $APPDIR/func -add_selection</action>
Function -add_selection checks if you clicked with right button.
if [ $BUTTON = 3 ]; then
...
I have not seen this function fail, but I'm still mostly in Puppy 3.01.
| Quote: |
Eventually I gave up and hit the "Emergency stop" button on the gtklogview box. This killed Pburn, however my DVD drive still kept churning away. |
This is a very clear BUG. diff is not killed!!! Thanks.
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
sketchman

Joined: 01 Jun 2006 Posts: 219 Location: West Virginia, USA
|
Posted: Mon 17 Mar 2008, 13:40 Post subject:
|
|
Yes, I have 1.3.0. I didn't upgrade from any previous version, so that shouldn't be the problem.
_________________ "In a world that exists without walls and fences, who needs Windows and Gates?"
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Mon 17 Mar 2008, 14:53 Post subject:
|
|
sketchman
Ok, I see.... If using Puppy 2, you also need the latest gtkdialog-0.7.20
_________________ Stardust resources
|
|
Back to top
|
|
 |
sketchman

Joined: 01 Jun 2006 Posts: 219 Location: West Virginia, USA
|
Posted: Mon 17 Mar 2008, 15:15 Post subject:
|
|
Eureka. Pburn works. Thank you very much.
_________________ "In a world that exists without walls and fences, who needs Windows and Gates?"
|
|
Back to top
|
|
 |
Henry
Joined: 29 Jul 2006 Posts: 811 Location: Oregon USA
|
Posted: Thu 20 Mar 2008, 00:12 Post subject:
Pburn: theme or delay |
|
Hi, Sigmund,
Congratulations on the great progress of Pburn and your other fine programs.
I do have one question: I have Pburn 1.3 installed (I think completely and correctly) in Nop 3.01 with the original theme. It works fine. The problem is I dislike unnecessary "themes," but if I disable this one by setting preferences to none, the next time I open Pburn it searches about a minute before it opens. Somewhat quicker on subsequent tries, but it seems "confused" without a theme :-)
What to do?
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Thu 20 Mar 2008, 03:52 Post subject:
|
|
Henry
With your description, I think of the command 'find' (maybe also in a subshell), on a system with
- lot of files
- vfat filessystem
- or old cpu
I think your trouble is starting in line 158 of /usr/local/pburn/pburn | Code: |
if [ `find "$APPDIR"/themes/$THEME/heading-main.png` ]; then | Try to change it to | Code: | | if [ -s $APPDIR/themes/$THEME/heading-main.png ]; then |
The same occur in line 162, 167, 172
if you edit those 4 lines, I hope you'll get more speed.
Please give feedback
Thanks for bugreport
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
|
|
Page 12 of 129 [1931 Posts] |
Goto page: Previous 1, 2, 3, ..., 10, 11, 12, 13, 14, ..., 127, 128, 129 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|