Tiny Core Linux
Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: xor 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
(https://res.cloudinary.com/canonical/image/fetch/q_auto,f_auto,w_1170/https://dashboard.snapcraft.io/site_media/appmedia/2018/10/Screenshot_20181012_161908_3Wez9nx.png)
-
posted
-
p7zip_gui.tcz works only with Xorg.
-
That’s because of wxwidgets.
-
posted
TCL 10 ? ! :(
http://tinycorelinux.net/10.x/x86/tcz/
-
We’re on tc-11.x now
-
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!?
-
That’s because of wxwidgets.
I instaled wxwidgets on Xfbdev but after running
/usr/local/lib/p7zip/7zFM
and "File" > "Open Inside" get:
(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.)
-
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.
-
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.
-
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