Page 1 of 3

Posted: Fri 06 Apr 2012, 19:26
by TheAsterisk!
Disco Makberto wrote:Hi, again! Any advance on this matter, please?
I don't know off the top of my head what could cause that, but I'll take a look at it in a bit. I'll have to download Racy 5.3 first, though.

I'll post back here if I find anything.

Posted: Fri 06 Apr 2012, 20:19
by pemasu
You can get the working Rox right clicks from my packaged peazip. I have created quite large format right click support already.

If there is anything useful...feel free to use it.

http://www.smokey01.com/pemasu/pet_pack ... le-4.4.pet

Posted: Fri 06 Apr 2012, 22:48
by Disco Makberto
Hey, Pemasu!

Nice to cross paths with you again.

Unfortunately, your pet doesn't work on "Racy Puppy 5.3". I have tried many Peazip pets, and none of them works. Let me check....Okay, for instance, 3.7, 3.8, 3.9, 4.3....more than half a dozen in total.

Best,

Carlos Albert
D-Mak

Posted: Sat 07 Apr 2012, 11:14
by TheAsterisk!
I couldn't get Racy 5.3 to boot on my tower, so I'll try that again on my laptop in a little bit.

I could get Wary 5.3 running, though, and it did produce a very similar error. I've attached the output as gzipped text below.


I honestly don't know what's going on. My package isn't special at all, but is just a manually organized and cut-down version of the portable Linux GTK binary available from PeaZip.org.

I haven't checked out Racy yet, but your best bet may be to ask for help in a Wary 5.3 or Racy 5.3 thread instead. (You could also ask the PeaZip developer; I know there's an e-mail address on this page on PeaZip's website.)

Sorry I can't be more help. I'll be back in a bit, after I try to test Racy 5.3.

EDIT: Same or similar error on Racy 5.3. Text for this output also gzipped and attached below.

It looks like some sort of GTK error, but I really don't know enough to speculate further. Sorry. Like I said above, I'd ask for help in a Racy or Wary thread.

PeaZip 4.5

Posted: Wed 11 Apr 2012, 10:26
by giorgiotani
Hi, I would like to inform you that PeaZip 4.5 was released yesterday on peazip.org

Posted: Mon 16 Apr 2012, 13:56
by TheAsterisk!
@giorgiotani: Thanks!

UPDATED to version 4.5

Posted: Sat 12 May 2012, 12:47
by TheAsterisk!
UPDATED to version 4.5.1

Posted: Fri 22 Jun 2012, 23:51
by TheAsterisk!
UPDATED to version 4.6

Posted: Sat 14 Jul 2012, 13:48
by TheAsterisk!
Updated to version 4.6.1

PeaZip 4.7

Posted: Tue 14 Aug 2012, 09:08
by giorgiotani
I'm glad to inform you that PeaZip 4.7 was released yesterday:
Downloads http://peazip.sourceforge.net/peazip-linux.html
Change log http://peazip.sourceforge.net/changelog.html

Edit: by the way, PeaZip was nominated for the ballot of September 2012 SourceForge project of the month.
This is the last week open for voting: http://sourceforge.net/blog/potm-vote-092012/

Re: PeaZip 4.7

Posted: Wed 22 Aug 2012, 03:26
by TheAsterisk!
giorgiotani wrote:I'm glad to inform you that PeaZip 4.7 was released yesterday.
Indeed! PeaZip 4.7 packaged and uploaded to both mirrors. Thread and packages updated to version 4.7.

Posted: Wed 22 Aug 2012, 22:04
by chrome307
Thanks for maintaining this :)

Posted: Tue 28 Aug 2012, 17:55
by TheAsterisk!
UPDATED to PeaZip version 4.7.1

@chrome307: No problem!

Posted: Sun 23 Sep 2012, 16:45
by TheAsterisk!
UPDATED to PeaZip 4.7.2

Posted: Thu 08 Nov 2012, 19:28
by watchdog
TheAsterisk! wrote:I couldn't get Racy 5.3 to boot on my tower, so I'll try that again on my laptop in a little bit.

I could get Wary 5.3 running, though, and it did produce a very similar error. I've attached the output as gzipped text below.
I found the way to install peazip all versions in wary and racy (5.2.2 and 5.3). Download from:

http://peazip.sourceforge.net/peazip-linux.html

the Qt version portable. Install Qt 4.7.1 by loading at boot the sfs from:

http://www.4shared.com/file/Fs1zcssq/qt-471.html

I tried with other versions of Qt but I was not lucky. Qt 4.7.1 from old repository (now expired) of puppeee instead works and I shared it.

Extract the content dir of peazip from the archive downloaded. In that dir you find libQt4Pas.so. Copy libQt4Pas.so in /opt/qt4/lib. From terminal create a link:

ln -s /opt/qt4/lib/libQt4Pas.so /opt/qt4/lib/libQt4Pas.so.5

Now create a link on desktop to the peazip binary in dir you extracted from downloaded archive. Click on it and try to launch it. On my installations it works.

Posted: Thu 08 Nov 2012, 19:43
by Makoto
If you're wanting to use the portable Linux version, you could always do that with the GTK2 version, too. :)

Posted: Sun 18 Nov 2012, 20:51
by TheAsterisk!
UPDATED to version 4.7.3, GTK2
watchdog wrote:I found the way to install peazip all versions in wary and racy (5.2.2 and 5.3). Download from:

http://peazip.sourceforge.net/peazip-linux.html

the Qt version portable. Install Qt 4.7.1 by loading at boot the sfs from:

http://www.4shared.com/file/Fs1zcssq/qt-471.html

I tried with other versions of Qt but I was not lucky. Qt 4.7.1 from old repository (now expired) of puppeee instead works and I shared it.

Extract the content dir of peazip from the archive downloaded. In that dir you find libQt4Pas.so. Copy libQt4Pas.so in /opt/qt4/lib. From terminal create a link:

ln -s /opt/qt4/lib/libQt4Pas.so /opt/qt4/lib/libQt4Pas.so.5

Now create a link on desktop to the peazip binary in dir you extracted from downloaded archive. Click on it and try to launch it. On my installations it works.
Okay! It did seem to be a GTK2 error that I kept getting on Racy, so using the QT version instead does make sense! Once I get a few other things out of the way, I'll make up some packages for the QT version as well as the GTK2 version that I make already.
Makoto wrote:If you're wanting to use the portable Linux version, you could always do that with the GTK2 version, too. :)
That's what some of my packages have been made out of, and they were the ones throwing errors around. I'd wager it's not a matter of using the portable version or not, but rather GTK2 versus QT.

Posted: Sun 18 Nov 2012, 21:01
by chrome307
Thanks again :)

btw I get a 'error 404' for Additional formats plugin download

Posted: Sun 18 Nov 2012, 22:34
by Makoto
I've admittedly always been using the 'portable' version from the PeaZip site - just delete my existing PeaZip program directory, extract the new version to that folder, and I haven't had any problems with it. But that's probably because I'm still only running Puppy 4.3.1. :oops:

...of course, that doesn't make me look forward to when GTK3 is introduced, any more than before, either. :D

Posted: Sat 26 Jan 2013, 03:40
by TheAsterisk!
UPDATED to version 4.8, GTK2

Will experiment with QT4 version soon, but I need to tend to my Java packages first! Sorry about the long silence...

@chrome307: My fault on that one- I got to renaming some packages with abbreviated names, and just didn't update the link on here. Sorry! Should be resolved now, anyway.