Peter Hyman

Results 12 issues of Peter Hyman

In version gtk+3-3.8.2, it still uses gtk_widget_set_margin_left and gtk_widget_set_margin_right functions, not gtk_widget_set_margin_start/end. file gtktechnology.c needs to be updated for successful compilation and linking. Not sure which version implemented the change...

Doxygen created reference documentation for the now-removed library. File Lrzip.h and Doxygen configuration rules should be removed, along with m4 file. [0001-Remove-doxygen-and-Lrzip.h-since-lrzip-library-has-b.patch.gz](https://github.com/ckolivas/lrzip/files/8647174/0001-Remove-doxygen-and-Lrzip.h-since-lrzip-library-has-b.patch.gz)

The macros `failure_return`, `failure_goto` will never return due to the construction of the function `failure`. The macros `fatal_return`, `fatal_goto` will never return due to the construction of the function `fatal`,...

See [This issue](https://github.com/pete4abw/lrzip-next/issues/84) for more details A possible solution is to change the DEFAULT temporary directory from `$PWD` to `/tmp`. `lrzip-next` handles the temp files a little differently, but the...

I've been having issues with wget and noticed that there is a supported slackpkg variable **DOWNLOADER**. `DOWNLOADER=curl` can be used along with `CURLFLAGS`. This was noted in 2010 in the...

- Show DOWNLOADER options for curl usage. - Update manpage date and slackpkg version.

Distro: **Slackware current** Kernel: **5.15.16 SMP** **vmci** and **vsock** modules configured in kernel as modules. VMWare **Workstation Version: 16.2.1** mkubecek Host modules: `b4bc6b0 2022-01-11 (HEAD -> workstation-16.2.1, origin/workstation-16.2.1) vmnet: use...

Setting a difficult to compress file and suppressing threshold testing with ZPAQ causes a segfault. Solution is to add 2% to the destination buffer like we did with lzma. Thanks...

Very Quiet option should not be allowed if user is trying to get INFO from an lrz file. See this workaround from lrzip-next. ``` if (INFO && !SHOW_OUTPUT) { print_err("Cannot...