WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: for desktop ; p7zip-gui.tcz x86 & 64-bit  (Read 4358 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1268
for desktop ; p7zip-gui.tcz x86 & 64-bit
« on: February 21, 2020, 02:04:13 AM »
for desktop ; p7zip-gui.tcz x86 & 64-bit

p7zip GUi desktop

https://snapcraft.io/p7zip-desktop

https://github.com/ErnyTech/p7zip


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14815
Re: for desktop ; p7zip-gui.tcz x86 & 64-bit
« Reply #1 on: February 22, 2020, 08:28:03 AM »
posted

Offline neonix

  • Wiki Author
  • Sr. Member
  • *****
  • Posts: 392
Re: for desktop ; p7zip-gui.tcz x86 & 64-bit
« Reply #2 on: February 22, 2020, 01:07:43 PM »
p7zip_gui.tcz works only with Xorg.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14815
Re: for desktop ; p7zip-gui.tcz x86 & 64-bit
« Reply #3 on: February 22, 2020, 09:35:15 PM »
That’s because of wxwidgets.

Offline xor

  • Hero Member
  • *****
  • Posts: 1268

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14815
Re: for desktop ; p7zip-gui.tcz x86 & 64-bit
« Reply #5 on: February 23, 2020, 09:35:07 AM »
We’re on tc-11.x now

Offline xor

  • Hero Member
  • *****
  • Posts: 1268
Re: for desktop ; p7zip-gui.tcz x86 & 64-bit
« Reply #6 on: February 24, 2020, 10:12:39 AM »
We’re on tc-11.x now

11.x seems to be problematic for now (I don't know why)
please; Can you add to 10.x!?
« Last Edit: February 24, 2020, 10:14:22 AM by xor »

Offline neonix

  • Wiki Author
  • Sr. Member
  • *****
  • Posts: 392
Re: for desktop ; p7zip-gui.tcz x86 & 64-bit
« Reply #7 on: February 25, 2020, 01:40:12 PM »
That’s because of wxwidgets.
I instaled wxwidgets on Xfbdev but after running
 /usr/local/lib/p7zip/7zFM
and "File" > "Open Inside" get:
Code: [Select]
(7zFM:17225): Gdk-WARNING **: 18:37:42.789: The program '7zFM' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 1433 error_code 2 request_code 139 (RENDER) minor_code 34)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11623
Re: for desktop ; p7zip-gui.tcz x86 & 64-bit
« Reply #8 on: February 25, 2020, 01:50:17 PM »
Hi neonix
That’s because of wxwidgets.
I instaled wxwidgets on Xfbdev but after running ...

And you said:
p7zip_gui.tcz works only with Xorg.

Xfbdev  is not  Xorg.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: for desktop ; p7zip-gui.tcz x86 & 64-bit
« Reply #9 on: February 26, 2020, 02:37:54 AM »
I guess there's a quick misunderstanding here - p7zip-gui uses wxwidgets, which uses gtk, which has bad themes that do things with XRender that tinyX does not like.
The only barriers that can stop you are the ones you create yourself.

Offline xor

  • Hero Member
  • *****
  • Posts: 1268
Re: for desktop ; p7zip-gui.tcz x86 & 64-bit
« Reply #10 on: September 20, 2020, 01:12:10 AM »
https://github.com/szcnick/p7zip

A new p7zip fork with additional codecs and improvements (forked from https://sourceforge.net/projects/p7zip/).

https://www.archlinux.org/news/now-using-zstandard-instead-of-xz-for-package-compression/

Codec overview

    Zstandard v1.4.5 is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression / speed trade-off, while being backed by a very fast decoder.
        Levels: 1..19

    LZ4 v1.9.2 is lossless compression algorithm, providing compression speed at 400 MB/s per core (0.16 Bytes/cycle). It features an extremely fast decoder, with speed in multiple GB/s per core (0.71 Bytes/cycle). A high compression derivative, called LZ4_HC, is available, trading customizable CPU time for compression ratio.
        Levels: 1..12

    Fast LZMA2 v1.0.1 is a LZMA2 compression algorithm, 20% to 100% faster than normal LZMA2 at levels 5 and above, but with a slightly lower compression ratio. It uses a parallel buffered radix matchfinder and some optimizations from Zstandard. The codec uses much less additional memory per thread than standard LZMA2.
        Levels: 1..9
« Last Edit: September 20, 2020, 01:19:03 AM by xor »