Package: rust-czkawka-gui / 8.0.0-2
Metadata
Package | Version | Patches format |
---|---|---|
rust-czkawka-gui | 8.0.0-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
app_icon_fix_background.patch | (download) |
data/icons/com.github.qarmin.czkawka.svg |
2 2 + 0 - 0 ! |
fix app icon so that background is transluent On KDE, the app icon has a black background. This is not the case on other programs like firefox. Most kde-based apps have that behaviour. This is probably related to Qt5 SVG library. . This patch permits to have transparent background also on Qt/Kde. . |
feature_avif_drop.patch | (download) |
Cargo.toml |
3 2 + 1 - 0 ! |
--- |
use system icons.patch | (download) |
src/gui_structs/gui_bottom_buttons.rs |
10 5 + 5 - 0 ! |
use system icons Since v4.1, upstream ships icons having the Reshot license which is not DFSG compliant. . This patch uses the system icons instead, as czkawka did in v4.0 |
fix_crash_in_clear_cache.patch | (download) |
src/connect_things/connect_settings.rs |
11 4 + 7 - 0 ! |
fix crash on "remove outdated results from cache" Bug: https://github.com/qarmin/czkawka/issues/1503 |