David Ward
David Ward
@jhonny-oliveira Try adding `-Z namespaced-features --ignore-rust-version` to the `cargo` command line options.
> Therefore the production of those Gtk-messages shall be avoided by applying the following instruction, which then acts as a temporary work-around. > > `$ LD_LIBRARY_PATH=/usr/lib64/gtk-3.0/modules/:$LD_LIBRARY_PATH ./linux_czkawka_gui.AppImage` @Ricky-Tigg GTK3 has...
Your other issue would seem to be AppImage/AppImageSpec#15.
Currently there is a single Flatpak application, and the manifest [only contains the GUI](https://github.com/flathub/com.github.qarmin.czkawka/blob/master/com.github.qarmin.czkawka.yaml). If there were two separate Flatpak applications — one for the CLI, and one for the...
`google/ubuntu2004` is [available now](https://console.cloud.google.com/gcr/images/cloud-marketplace-containers/global/google/ubuntu2004). However it's not listed under "images currently supported" in [README.md](https://github.com/GoogleContainerTools/base-images-docker/#readme). (The same is true for `google/debian11` and `google/centos8`.)
That issue was fixed with https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4885 and is staged for GTK 4.6.7 (not yet released).
This isn't specific to Czkawka. The operating system gives you the ability to limit the CPU utilization of a particular process. For Linux, see [cpulimit](https://manpages.ubuntu.com/manpages/jammy/man1/cpulimit.1.html). For Windows, the process priority...
> I set it to lowest priority in task manager and it still uses 99 percent cpu at points during the similar image checker. I should have clarified this in...
@necros2k7 You are right about multithreading. It seems the Similar Images search is currently [hard-coded](https://github.com/qarmin/czkawka/blob/5.0.1/czkawka_core/src/similar_images.rs#L736-L738) to spawn one thread per CPU core.
> I had misunderstood the original proposal. I think we still need the full hb-ft.cc implementation. Can we not keep the full implementation, while also adding a trimmed-down version into...